Launchpad has imported 32 comments from the remote bug at https://bugs.kde.org/show_bug.cgi?id=341930.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2014-12-15T22:54:42+00:00 Guillaume-debure-9 wrote: When starting a new session (after reboot or logout), applications that were left open on various Activities / Desktops are all restarted on the first Activity, on the first Desktop, instead of being restarted on their previous location. Reproducible: Always Steps to Reproduce: 1. Place some applications on various Activities and Desktops 2. Logout or Restart 3. Login in the same session as in 1 Actual Results: Applications are all restarted on Desktop 1 in first Activity Expected Results: Applications should have been restarted on the same Desktop and Activity as they were when session was quit. Plasma Desktop 5.1.1 using Frameworks 5.5.0 Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/0 ------------------------------------------------------------------------ On 2015-01-27T21:50:32+00:00 Guillaume-debure-9 wrote: Still there in 5.2. Is there anything I can do to help ? Anyone else noticing this ? Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/1 ------------------------------------------------------------------------ On 2015-01-28T10:21:38+00:00 Ivan-cukic-s wrote: Unfortunately, this is not something that we have the control over with the X session protocol. If we get something else in place, this might be fixed, but that is not going to happen any time soon. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/2 ------------------------------------------------------------------------ On 2015-01-28T12:06:53+00:00 Guillaume-debure-9 wrote: Thanks for the feedback, Ivan. Does it mean Wayland should be preferred to X for this issue ? Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/3 ------------------------------------------------------------------------ On 2015-01-28T14:23:23+00:00 Ivan-cukic-s wrote: No. The only benefit of Wayland here is that we will need to implement the sessions in a new way. Which will benefit both X and Wayland. The problem is that non-KDE applications will probably never support this. Gnome people have decided they do not care about sessions (AFAIK). Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/4 ------------------------------------------------------------------------ On 2015-02-02T17:30:47+00:00 Anders Lund wrote: Confirmed. This works in KDE 4, so how can it be different in KF 5? Same X.org afaik... Worse, this renders activities useless. Even windows from a closed activity is opened in the wrong place. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/5 ------------------------------------------------------------------------ On 2015-02-02T20:26:17+00:00 Anders Lund wrote: Ivan, what does it matter what gnome people thinks? this affects kde applications (as well). Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/6 ------------------------------------------------------------------------ On 2015-02-02T20:52:27+00:00 Ivan-cukic-s wrote: > This works in KDE 4, so how can it be different in KF 5? Same X.org afaik... Will see whether something has changed. For me, it did not work on 4 as well. Will see to bring this up to the level it had in kde 4. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/7 ------------------------------------------------------------------------ On 2015-02-02T22:03:17+00:00 Anders Lund wrote: Thank you Ivan! You rock! Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/8 ------------------------------------------------------------------------ On 2015-02-03T01:40:04+00:00 Thomas-luebking wrote: Virtual desktop and activities are stored in the kwin session data - the client has no word in this. Session management is branched in "#if KWIN_QT5_PORTING" which is currently defined 0 in kwinglobals.h (but I don't know why atm. either) Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/9 ------------------------------------------------------------------------ On 2015-02-03T07:05:06+00:00 Mgraesslin wrote: > Session management is branched in "#if KWIN_QT5_PORTING" which is currently defined 0 in kwinglobals.h (but I don't know why atm. either) When I started the porting Session management was broken in Qt and made the code not compile. That's why it's in an ifdef. Apparently nobody cared so far to port it since then. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/10 ------------------------------------------------------------------------ On 2015-02-03T11:31:48+00:00 Guillaume-debure-9 wrote: I can confirm it worked in 4 for me as well. Looking forward to see this back, it's one of the killer features of the Plasma Desktop, IMHO :) Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/11 ------------------------------------------------------------------------ On 2015-02-03T11:38:42+00:00 Ivan-cukic-s wrote: I'll see whether it can work now. @Thomas Lübking Thanks for investigating this! Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/12 ------------------------------------------------------------------------ On 2015-02-06T10:51:23+00:00 Thomas-luebking wrote: *** Bug 343843 has been marked as a duplicate of this bug. *** Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/13 ------------------------------------------------------------------------ On 2015-02-20T18:15:10+00:00 Ivan-cukic-s wrote: Can anyone test whether the session management works in, for example, kate: - open a document - log out - log back in - kate should be open *with* that document inside Why kate? It properly saves the session information for me, but I do not see it restored - the application gets started, but empty. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/14 ------------------------------------------------------------------------ On 2015-02-20T21:19:18+00:00 Guillaume-debure-9 wrote: Hi Ivan, I can confirm that behaviour, kate is restarted, but without the doument opened. This is still on 5.2 through Archlinux packages. Did you want us to test on master ? Cause I'm not proficient enough to build the plasma desktop from git :( Thanks for your efforts on this ! Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/15 ------------------------------------------------------------------------ On 2015-02-21T21:59:47+00:00 Thomas-luebking wrote: before I log out: what's the commandline of the kate process that should have restored the document? Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/16 ------------------------------------------------------------------------ On 2015-02-21T23:33:23+00:00 Ivan-cukic-s wrote: This is what I get from ps aux | grep kate /opt/kf5/usr/bin/kate -session 10d372616b000142456137800000121810009_1424561394_855171 And, the file .config/session/kate_10d372616b000142456137800000121810009_1424561394_855171 does exist Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/17 ------------------------------------------------------------------------ On 2015-02-22T01:17:48+00:00 Thomas-luebking wrote: Well, that implies the global session management is intact, but kde apparently didn't port it (correctly) just as much as kwin did not. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/18 ------------------------------------------------------------------------ On 2015-03-01T17:54:37+00:00 Dweeble01103 wrote: Would this also cause my restored sessions windows to not be placed in their previous locations on the desktop but to be placed according to the initial placement as defined in systemsettings -> window behavior -> window behavior -> advanced -> placement. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/19 ------------------------------------------------------------------------ On 2015-03-05T11:29:21+00:00 Thomas-luebking wrote: *** Bug 344856 has been marked as a duplicate of this bug. *** Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/20 ------------------------------------------------------------------------ On 2015-03-27T17:46:27+00:00 Graham P Davis wrote: Just upgraded to 5.2.2 and still got this problem. This makes Plasma-5 unusable as far as I'm concerned. Any chance of the "importance" level being shifted up a notch or so? I can also confirm that the problem doesn't exist on the same machine and same user. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/21 ------------------------------------------------------------------------ On 2015-03-27T18:03:57+00:00 Graham P Davis wrote: (In reply to Graham P Davis from comment #21) > Just upgraded to 5.2.2 and still got this problem. This makes Plasma-5 > unusable as far as I'm concerned. Any chance of the "importance" level being > shifted up a notch or so? > > I can also confirm that the problem doesn't exist with KDE4 on the same > machine and > same user. Inserting "with KDE4" makes a lot more sense. Deary me! Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/22 ------------------------------------------------------------------------ On 2015-04-04T00:28:19+00:00 Loose-control wrote: Any update on this? I am also effected by this and would like to see a fix :) Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/23 ------------------------------------------------------------------------ On 2015-04-14T23:18:01+00:00 Guillaume-debure-9 wrote: Just upgraded to 5.2.95, and bug is still there. Any chance of seeing this fixed before 5.3 is released ? Can I help with some testing or anything else ? Thanks :) Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/24 ------------------------------------------------------------------------ On 2015-04-15T06:10:26+00:00 Mgraesslin wrote: It needs someone who cares about session management (not me) to remove the ifdefs from KWin and port it to the new API in Qt 5. Given that this hasn't happened for over a year, I doubt it will happen this week to make it into 5.3. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/25 ------------------------------------------------------------------------ On 2015-04-15T07:24:56+00:00 Ivan-cukic-s wrote: I did start playing around with it, but I don't expect it to be in 5.3. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/26 ------------------------------------------------------------------------ On 2015-04-28T17:53:10+00:00 Laurent Bonnaud wrote: This bug is still there in Plasma 5.3.0 KF 5.9.0 (Kubuntu 15.04 + backports). Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/29 ------------------------------------------------------------------------ On 2015-04-28T20:39:21+00:00 Thomas-luebking wrote: *** Bug 341336 has been marked as a duplicate of this bug. *** Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/30 ------------------------------------------------------------------------ On 2015-04-28T23:05:09+00:00 Mournblade wrote: I just updated to plasma5 from kde 4.x and was shocked to see session management across desktops completely broken in what is supposed to be the third major "stable, non-beta" release. I thought, I'd learned my lesson from the premature release of 4.x and waited 9 months to try, but apparently didn't wait long enough. I've been using KDE for 8 years, but have moved to another desktop until this issue gets resolved. It's disturbing to learn that the devs have apparently lost interest in session management. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/31 ------------------------------------------------------------------------ On 2015-04-28T23:40:16+00:00 Thomas-luebking wrote: > what is supposed to be the third major "stable, non-beta" No, it's not. Plasma 5 is not nearly ready for productive use and there also still major bugs in (released) Qt5 versions. It's "reliable and usable enough™" for everyday testing (you can install it next to other desktop environments, some distros allow to aside it next to KDE4) and development on it and you're encouraged to do so, but there still be monsters (worse than this, the QScreen::handle() bug killed my ksmserver today...) Somebody tells you different: he's lying. Period. The numbers are marketing bs. Has been the same w/ KDE4 & KDE3. /disclaimer: personal opinion Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/32 ------------------------------------------------------------------------ On 2015-04-29T01:26:25+00:00 Kairo-kairo wrote: This is a bug reporting system, not a discussion forum. Please refrain from any "me too" comments or other stuff that doesn't help to move the actual implementation of a fix forward. Thanks. Reply at: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1446865/comments/33 ** Changed in: kdebase-workspace Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446865 Title: kwin does not remember on which desktop to open windows on session start To manage notifications about this bug go to: https://bugs.launchpad.net/kdebase-workspace/+bug/1446865/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
