This commit is contained in:
parent
fb44578e9c
commit
2e0aa55c6f
@ -1,44 +0,0 @@
|
||||
From 19bee4105feb3e8de0fc1e170bf36260d6c2b3b2 Mon Sep 17 00:00:00 2001
|
||||
From: Fabian Vogt <fabian@ritter-vogt.de>
|
||||
Date: Mon, 19 Mar 2018 10:11:50 +0100
|
||||
Subject: [PATCH] Use dbus-run-session instead of dbus-launch
|
||||
--exit-with-session
|
||||
|
||||
Summary:
|
||||
dbus-launch --exit-with-session behaves badly if there's no X server running.
|
||||
This resulted in it breaking when being launched from gdm or lightdm.
|
||||
|
||||
Also, the manpage explicitly states "This option is not recommended".
|
||||
|
||||
Test Plan:
|
||||
Using it right now, started with sddm.
|
||||
Also verified that nothing remains after logout.
|
||||
|
||||
Reviewers: #plasma, davidedmundson
|
||||
|
||||
Reviewed By: #plasma, davidedmundson
|
||||
|
||||
Subscribers: plasma-devel
|
||||
|
||||
Tags: #plasma
|
||||
|
||||
Differential Revision: https://phabricator.kde.org/D11478
|
||||
---
|
||||
plasmawayland.desktop.cmake | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/plasmawayland.desktop.cmake b/plasmawayland.desktop.cmake
|
||||
index f3db4af7..6cbb2c13 100644
|
||||
--- a/plasmawayland.desktop.cmake
|
||||
+++ b/plasmawayland.desktop.cmake
|
||||
@@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
-Exec=dbus-launch --exit-with-session ${CMAKE_INSTALL_FULL_BINDIR}/startplasmacompositor
|
||||
+Exec=dbus-run-session ${CMAKE_INSTALL_FULL_BINDIR}/startplasmacompositor
|
||||
TryExec=${CMAKE_INSTALL_FULL_BINDIR}/startplasmacompositor
|
||||
DesktopNames=KDE
|
||||
Name=Plasma
|
||||
--
|
||||
2.16.2
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e39fbb94812198800b8d163929cdefebb6a405431f0ef4c7becf0d33c36232f
|
||||
size 4559680
|
3
plasma-workspace-5.12.4.tar.xz
Normal file
3
plasma-workspace-5.12.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07d63fc73293d0c1244d67f018e8986a79a7c570b0d5fa92d11a3b20a189c202
|
||||
size 4556108
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 27 15:40:48 CEST 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.4
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.12.4.php
|
||||
- Changes since 5.12.3:
|
||||
* [notifications applet] Fix two qml warnings about assigning [undefined]
|
||||
* Remove long-time deprecated Encoding=UTF-8 from desktop format files
|
||||
* [Run Command] Pass "event" to runCurrentIndex
|
||||
* Move to KRunner's second results item with a single keypress (kde#392197)
|
||||
* Pass proper click coordinates to SNI ContextMenu calls
|
||||
* libdbusmenu-qt: Remove nonexistant actions directly from the menu
|
||||
* Set a transient parent for SNI context menus
|
||||
* [DeviceNotifications Engine] Never show safely remove message when mounting (kde#391180)
|
||||
* Use dbus-run-session instead of dbus-launch --exit-with-session
|
||||
* [System Tray] Fix hiding applets with HiddenStatus
|
||||
* [Notifications] Remove NoAccessNetworkAccessManagerFactory
|
||||
* Improve By Desktop sorting for task groups (kde#384747)
|
||||
* Use separate config group for each wallpaper plugin
|
||||
* Fix duplicated [Desktop Entry] sections in two menu directory files
|
||||
- Remove patches, now upstream:
|
||||
* 0001-Use-dbus-run-session-instead-of-dbus-launch-exit-wit.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 24 11:11:34 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ Name: plasma5-workspace
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
Version: 5.12.3
|
||||
Version: 5.12.4
|
||||
Release: 0
|
||||
Summary: The KDE Plasma Workspace Components
|
||||
License: GPL-2.0+
|
||||
@ -36,7 +36,6 @@ Url: http://www.kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
# PATCHES 000-100 and above are from upstream 5.12 branch
|
||||
Patch0: 0001-Use-dbus-run-session-instead-of-dbus-launch-exit-wit.patch
|
||||
# PATCHES 101-500 are from upstream master/5.13 branch
|
||||
Patch201: 0001-Call-KLocalizedString-setApplicationDomain-after-Q-A.patch
|
||||
Patch202: 0002-Add-platform-detection-to-KWorkspace-library-to-adju.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user