We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running gtk-launch google-chrome from a terminal will launch chrome using the Exec line from /usr/share/applications/google-chrome.desktop:
gtk-launch google-chrome
Exec
/usr/share/applications/google-chrome.desktop
Exec=/usr/bin/google-chrome-stable --enable-features=TouchpadOverscrollHistoryNavigation %U
But pinning the resulting icon, then launching chrome using that icon never launches with the flags.
The text was updated successfully, but these errors were encountered:
Narrowing it down a little. GNOME in general doesn't use the flags, so maybe both GNOME and Dash to Panel are referencing the wrong .desktop file.
Sorry, something went wrong.
No branches or pull requests
Running
gtk-launch google-chrome
from a terminal will launch chrome using theExec
line from/usr/share/applications/google-chrome.desktop
:But pinning the resulting icon, then launching chrome using that icon never launches with the flags.
The text was updated successfully, but these errors were encountered: