Bug 355708 - Starting a new session doesn't work
Summary: Starting a new session doesn't work
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.4.95
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-21 23:00 UTC by Antonio Rojas
Modified: 2015-11-22 15:27 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2015-11-21 23:00:33 UTC
Trying to start a new session (via the KDE menu) doesn't work, it just dims the screen. 
Journalctl log:

nov 21 23:56:22 arl-portatil ksmserver[742]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/userswitcher/UserSwitcher.qml:1:1: Expected token `numeric literal' 
                                                   
                                                  ^
nov 21 23:56:22 arl-portatil ksmserver[742]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/userswitcher/UserSwitcher.qml:1:1: Expected a qualified name id 
                                                   
                                                  ^
nov 21 23:56:22 arl-portatil ksmserver[742]: (file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/userswitcher/UserSwitcher.qml:1:1: Expected token `numeric literal'
                                                 
                                                 ^, file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/userswitcher/UserSwitcher.qml:1:1: Expected a qualified name id
                                                 
                                                 ^)
nov 21 23:56:22 arl-portatil ksmserver[742]: QObject::connect: Cannot connect (null)::dismissed() to KSMSwitchUserDialog::dismissed()


Reproducible: Always
Comment 1 Kai Uwe Broulik 2015-11-21 23:30:54 UTC
Looks like your UserSwitcher.qml is broken? (obviously that shouldn't break the session in any way)
Comment 3 Kai Uwe Broulik 2015-11-22 15:16:47 UTC
Git commit e2a6103ca2ee94fb5534a7e70ed2d6d7deef5a71 by Kai Uwe Broulik.
Committed on 22/11/2015 at 15:16.
Pushed by broulik into branch 'Plasma/5.5'.

[Look and Feel] Add UserSwitcher.qml

Somehow I screwed up this file :(
FIXED-IN: 5.5.0

M  +166  -0    lookandfeel/contents/userswitcher/UserSwitcher.qml

http://commits.kde.org/plasma-workspace/e2a6103ca2ee94fb5534a7e70ed2d6d7deef5a71
Comment 4 Kai Uwe Broulik 2015-11-22 15:27:38 UTC
Git commit 614adba7cff0a8a01ccdb87f9314ff39b2a35243 by Kai Uwe Broulik.
Committed on 22/11/2015 at 15:26.
Pushed by broulik into branch 'Plasma/5.5'.

[Look and Feel] Add rest of the missing user switcher files

Apparently I forgot to commit all of the QML files in fe97f4272432de0ad563fe32aeaaaaff6a8dee84

M  +4    -4    lookandfeel/contents/components/UserList.qml
M  +22   -11   lookandfeel/contents/components/UserSelect.qml

http://commits.kde.org/plasma-workspace/614adba7cff0a8a01ccdb87f9314ff39b2a35243