OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=468
71 lines
1.7 KiB
Diff
71 lines
1.7 KiB
Diff
From 2167422cd0fa8b1059f5bc8a213bbeda3faa5391 Mon Sep 17 00:00:00 2001
|
|
From: Fabian Vogt <fabian@ritter-vogt.de>
|
|
Date: Sat, 24 Mar 2018 14:51:47 +0100
|
|
Subject: [PATCH] Add suffix to the wayland session's name
|
|
|
|
Sddm added the prefix previously, this is not the case anymore.
|
|
---
|
|
login-sessions/plasmawayland.desktop.cmake | 46 +---------------------
|
|
1 file changed, 1 insertion(+), 45 deletions(-)
|
|
|
|
diff --git a/login-sessions/plasmawayland.desktop.cmake b/login-sessions/plasmawayland.desktop.cmake
|
|
index 2415ec28..9319fcf9 100644
|
|
--- a/login-sessions/plasmawayland.desktop.cmake
|
|
+++ b/login-sessions/plasmawayland.desktop.cmake
|
|
@@ -2,51 +2,7 @@
|
|
Exec=dbus-run-session ${CMAKE_INSTALL_FULL_BINDIR}/startplasma-wayland
|
|
TryExec=${CMAKE_INSTALL_FULL_BINDIR}/startplasma-wayland
|
|
DesktopNames=KDE
|
|
-Name=Plasma
|
|
-Name[ar]=بلازما
|
|
-Name[bs]=Plazma
|
|
-Name[ca]=Plasma
|
|
-Name[ca@valencia]=Plasma
|
|
-Name[cs]=Plasma
|
|
-Name[da]=Plasma
|
|
-Name[de]=Plasma
|
|
-Name[el]=Plasma
|
|
-Name[en_GB]=Plasma
|
|
-Name[es]=Plasma
|
|
-Name[et]=Plasma
|
|
-Name[eu]=Plasma
|
|
-Name[fi]=Plasma
|
|
-Name[fr]=Plasma
|
|
-Name[gl]=Plasma
|
|
-Name[he]=פלזמה
|
|
-Name[hu]=Plasma
|
|
-Name[id]=Plasma
|
|
-Name[is]=Plasma
|
|
-Name[it]=Plasma
|
|
-Name[ja]=プラズマ
|
|
-Name[ko]=Plasma
|
|
-Name[lt]=Plasma
|
|
-Name[nb]=Plasma
|
|
-Name[nds]=Plasma
|
|
-Name[nl]=Plasma
|
|
-Name[nn]=Plasma
|
|
-Name[pa]=ਪਲਾਜ਼ਮਾ
|
|
-Name[pl]=Plazma
|
|
-Name[pt]=Plasma
|
|
-Name[pt_BR]=Plasma
|
|
-Name[ru]=Plasma
|
|
-Name[sk]=Plasma
|
|
-Name[sl]=Plasma
|
|
-Name[sr]=Плазма
|
|
-Name[sr@ijekavian]=Плазма
|
|
-Name[sr@ijekavianlatin]=Plasma
|
|
-Name[sr@latin]=Plasma
|
|
-Name[sv]=Plasma
|
|
-Name[tr]=Plama
|
|
-Name[uk]=Плазма
|
|
-Name[x-test]=xxPlasmaxx
|
|
-Name[zh_CN]=Plasma
|
|
-Name[zh_TW]=Plasma
|
|
+Name=Plasma (Wayland)
|
|
Comment=Plasma by KDE
|
|
Comment[ar]=بلازما كدي
|
|
Comment[bs]=Plazma od strane KDe
|
|
--
|
|
2.21.0
|
|
|