How to have persistent session settings in SDDM for each user?How to prevent auto-pausing processes in an inactive user session?How to purge SDDM/Plasma completelyPersistent live install, stop auto login SDDMHow to start another user session from CLI on SDDM?How can you change the user icon in sddmRestart sddm and conserve session
Character Development - Robert Baratheon
How to (or should one) distinguish between lowercase and uppercase alphabets orally when lecturing?
Is Communism intrinsically Authoritarian?
What's objectionable about the Axiom of Countable Additivity?
Give a grammar for a language on Σ=a,b,c that accepts all strings containing exactly one a
Is there any specific reason why Delta Air Lines doesn't have a callsign that doesn't conflict with the NATO Phonetic Alphabet?
Is there a conflict between YAGNI and SRP?
Possible way to counter or sidestep split-second spells (like Trickbind) in a particular situation
Get rows only joined to certain types of row in another table
Selecting Primes from list of list
Was X17 predicted before it was observed?
Using "um...zu" with past participle
Stack Exchange Answerer
Why is the sample variance of a Sample Average Approximation calculated in this way?
What are pros and cons around banning castling?
Why must a CNN have fixed input size?
Why only sine waves?
How to compute curve integrate
Why does General Grievous say “Ah yes, the negotiator?”
Is there a spell, magical item, or any other method to accurately calculate how long ago an object/construct was created?
Local bounding box doesn't work inside a scope
Should high school teachers say “real numbers” before teaching complex numbers?
Finding how much time it takes for a complete Earth revolution around the Sun
Pay everything now or gradually?
How to have persistent session settings in SDDM for each user?
How to prevent auto-pausing processes in an inactive user session?How to purge SDDM/Plasma completelyPersistent live install, stop auto login SDDMHow to start another user session from CLI on SDDM?How can you change the user icon in sddmRestart sddm and conserve session
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I use SDDM as session manager in Lubuntu 19.04. By default I got two desktops: Lubuntu and LXQt. I have two users. Each one uses a different desktop session.
However, every time I switch users, the last used desktop session is shown in drop-down list (when in SDDM).
How can I configure SDDM so it remembers that user1 always starts with Lubuntu session and user2 with LXQt?
Right now the user must manually choose the session every time he enters. I believe it should be a matter of selecting the user, writing the password and voilá!
session sddm
add a comment
|
I use SDDM as session manager in Lubuntu 19.04. By default I got two desktops: Lubuntu and LXQt. I have two users. Each one uses a different desktop session.
However, every time I switch users, the last used desktop session is shown in drop-down list (when in SDDM).
How can I configure SDDM so it remembers that user1 always starts with Lubuntu session and user2 with LXQt?
Right now the user must manually choose the session every time he enters. I believe it should be a matter of selecting the user, writing the password and voilá!
session sddm
@dk-bose, thanks! I was just about to edit the edition of Lubuntu.
– LobaLuna
Sep 21 at 2:42
add a comment
|
I use SDDM as session manager in Lubuntu 19.04. By default I got two desktops: Lubuntu and LXQt. I have two users. Each one uses a different desktop session.
However, every time I switch users, the last used desktop session is shown in drop-down list (when in SDDM).
How can I configure SDDM so it remembers that user1 always starts with Lubuntu session and user2 with LXQt?
Right now the user must manually choose the session every time he enters. I believe it should be a matter of selecting the user, writing the password and voilá!
session sddm
I use SDDM as session manager in Lubuntu 19.04. By default I got two desktops: Lubuntu and LXQt. I have two users. Each one uses a different desktop session.
However, every time I switch users, the last used desktop session is shown in drop-down list (when in SDDM).
How can I configure SDDM so it remembers that user1 always starts with Lubuntu session and user2 with LXQt?
Right now the user must manually choose the session every time he enters. I believe it should be a matter of selecting the user, writing the password and voilá!
session sddm
session sddm
edited Sep 20 at 23:35
Justice for Monica
26k14 gold badges61 silver badges127 bronze badges
26k14 gold badges61 silver badges127 bronze badges
asked Sep 20 at 23:30
LobaLunaLobaLuna
2132 silver badges10 bronze badges
2132 silver badges10 bronze badges
@dk-bose, thanks! I was just about to edit the edition of Lubuntu.
– LobaLuna
Sep 21 at 2:42
add a comment
|
@dk-bose, thanks! I was just about to edit the edition of Lubuntu.
– LobaLuna
Sep 21 at 2:42
@dk-bose, thanks! I was just about to edit the edition of Lubuntu.
– LobaLuna
Sep 21 at 2:42
@dk-bose, thanks! I was just about to edit the edition of Lubuntu.
– LobaLuna
Sep 21 at 2:42
add a comment
|
1 Answer
1
active
oldest
votes
These settings are located in /etc/sddm.conf.d/
you should be able to achieve this with some of the settings?
I would try something like the following
/etc/sddm.conf.d/persistent_session
------------------------------------
[Users]
RememberLastSession=true
for reference: sddm.conf
j-money, it doesn't work. I tried t use both Remember… settings, even deleted Autologin section, and nada.
– LobaLuna
Sep 21 at 3:02
@LobaLuna are you restarting sddm? There should be a log somewhere of what is happening, I don't know where sddm stores these, but you may try checking the journal?
– j-money
Sep 22 at 17:42
Yes, @j-money. One restart per each Remember setting, and one for both used together. Your idea of checking the journal is correct. Unfortunately,/var/log/sddm.log
is empty (don't know why)
– LobaLuna
Sep 24 at 23:03
Hmmm, you might try asking upstream then? As it looks like you should be doing everything correctly, (Though we may be misintrepeting some of the flags). github.com/sddm/sddm
– j-money
Sep 25 at 0:35
I already did. Still no answer. Thanks, anyway. I changed to lightdm. It's light enough and with many more configurable and well documented options. This SDDM guys are very busy, I believe…
– LobaLuna
Nov 13 at 3:11
|
show 1 more comment
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1175585%2fhow-to-have-persistent-session-settings-in-sddm-for-each-user%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
These settings are located in /etc/sddm.conf.d/
you should be able to achieve this with some of the settings?
I would try something like the following
/etc/sddm.conf.d/persistent_session
------------------------------------
[Users]
RememberLastSession=true
for reference: sddm.conf
j-money, it doesn't work. I tried t use both Remember… settings, even deleted Autologin section, and nada.
– LobaLuna
Sep 21 at 3:02
@LobaLuna are you restarting sddm? There should be a log somewhere of what is happening, I don't know where sddm stores these, but you may try checking the journal?
– j-money
Sep 22 at 17:42
Yes, @j-money. One restart per each Remember setting, and one for both used together. Your idea of checking the journal is correct. Unfortunately,/var/log/sddm.log
is empty (don't know why)
– LobaLuna
Sep 24 at 23:03
Hmmm, you might try asking upstream then? As it looks like you should be doing everything correctly, (Though we may be misintrepeting some of the flags). github.com/sddm/sddm
– j-money
Sep 25 at 0:35
I already did. Still no answer. Thanks, anyway. I changed to lightdm. It's light enough and with many more configurable and well documented options. This SDDM guys are very busy, I believe…
– LobaLuna
Nov 13 at 3:11
|
show 1 more comment
These settings are located in /etc/sddm.conf.d/
you should be able to achieve this with some of the settings?
I would try something like the following
/etc/sddm.conf.d/persistent_session
------------------------------------
[Users]
RememberLastSession=true
for reference: sddm.conf
j-money, it doesn't work. I tried t use both Remember… settings, even deleted Autologin section, and nada.
– LobaLuna
Sep 21 at 3:02
@LobaLuna are you restarting sddm? There should be a log somewhere of what is happening, I don't know where sddm stores these, but you may try checking the journal?
– j-money
Sep 22 at 17:42
Yes, @j-money. One restart per each Remember setting, and one for both used together. Your idea of checking the journal is correct. Unfortunately,/var/log/sddm.log
is empty (don't know why)
– LobaLuna
Sep 24 at 23:03
Hmmm, you might try asking upstream then? As it looks like you should be doing everything correctly, (Though we may be misintrepeting some of the flags). github.com/sddm/sddm
– j-money
Sep 25 at 0:35
I already did. Still no answer. Thanks, anyway. I changed to lightdm. It's light enough and with many more configurable and well documented options. This SDDM guys are very busy, I believe…
– LobaLuna
Nov 13 at 3:11
|
show 1 more comment
These settings are located in /etc/sddm.conf.d/
you should be able to achieve this with some of the settings?
I would try something like the following
/etc/sddm.conf.d/persistent_session
------------------------------------
[Users]
RememberLastSession=true
for reference: sddm.conf
These settings are located in /etc/sddm.conf.d/
you should be able to achieve this with some of the settings?
I would try something like the following
/etc/sddm.conf.d/persistent_session
------------------------------------
[Users]
RememberLastSession=true
for reference: sddm.conf
answered Sep 20 at 23:48
j-moneyj-money
1,5355 silver badges19 bronze badges
1,5355 silver badges19 bronze badges
j-money, it doesn't work. I tried t use both Remember… settings, even deleted Autologin section, and nada.
– LobaLuna
Sep 21 at 3:02
@LobaLuna are you restarting sddm? There should be a log somewhere of what is happening, I don't know where sddm stores these, but you may try checking the journal?
– j-money
Sep 22 at 17:42
Yes, @j-money. One restart per each Remember setting, and one for both used together. Your idea of checking the journal is correct. Unfortunately,/var/log/sddm.log
is empty (don't know why)
– LobaLuna
Sep 24 at 23:03
Hmmm, you might try asking upstream then? As it looks like you should be doing everything correctly, (Though we may be misintrepeting some of the flags). github.com/sddm/sddm
– j-money
Sep 25 at 0:35
I already did. Still no answer. Thanks, anyway. I changed to lightdm. It's light enough and with many more configurable and well documented options. This SDDM guys are very busy, I believe…
– LobaLuna
Nov 13 at 3:11
|
show 1 more comment
j-money, it doesn't work. I tried t use both Remember… settings, even deleted Autologin section, and nada.
– LobaLuna
Sep 21 at 3:02
@LobaLuna are you restarting sddm? There should be a log somewhere of what is happening, I don't know where sddm stores these, but you may try checking the journal?
– j-money
Sep 22 at 17:42
Yes, @j-money. One restart per each Remember setting, and one for both used together. Your idea of checking the journal is correct. Unfortunately,/var/log/sddm.log
is empty (don't know why)
– LobaLuna
Sep 24 at 23:03
Hmmm, you might try asking upstream then? As it looks like you should be doing everything correctly, (Though we may be misintrepeting some of the flags). github.com/sddm/sddm
– j-money
Sep 25 at 0:35
I already did. Still no answer. Thanks, anyway. I changed to lightdm. It's light enough and with many more configurable and well documented options. This SDDM guys are very busy, I believe…
– LobaLuna
Nov 13 at 3:11
j-money, it doesn't work. I tried t use both Remember… settings, even deleted Autologin section, and nada.
– LobaLuna
Sep 21 at 3:02
j-money, it doesn't work. I tried t use both Remember… settings, even deleted Autologin section, and nada.
– LobaLuna
Sep 21 at 3:02
@LobaLuna are you restarting sddm? There should be a log somewhere of what is happening, I don't know where sddm stores these, but you may try checking the journal?
– j-money
Sep 22 at 17:42
@LobaLuna are you restarting sddm? There should be a log somewhere of what is happening, I don't know where sddm stores these, but you may try checking the journal?
– j-money
Sep 22 at 17:42
Yes, @j-money. One restart per each Remember setting, and one for both used together. Your idea of checking the journal is correct. Unfortunately,
/var/log/sddm.log
is empty (don't know why)– LobaLuna
Sep 24 at 23:03
Yes, @j-money. One restart per each Remember setting, and one for both used together. Your idea of checking the journal is correct. Unfortunately,
/var/log/sddm.log
is empty (don't know why)– LobaLuna
Sep 24 at 23:03
Hmmm, you might try asking upstream then? As it looks like you should be doing everything correctly, (Though we may be misintrepeting some of the flags). github.com/sddm/sddm
– j-money
Sep 25 at 0:35
Hmmm, you might try asking upstream then? As it looks like you should be doing everything correctly, (Though we may be misintrepeting some of the flags). github.com/sddm/sddm
– j-money
Sep 25 at 0:35
I already did. Still no answer. Thanks, anyway. I changed to lightdm. It's light enough and with many more configurable and well documented options. This SDDM guys are very busy, I believe…
– LobaLuna
Nov 13 at 3:11
I already did. Still no answer. Thanks, anyway. I changed to lightdm. It's light enough and with many more configurable and well documented options. This SDDM guys are very busy, I believe…
– LobaLuna
Nov 13 at 3:11
|
show 1 more comment
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1175585%2fhow-to-have-persistent-session-settings-in-sddm-for-each-user%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
@dk-bose, thanks! I was just about to edit the edition of Lubuntu.
– LobaLuna
Sep 21 at 2:42