| Summary: | Sessions are not entirely restored when reloging | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | dc |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
dc
2008-01-18 12:12:53 UTC
Version : KDE 4.0.0 Platform : Linux, 2.6.22-14-generic, Kubuntu 7.10, i686 > Konsole : I usually have many Konsole opened, each with a few tabs. None of them are restored. This is bug #152761. SVN commit 764895 by lunakl:
Fix window roles for KMainWindow:
- '#' in the window role is used by KWin to improve window grouping,
so do the character-allowed-by-dbus only for the dbus name
- don't prepend app name to it - it adds up with session restore
- when name with #<number> is given, try to use it as given first
BUG: 156092
M +15 -10 tests/kmainwindow_unittest.cpp
M +47 -13 widgets/kmainwindow.cpp
M +5 -0 widgets/kmainwindow.h
M +1 -0 widgets/kmainwindow_p.h
M +1 -2 xmlgui/kxmlguiwindow.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=764895
|