Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 554722 Details for
Bug 670810
[kde overlay] kde-plasma/plasma-workspace-9999 plasma-workspace-5.4-startkde-script.patch broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated startkde-script.patch
plasma-workspace-9999-startkde-script.patch (text/plain), 1.18 KB, created by
Duncan
on 2018-11-10 07:56:43 UTC
(
hide
)
Description:
Updated startkde-script.patch
Filename:
MIME Type:
Creator:
Duncan
Created:
2018-11-10 07:56:43 UTC
Size:
1.18 KB
patch
obsolete
>From bf569560bf195ac4e79d65d4103a7161a6a2f2ac Mon Sep 17 00:00:00 2001 >From: Elias Probst <mail@eliasprobst.eu> >Date: Sat, 4 Jul 2015 11:33:01 +0200 >Subject: [PATCH] [startkde] Gentoo FHS script support > >--- > startkde/startkde.cmake | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake >index 2585600..9350158 100644 >--- a/startkde/startkde.cmake >+++ b/startkde/startkde.cmake >@@ -210,6 +210,11 @@ for prefix in `echo $scriptpath`; do > done > done > >+# Gentoo part for FHS installs >+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/startup/"*.sh; do >+ test -r "${file}" && . "${file}" >+done >+ > # Set a left cursor instead of the standard X11 "X" cursor, since I've heard > # from some users that they're confused and don't know what to do. This is > # especially necessary on slow machines, where starting KDE takes one or two >@@ -417,6 +422,11 @@ for prefix in `echo "$scriptpath"`; do > done > done > >+# Gentoo part for FHS installs >+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/shutdown/"*.sh; do >+ test -r "${file}" && . "${file}" >+done >+ > unset KDE_FULL_SESSION > xprop -root -remove KDE_FULL_SESSION > unset KDE_SESSION_VERSION >-- >2.3.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 670810
: 554722