custom desktop file entry not working
Closed this issue · 3 comments
Checked desktop entry folder
~/.local/share/applications » ls | grep nwjs nwjstest.desktop
Some investigation..
I removed "#" from Exec entry and the desktop entry shows but a terminal appears and the program disappears
To confirm its a desktop entry problem, I typed out the command the terminal
I tried to fix by changing the Exec line to (the commented line in install.sh)
bash -c "/home/USER/desktopapps/nwjs/nwjs/packagefiles/nwjsstart-cicpoffs.sh" --latestnwjs --gamepath %f
as "=" is a reserved keyword but it still doesn't work
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables
OS Ubuntu 22.04 LTS
Program version ~/Downloads » rpgmaker-linux --version 1.0.2
Yeah, sorry, I'm KDE plasma user so I didn't notice this bug. I also tested with openbox and it also worked.
So I tested and tried to fix this issue in ubuntu gnome 22.04.
I would be glad if you tell me if the fix works.
yea, i forgot to remove the line with the zenity
Thanks for the test, since the bug is fixed I'm closing the thread, in the new version this dialog box is off