=== penguin1263_ is now known as penguin1263 [05:08] darkxst, I've verified the AutoLogin issue from yesterday. Your comments about custom.conf being commented out by default is valid, sometimes. When user chooses "Login automatically" on install, those comments are removed, thus enabling AutoLogin and TimedLogin. And when you turn off the auto login, TimedLogin stays on... [06:41] mem11, file a bug [06:48] darkxst, where? [06:53] https://launchpad.net/ubuntu-gnome This address is nowhere to be found on the webpage and wiki [06:58] mem11, use ubuntu-bug command [06:59] probably those settings are handled by gnome-settings-daemon [06:59] not gdm? [07:00] mgedmin, I think he is talking about changes that are occuring via g-c-c? [07:00] oh right, gdm reads these; something else writes them [07:00] not gnome-control-center itself? [07:01] darkxst, ubuntu-bug : what should I file against? [07:01] mgedmin, could be either really, didnt actually check [07:02] mem11, I just told you! [07:03] all right. i'll do it later, as i'm on a different machine [07:04] isn't there a web-based tracker somewhere? [07:05] https://bugs.launchpad.net/ubuntu-gnome, but ubuntu-bug attaches various bits of relevant system information such as package versions and config settings [07:05] so it's better to use the tool [07:06] (in theory you can file a bug now and then use apport-collect to collect and upload the extra info later) [07:06] accountsservices edits the config file [07:07] however I can't find any code that would enable TimedLogin [07:08] unless its a regex in ubiquity [07:10] I think it's only during installation. When you don't select "Login Auto..." during install and then modify AutoLogin=False, the commented sections are all there and my change is appended in the file. Hope I'm being clear. [07:11] Nevermind, I'll make a proper bug report later on. Thanks people. [07:13] yes its ubiquity [07:13] AutologinParameters="AutomaticLoginEnable=true\n\ [07:13] AutomaticLogin=$USER\n\ [07:13] TimedLoginEnable=true\n\ [07:13] TimedLogin=$USER\n\ [07:13] TimedLoginDelay=10" [07:14] mem11, if you disable autologin in gnome-control-center is it still broken? [07:15] my guess is that wont touch the "TimedLogin" keys either though [07:15] Yes, that's it. [07:16] TimedLogin isn't changed back. [07:16] mem11, ok, file bug against ubiquity, TimedLogin probably doesnt need to be ever set [07:17] its probably old code from GNOME2 days [07:17] Ok, ubiquity. Thanks. [07:20] Looks like it's been reported couple of months ago actually: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1412791 [07:20] Ubuntu bug 1412791 in gnome-control-center (Ubuntu) "automatic login configured in ubiquity cannot be disabled by gnome-control-center" [Undecided,New] [07:22] Someone responded that "it's not a security bug" :-/ He probably knows better huh? [07:24] mem11, physical access to a machine does not count as a security bug [07:24] (its ridiculously easy to get root access on any linux machine) [07:25] unless its an encrypted system [07:25] When /home is encrypted, you need password anyway... [07:26] you can still get at the root filesystem then [07:30] hmm I don't know where that code comes from, seems to be imported into ubiquity at build time [07:37] seens to be user-setup [07:40] this is crap, ubuntu patch the upstream code directly in that package [07:40] it has completely diverged from the debian source [07:45] how do you track all those sources? [07:59] mem11, track what? codesearch.debian.org is useful [07:59] normally ubuntu patches are applied over debian code with quilt === jhenke_ is now known as jhenke