mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Enable file associations on linux
Add " %F" to the Exec parameter in the rpi-imager.desktop file so that Linux desktop environments know that rpi-imager can be used to open files. After this change, Imager appears within the list of "Open With" applications in GNOME, and you can set it so double-clicking image files always opens rpi-imager.
This commit is contained in:
parent
63124443c3
commit
249e910c06
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ Version=1.0
|
||||||
Name=Imager
|
Name=Imager
|
||||||
Comment=Raspberry Pi Imager
|
Comment=Raspberry Pi Imager
|
||||||
Icon=rpi-imager
|
Icon=rpi-imager
|
||||||
Exec=rpi-imager
|
Exec=rpi-imager %F
|
||||||
Categories=Utility
|
Categories=Utility
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue