mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
app: set a specific desktop filename to fix wayland window icon
Set a specific desktop filename to fix window icon under Wayland. Closes: #13183
This commit is contained in:
parent
672703eb60
commit
95e32ebb34
3 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
desktopfilename = 'gimp.desktop'
|
||||
desktopfilename = gimp_desktop_name + '.desktop'
|
||||
|
||||
desktop_conf = configuration_data()
|
||||
desktop_conf.set('GIMP_COMMAND', gimp_command)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue