Temporary guest session warning on user login












0















Ever since upgrading from 14.04 to 16.04 (uneventfully), I am getting a warning popup on login titled:




Temporary Guest Session




with the message:




All data created during this guest session will be deleted
when you log out, and settings will be reset to defaults.




However, I am logging in as myself (username, password). And in fact changes to my account (desktop, browser history, etc.) are saved between sessions.



Why am I getting that warning and how can I remove it?










share|improve this question

























  • You may want to edit your question and provide more details. Such as, which version of Ubuntu did you upgrade from? If there were any errors and interruptions (such as power failure) during the upgrade.

    – user68186
    Jan 16 at 16:59
















0















Ever since upgrading from 14.04 to 16.04 (uneventfully), I am getting a warning popup on login titled:




Temporary Guest Session




with the message:




All data created during this guest session will be deleted
when you log out, and settings will be reset to defaults.




However, I am logging in as myself (username, password). And in fact changes to my account (desktop, browser history, etc.) are saved between sessions.



Why am I getting that warning and how can I remove it?










share|improve this question

























  • You may want to edit your question and provide more details. Such as, which version of Ubuntu did you upgrade from? If there were any errors and interruptions (such as power failure) during the upgrade.

    – user68186
    Jan 16 at 16:59














0












0








0








Ever since upgrading from 14.04 to 16.04 (uneventfully), I am getting a warning popup on login titled:




Temporary Guest Session




with the message:




All data created during this guest session will be deleted
when you log out, and settings will be reset to defaults.




However, I am logging in as myself (username, password). And in fact changes to my account (desktop, browser history, etc.) are saved between sessions.



Why am I getting that warning and how can I remove it?










share|improve this question
















Ever since upgrading from 14.04 to 16.04 (uneventfully), I am getting a warning popup on login titled:




Temporary Guest Session




with the message:




All data created during this guest session will be deleted
when you log out, and settings will be reset to defaults.




However, I am logging in as myself (username, password). And in fact changes to my account (desktop, browser history, etc.) are saved between sessions.



Why am I getting that warning and how can I remove it?







login guest-session






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago







Cosmo

















asked Jan 16 at 13:45









CosmoCosmo

62




62













  • You may want to edit your question and provide more details. Such as, which version of Ubuntu did you upgrade from? If there were any errors and interruptions (such as power failure) during the upgrade.

    – user68186
    Jan 16 at 16:59



















  • You may want to edit your question and provide more details. Such as, which version of Ubuntu did you upgrade from? If there were any errors and interruptions (such as power failure) during the upgrade.

    – user68186
    Jan 16 at 16:59

















You may want to edit your question and provide more details. Such as, which version of Ubuntu did you upgrade from? If there were any errors and interruptions (such as power failure) during the upgrade.

– user68186
Jan 16 at 16:59





You may want to edit your question and provide more details. Such as, which version of Ubuntu did you upgrade from? If there were any errors and interruptions (such as power failure) during the upgrade.

– user68186
Jan 16 at 16:59










1 Answer
1






active

oldest

votes


















0














You can disable that dialog by creating the file /etc/guest-session/prefs.sh and inserting the line:



touch $HOME/.skip-guest-warning-dialog


https://help.ubuntu.com/community/CustomizeGuestSession#Disable_startup_dialog






share|improve this answer
























  • Thanks. According to the link you provided, this is for disabling the startup dialog for guest accounts. I'm not a guest, I'm a registered user with a /home/<my-username> directory. The question perhaps should be: why is my account being associated with a guest user? There seems to be something in my account settings that makes Ubuntu think I'm a guest on login.

    – Cosmo
    Jan 16 at 15:20











  • @Cosmo: Right. That sounds weird, and I have no explanation or theory offhand. Nevertheless you may want to try the above suggestion. Can't hurt, at least...

    – Gunnar Hjalmarsson
    Jan 16 at 17:48











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/3.0/"u003ecc by-sa 3.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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110274%2ftemporary-guest-session-warning-on-user-login%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









0














You can disable that dialog by creating the file /etc/guest-session/prefs.sh and inserting the line:



touch $HOME/.skip-guest-warning-dialog


https://help.ubuntu.com/community/CustomizeGuestSession#Disable_startup_dialog






share|improve this answer
























  • Thanks. According to the link you provided, this is for disabling the startup dialog for guest accounts. I'm not a guest, I'm a registered user with a /home/<my-username> directory. The question perhaps should be: why is my account being associated with a guest user? There seems to be something in my account settings that makes Ubuntu think I'm a guest on login.

    – Cosmo
    Jan 16 at 15:20











  • @Cosmo: Right. That sounds weird, and I have no explanation or theory offhand. Nevertheless you may want to try the above suggestion. Can't hurt, at least...

    – Gunnar Hjalmarsson
    Jan 16 at 17:48
















0














You can disable that dialog by creating the file /etc/guest-session/prefs.sh and inserting the line:



touch $HOME/.skip-guest-warning-dialog


https://help.ubuntu.com/community/CustomizeGuestSession#Disable_startup_dialog






share|improve this answer
























  • Thanks. According to the link you provided, this is for disabling the startup dialog for guest accounts. I'm not a guest, I'm a registered user with a /home/<my-username> directory. The question perhaps should be: why is my account being associated with a guest user? There seems to be something in my account settings that makes Ubuntu think I'm a guest on login.

    – Cosmo
    Jan 16 at 15:20











  • @Cosmo: Right. That sounds weird, and I have no explanation or theory offhand. Nevertheless you may want to try the above suggestion. Can't hurt, at least...

    – Gunnar Hjalmarsson
    Jan 16 at 17:48














0












0








0







You can disable that dialog by creating the file /etc/guest-session/prefs.sh and inserting the line:



touch $HOME/.skip-guest-warning-dialog


https://help.ubuntu.com/community/CustomizeGuestSession#Disable_startup_dialog






share|improve this answer













You can disable that dialog by creating the file /etc/guest-session/prefs.sh and inserting the line:



touch $HOME/.skip-guest-warning-dialog


https://help.ubuntu.com/community/CustomizeGuestSession#Disable_startup_dialog







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 16 at 14:39









Gunnar HjalmarssonGunnar Hjalmarsson

19.2k23461




19.2k23461













  • Thanks. According to the link you provided, this is for disabling the startup dialog for guest accounts. I'm not a guest, I'm a registered user with a /home/<my-username> directory. The question perhaps should be: why is my account being associated with a guest user? There seems to be something in my account settings that makes Ubuntu think I'm a guest on login.

    – Cosmo
    Jan 16 at 15:20











  • @Cosmo: Right. That sounds weird, and I have no explanation or theory offhand. Nevertheless you may want to try the above suggestion. Can't hurt, at least...

    – Gunnar Hjalmarsson
    Jan 16 at 17:48



















  • Thanks. According to the link you provided, this is for disabling the startup dialog for guest accounts. I'm not a guest, I'm a registered user with a /home/<my-username> directory. The question perhaps should be: why is my account being associated with a guest user? There seems to be something in my account settings that makes Ubuntu think I'm a guest on login.

    – Cosmo
    Jan 16 at 15:20











  • @Cosmo: Right. That sounds weird, and I have no explanation or theory offhand. Nevertheless you may want to try the above suggestion. Can't hurt, at least...

    – Gunnar Hjalmarsson
    Jan 16 at 17:48

















Thanks. According to the link you provided, this is for disabling the startup dialog for guest accounts. I'm not a guest, I'm a registered user with a /home/<my-username> directory. The question perhaps should be: why is my account being associated with a guest user? There seems to be something in my account settings that makes Ubuntu think I'm a guest on login.

– Cosmo
Jan 16 at 15:20





Thanks. According to the link you provided, this is for disabling the startup dialog for guest accounts. I'm not a guest, I'm a registered user with a /home/<my-username> directory. The question perhaps should be: why is my account being associated with a guest user? There seems to be something in my account settings that makes Ubuntu think I'm a guest on login.

– Cosmo
Jan 16 at 15:20













@Cosmo: Right. That sounds weird, and I have no explanation or theory offhand. Nevertheless you may want to try the above suggestion. Can't hurt, at least...

– Gunnar Hjalmarsson
Jan 16 at 17:48





@Cosmo: Right. That sounds weird, and I have no explanation or theory offhand. Nevertheless you may want to try the above suggestion. Can't hurt, at least...

– Gunnar Hjalmarsson
Jan 16 at 17:48


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110274%2ftemporary-guest-session-warning-on-user-login%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局