[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:55 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=e462c38

The following commit has been merged in the master branch:
commit e462c386cf35cd894d6ed9d6a777de65f95e5bd1
Author: Martin Gräßlin <mgraesslin at kde.org>
Date:   Mon Sep 7 17:40:50 2015 +0200

    Adjust application name to match desktop file
    
    The desktop file is called org.kde.kdeconnect.app - this needs to
    be respected in the application name. This is a requirement to match
    application windows to applications on Wayland. With a not-matching
    name the compositor is not able to show a window icon.
    
    REVIEW: 124418
---
 app/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/main.cpp b/app/main.cpp
index b23bf70..569bdf8 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -26,7 +26,7 @@
 int main(int argc, char *argv[])
 {
     QApplication app(argc, argv);
-    KAboutData aboutData("kdeconnect-kde", i18n("Awesome App"), "1.0", i18n("KDE Connect App"), KAboutLicense::GPL, i18n("(c) 2015, Aleix Pol Gonzalez"));
+    KAboutData aboutData("kdeconnect.app", i18n("Awesome App"), "1.0", i18n("KDE Connect App"), KAboutLicense::GPL, i18n("(c) 2015, Aleix Pol Gonzalez"));
     aboutData.addAuthor(i18n("Aleix Pol Gonzalez"), i18n("Maintainer"), "aleixpol at kde.org");
     KAboutData::setApplicationData(aboutData);
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list