Date: Sun, 6 May 2018 18:14:29 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469242 - in head/x11/plasma5-plasma-workspace: . files Message-ID: <201805061814.w46IET1C017313@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun May 6 18:14:28 2018 New Revision: 469242 URL: https://svnweb.freebsd.org/changeset/ports/469242 Log: Wrap startkde5 into ck-launch-session in the desktop file. * This way when using sddm or an other login manager the session gets registered with ck. Reported by: kan Added: head/x11/plasma5-plasma-workspace/files/patch-plasma.desktop.cmake (contents, props changed) Modified: head/x11/plasma5-plasma-workspace/Makefile Modified: head/x11/plasma5-plasma-workspace/Makefile ============================================================================== --- head/x11/plasma5-plasma-workspace/Makefile Sun May 6 16:43:53 2018 (r469241) +++ head/x11/plasma5-plasma-workspace/Makefile Sun May 6 18:14:28 2018 (r469242) @@ -2,6 +2,7 @@ PORTNAME= plasma-workspace DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org Added: head/x11/plasma5-plasma-workspace/files/patch-plasma.desktop.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/plasma5-plasma-workspace/files/patch-plasma.desktop.cmake Sun May 6 18:14:28 2018 (r469242) @@ -0,0 +1,10 @@ +--- plasma.desktop.cmake.orig 2018-05-05 17:27:16 UTC ++++ plasma.desktop.cmake +@@ -1,6 +1,6 @@ + [Desktop Entry] + Type=XSession +-Exec=${CMAKE_INSTALL_FULL_BINDIR}/startkde ++Exec=ck-launch-session ${CMAKE_INSTALL_FULL_BINDIR}/startkde + TryExec=${CMAKE_INSTALL_FULL_BINDIR}/startkde + DesktopNames=KDE + Name=Plasma
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805061814.w46IET1C017313>