-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
.desktop file Exec escaping not working anymore #175
Comments
Your original desktop file is not conformant to the Desktop entry specification (namely the quoting Exec part). j4-dmenu-desktop cannot promise support for desktop files which do not adhere to the spec. A conformant Exec key would look something like this: Exec=brave "--profile-directory=Profile 1" --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto %U Even though I don't consider this a "breaking change", I will update the release notes of r3.1 to warn users about using nonconformant desktop files, because version r3.1 introduces a more strict handling of desktop files. I will update the GitHub release description, but I don't think it's necessary to update the CHANGELOG (but I'm open to discussion). |
Unfortunately that doesn't work, but maybe it's because I pass the output to swaymsg? In my sway config I have:
Is my solution above conformant to the spec? EDIT: yes, I can confirm that your Exec works without |
j4-dmenu-desktop has support for Sway. Try running
|
Thank you, that works. |
I have this .desktop file for a specific Brave profile:
Since last release I am getting an error when launching j4-dmenu-desktop:
I have solved this with:
I'm writing this issue because I haven't seen anything related to this change in the release notes.
The text was updated successfully, but these errors were encountered: