[Pkg-owncloud-commits] [owncloud-client] 311/333: use the lowercase app name for icon in the desktop file.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit fc06945b26d4d811ec6daf9c148647fcf8335667
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Apr 7 15:14:58 2014 +0200

    use the lowercase app name for icon in the desktop file.
    
    fixes #1642
---
 src/mirall/utility_unix.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/utility_unix.cpp b/src/mirall/utility_unix.cpp
index 9ad786f..c51c6ac 100644
--- a/src/mirall/utility_unix.cpp
+++ b/src/mirall/utility_unix.cpp
@@ -55,7 +55,7 @@ void setLaunchOnStartup_private(const QString &appName, const QString& guiName,
            << QLatin1String("GenericName=") << QLatin1String("File Synchronizer") << endl
            << QLatin1String("Exec=") << QCoreApplication::applicationFilePath() << endl
            << QLatin1String("Terminal=") << "false" << endl
-           << QLatin1String("Icon=") << appName << endl
+           << QLatin1String("Icon=") << appName.toLower() << endl // always use lowercase for icons
            << QLatin1String("Categories=") << QLatin1String("Network") << endl
            << QLatin1String("Type=") << QLatin1String("Application") << endl
            << QLatin1String("StartupNotify=") << "false" << endl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list