fix the desktop icon (fixes #1409252)
parent
0ba7a58ad5
commit
2a822a8ddb
@ -0,0 +1,11 @@
|
||||
--- a/mirall.desktop.in 2017-01-02 10:30:07.297894313 +0100
|
||||
+++ b/mirall.desktop.in 2017-01-02 10:31:02.233140373 +0100
|
||||
@@ -5,7 +5,7 @@
|
||||
Name=@APPLICATION_NAME@ desktop sync client
|
||||
Comment=@APPLICATION_NAME@ desktop synchronization client
|
||||
GenericName=Folder Sync
|
||||
-Icon=@APPLICATION_EXECUTABLE@
|
||||
+Icon=@APPLICATION_ICON@
|
||||
Keywords=@APPLICATION_NAME@;syncing;file;sharing;
|
||||
X-GNOME-Autostart-Delay=3
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- a/nextcloudtheme/OEM.cmake 2017-01-02 10:32:15.456135814 +0100
|
||||
+++ b/nextcloudtheme/OEM.cmake 2017-01-02 10:32:53.227617781 +0100
|
||||
@@ -1,6 +1,7 @@
|
||||
set( APPLICATION_NAME "Nextcloud" )
|
||||
set( APPLICATION_SHORTNAME "Nextcloud" )
|
||||
set( APPLICATION_EXECUTABLE "nextcloud" )
|
||||
+set( APPLICATION_ICON "Nextcloud" )
|
||||
set( APPLICATION_DOMAIN "nextcloud.com" )
|
||||
set( APPLICATION_VENDOR "Nextcloud GmbH" )
|
||||
set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE string "URL for updater" )
|
Loading…
Reference in new issue