-1

trying to create a desktop shortcut for

flatpak run org.gimp.GIMP//beta

Not sure how to use a command instead of an executable. I saw another answer but it was 2013. It said to create a .sh file based on this command. But I do not know how to create a .sh file like that. It would be nice if someone could help. Thanks.

user227495
  • 4,309

1 Answers1

-1

You can simply put the command in the executable entry as seen below

in a text file and save it as GIMP299.desktop

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec= flatpak run org.gimp.GIMP//beta
Name=GIMP 2.99
Icon= /path/to/icon

Save the file, allow to Run as program and allow launching by right click.

user227495
  • 4,309