fix the desktop icon (fixes #1409252)

f40
Timotheus Pokorra 8 years ago
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" )

@ -2,7 +2,7 @@
Name: nextcloud-client
Version: 2.2.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: The Nextcloud Client
# -libs are LGPLv2+, rest GPLv2
@ -21,6 +21,8 @@ Patch0: %{name}-%{version}-syslibs.patch
# -OpenSSL_add_all_algorithms() if the system uses OpenSSL > 0.9.4
Patch1: %{name}-%{version}-appshortname.patch
Patch2: openssl.patch
Patch3: %{name}-icon.patch
Patch4: %{name}-icon2.patch
BuildRequires: check
BuildRequires: cmake
@ -124,7 +126,9 @@ cd -
%patch1 -p1
cd client
%patch2 -p1
%patch3 -p1
cd -
%patch4 -p1
rm -rf src/3rdparty/qtlockedfile src/3rdparty/qtsingleapplication
@ -205,6 +209,8 @@ fi
%endif
%changelog
* Mon Jan 02 2017 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 2.2.4-5
- Fix the desktop icon (#1409252)
* Wed Nov 23 2016 Nick Bebout <nb@fedoraproject.org> - 2.2.4-4
- Update for review
* Wed Nov 02 2016 Germano Massullo <germano.massullo@gmail.com> 2.2.4-3

Loading…
Cancel
Save