-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 Launcher Actions to .desktop file #8556
Comments
This is great! Quick Q, are there other things in the .desktop file that should be supported apart from |
A quick looking for spec seems that [Desktop Entry] and [Desktop Action] are the only entries available https://specifications.freedesktop.org/desktop-entry-spec/latest/
Agree that this is the most straightforward approach. |
This may be an amateur question, but I'm quite unfamiliar with desktop files. Is the |
I am also not very familiar with desktop files, but they should be general-purpose and used across different packaging formats and desktop environments. I'm just not entirely sure that some distribution methods may not support it out of the box.
So, I think |
So I've been playing around with this, and even though it's extensible, it also seems nigh impossible to parse a I'm thinking of a new approach that changes the format of
|
Quick update, this was released in v26.0.0-alpha.0. Please give it a shot when you have a chance! |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.As far as I could tell, electron-builder does not support specifying desktop action entries in .desktop file (https://www.electronjs.org/docs/latest/tutorial/linux-desktop-actions). So I patched the LinuxTargetHelpers.js file to support it quickly:
For a config file like the following:
Are there any plans to support this soon, or should I propose a more robust solution?
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: