svn commit: r469242 - in head/x11/plasma5-plasma-workspace: . files

Tobias C. Berner tcberner at FreeBSD.org
Sun May 6 18:14:29 UTC 2018


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 at 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


More information about the svn-ports-all mailing list