A quick settings question on Debian 2.x
-
edit: post out of date
-
@scottalanmiller said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
What desktop environment is this machine using?
I don't understand the question
Debian is the OS. But the question here about sleep mode and logging in automatically are about the desktop environment that is running on top of Debian. Each desktop environment can be pretty unique so we have to know that to know where settings for it might be. For example in the Windows world... DOS 8 was the OS and Windows 98 was the desktop environment. As you can imagine, the majority of settings were part of the desktop environment, not the OS.
I was able to find the suspend setting under Main Menu>System Tools>Administration>System Settings. I can't figure out the "login w/o password" part.
-
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
What desktop environment is this machine using?
I don't understand the question
Debian is the OS. But the question here about sleep mode and logging in automatically are about the desktop environment that is running on top of Debian. Each desktop environment can be pretty unique so we have to know that to know where settings for it might be. For example in the Windows world... DOS 8 was the OS and Windows 98 was the desktop environment. As you can imagine, the majority of settings were part of the desktop environment, not the OS.
I was able to find the suspend setting under Main Menu>System Tools>Administration>System Settings. I can't figure out the "login w/o password" part.
So I know you want to specifically avoid ever having to enter a password again.... but can you simply adjust the suspend settings to something really long, like 36 hours?
-
@art_of_shred said in A quick settings question on Debian 2.x:
@DustinB3403 said in A quick settings question on Debian 2.x:
@wirestyle22 said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
What desktop environment is this machine using?
I don't understand the question
Gnome, Unity, etc
Did anything like that exist on debian 2?
If you're paying attention, you'll see that I goofed and it's Debian 3.2.51-1 x86_64 GNU/Linux.
salty are we?
-
That is the kernel version - 3.2.51-1.
That means youre running Deb 7 wheezy probably, so not that out of date -
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
What desktop environment is this machine using?
I don't understand the question
Debian is the OS. But the question here about sleep mode and logging in automatically are about the desktop environment that is running on top of Debian. Each desktop environment can be pretty unique so we have to know that to know where settings for it might be. For example in the Windows world... DOS 8 was the OS and Windows 98 was the desktop environment. As you can imagine, the majority of settings were part of the desktop environment, not the OS.
I was able to find the suspend setting under Main Menu>System Tools>Administration>System Settings. I can't figure out the "login w/o password" part.
I honestly don't know how to narrow down what you're using. I never use GUI's. You may want to look for some of the common GUI's:
cd /etc/
ls -l
-
cat /etc/*release
Could give you details on what you are running.
-
@scottalanmiller said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@wirestyle22 said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
What desktop environment is this machine using?
I don't understand the question
Gnome, Unity, etc
How can I tell? I have no idea where to find that.
Normally it says when you go to log in. Can you log in now? What does it look like? Generally they are easy to eyeball.
That would be Gnome 3.
-
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@wirestyle22 said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
What desktop environment is this machine using?
I don't understand the question
Gnome, Unity, etc
How can I tell? I have no idea where to find that.
Normally it says when you go to log in. Can you log in now? What does it look like? Generally they are easy to eyeball.
That would be Gnome 3.
Sweet, that's modern and we can get that figured out then.
-
https://ubuntuforums.org/showthread.php?t=1466504
10.04 Solution
-
As you've probably already done, uncheck:
"lock screen when screen saver is activated"
in the System->Preferences->Screen Saver menu. -
Type gconf-editor in a terminal. Under apps/gnome-power-manager/locks check:
"use_screensaver_settings". -
If still asked for password, you can (also in gconf-editor) go to desktop/gnome/lockdown and check:
"disable_lock_screen"
11.10 Solution
-
First try the Lock/Unlock button in System Settings -> Personal -> Screen (suggested by brallan, below).
-
If this doesn't work, try the command
Code:
gsettings set org.gnome.desktop.lockdown disable-lock-screen 'true'
-
-
This is the file that needs to be edited:
/etc/gdm3/daemon.conf
-
In that file you should see this:
# AutomaticLoginEnabled = true # AutomaticLogin = user
Just remove the hashtags from the beginning of those two lines to uncomment them.
-
@scottalanmiller said in A quick settings question on Debian 2.x:
In that file you should see this:
# AutomaticLoginEnabled = true # AutomaticLogin = user
Just remove the hashtags from the beginning of those two lines to uncomment them.
AutomaticLoginEnable = true AutomaticLogin = user1
-
Yup, then change "user1" to be the username of the user you want to be automatically logged in.
-
@scottalanmiller said in A quick settings question on Debian 2.x:
This is the file that needs to be edited:
/etc/gdm3/daemon.conf
Learned something. Thanks!
-
Did it work?
-
@scottalanmiller said in A quick settings question on Debian 2.x:
Did it work?
Not confirmed yet, but I'll post when I know.
-
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
Did it work?
Not confirmed yet, but I'll post when I know.
Thanks
-
@scottalanmiller said in A quick settings question on Debian 2.x:
@art_of_shred said in A quick settings question on Debian 2.x:
@scottalanmiller said in A quick settings question on Debian 2.x:
Did it work?
Not confirmed yet, but I'll post when I know.
Thanks
From what I can tell, yes it worked. That's both the no sleep and no login password required.