Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 272923 Details for
Bug 366963
kde-base/kwin-4.6.3 loses desktop names on logout/login
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for KDE upstream bug #272666
dont-lose-desktop-names-272666.patch (text/plain), 798 bytes, created by
Thomas
on 2011-05-12 08:10:27 UTC
(
hide
)
Description:
fix for KDE upstream bug #272666
Filename:
MIME Type:
Creator:
Thomas
Created:
2011-05-12 08:10:27 UTC
Size:
798 bytes
patch
obsolete
>--- kwin-4.6.3/kwin/workspace.cpp 2011-04-28 15:14:59.000000000 +0200 >+++ kwin-4.6.3/kwin/workspace.cpp 2011-05-12 09:47:39.000000000 +0200 >@@ -1229,8 +1229,10 @@ > } > } > >+static bool _loading_desktop_settings = false; > void Workspace::loadDesktopSettings() > { >+ _loading_desktop_settings = true; > KSharedConfig::Ptr c = KGlobal::config(); > QString groupname; > if( screen_number == 0 ) >@@ -1246,10 +1248,13 @@ > rootInfo->setDesktopName( i, s.toUtf8().data() ); > desktop_focus_chain[i-1] = i; > } >+ _loading_desktop_settings = false; > } > > void Workspace::saveDesktopSettings() > { >+ if (_loading_desktop_settings) >+ return; > KSharedConfig::Ptr c = KGlobal::config(); > QString groupname; > if (screen_number == 0)
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 366963
: 272923