Debian :: Enabling Autologin In LXDE Not Working
Nov 30, 2015
I'm running Debian + LXDE in a VirtualBox. Here are the details:
Code: Select all➜ ~ hostnamectl
  Static hostname: debian64
     Icon name: computer-vm
      Chassis: vm
    Machine ID: #############################
      Boot ID: ###########################
  Virtualization: kvm
 Operating System: Debian GNU/Linux stretch/sid
      Kernel: Linux 4.2.0-1-amd64
   Architecture: x86-64
I really would like to jump into my desktop environment when I start my machine without the need to enter my user name and password. Apparently this is very easy to do. I added the following lines to my /etc/lightdm/lightdm.conf
Code: Select allpam-service=lightdm
pam-autologin-service=lightdm-autologin
autologin-user=username
autologin-user-timeout=0
session-wrapper=/etc/lightdm/Xsession
And also added my user to the autologin group
Code: Select allgroupadd -r autologin
gpasswd -a username autologin
As you can imagine, it didn't work. Otherwise I wouldn't be here... I also tried to install Slim and enable autologin adding the following line to the /etc/slim.conf
Code: Select allauto_login = yes
That didn't work either!
Am I missing anything? Enabling autologin in LXDE?
View 6 Replies
ADVERTISEMENT
Dec 1, 2010
I've built a system and installed Debian 5.0.7 on it, the one thing I'd like to do is to get it to autologin at startup. I've changed my /etc/inittab and ~/.bash_profile as per the instructions in this thread:
viewtopic.php?f=16&t=29333
so that they look like this:
/etc/inittab:
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
code....
View 3 Replies
View Related
Nov 28, 2010
Installed 10.10 Ubuntu and found the Dell D820 did not digest Gnome that easily. I tried adding Lubuntu from repos after adding PPA. Seemed unstable to use, so I followed Psychocat direction for Pure LXDE and removed Ubuntu. Now login is giving error "xsession:unable to launc "openbox-gnome" X Session --- "openbox-gnome" not found; falling back to defaultsession." Where do I correct the xsession login to allow auto login. (I know the chances for autologin, and still choose to use it)
View 7 Replies
View Related
Aug 8, 2010
Code:
# cat /etc/init/tty.conf
# This service maintains a getty on the sepcified device.
stop on runlevel [016]
respawn
instance $TTY
exec /sbin/mingetty $TTY
exec /sbin/mingetty --autologin user tty1
when i use this conf I'm auto logged back in again , and cant't execute any command
commenting pre-last line has no effect.
How to enable autologin on desired tty for certain user?
View 6 Replies
View Related
Nov 29, 2009
I've been on 11.2 KDE for about a week (clean install). Previously on 11.1 Gnome. Everything's great except I can't get Autologin to work consistently. It worked perfectly in 11.1 Gnome! In 11.2 KDE sometimes it works and sometimes it doesn't. I set it up as root in both Yast and System Settings.
View 6 Replies
View Related
Jun 21, 2013
I'm having trouble getting keyboard volume keys working with lxde. I have tried a couple of methods found on another forum, but they did not work
View 4 Replies
View Related
Feb 17, 2010
I use Xfce 4.I can not enable autologin.I make the necessary changes:
Yast
system
editor / etc / sysconfig /
desktop
display manager
and put my name in
DISPLAYMANAGER_AUTOLOGIN
code....
View 9 Replies
View Related
Jun 6, 2015
I have installed the LXDE desktop on my Debian Testing setup (It also has XFCE desktop installed). On the LXDE desktop I am trying to increase the virtual desktops from 2 to 4 desktops but every time I right click on the desktop pager icon on the task bar and then click on Desktop Pager Setting (from the menu that appears), nothing happens I don't get any configuration window for the desktop pager. AM I missing something from my install of LXDE??
View 3 Replies
View Related
Dec 27, 2010
I installed a minimal Debian Squeeze with slim as login manager.
How can I automatically log in to X?
View 1 Replies
View Related
Oct 28, 2010
I have succesfully installed Debian with gnome-core, iceweasel and other useful packages and also followed this guide to autologin and start X. I noticed that the sudo chmod +s /sbin/halt and adding /sbin/halt
in ~/.bashrc made Debian refuse me to log out (from X) and 'log out' turns off the computer insted.Removing /sbin/halt from .bashrc turned everything to as i want it. Should I "repair" or remove something I created with chmod +s command or should I leave it as it is?
Also I would like apt-get(or aptitude) update to run after login (and before startx), so i added sudo apt-get update to .bashrc but it will prompt me with password. Is there someway I could do this without the password(s) which su/sudo needs to execute? This is not so important but it would be very nice to update the system on startup.
View 5 Replies
View Related
Mar 30, 2011
I have already tried editing /etc/slim.conf and making the "Automatically login..." look like this: auto_login yes default_user<username>
BUT nothing I've tried has work.
View 2 Replies
View Related
Jan 18, 2010
I installed JWM and Slim in Lenny Now, can't seem to get autologin working for user "guest"
Heres my slim.conf
Code:
# Path, X server and arguments (if needed)
# Note: -xauth $authfile is automatically appended
default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
default_xserver /usr/X11R6/bin/X
#xserver_arguments -dpi 75
[Code]...
View 7 Replies
View Related
Nov 19, 2009
I'm using Fedora 12 with LXDE (sudo yum groupinstall LXDE if you want to try it), and while using LXDE rather than GNOME, the power button doesn't do anything. I found a possible solution here: [URL] but I have no /etc/acpi/ folder. Why is that? Package acpid is needed.
View 2 Replies
View Related
May 8, 2011
I got several WM/DE installed in my Ubuntu 11.04 Trying to switching them in login menu some works and some doesn't. when it doesn't work, it just comes back to login screen with black screen appearing for short time, almost flashing. LXDE did not work before, when I only had default DE comes with ubuntu and LXDE additionally installed. But now it seems it works after installing some other WM. WM doesn't work currently;
IceWM, JWM.
View 3 Replies
View Related
Oct 27, 2010
I installed lxde, but my wireless internet doesn't work. I can switch back to gnome and it works perfectly. I tried wicd and manually connecting with the command line. Both fail while trying to get an ip.
View 2 Replies
View Related
Dec 8, 2009
Is Fedora LXDE Spin is any different then the LXDE installed the repositories>?
View 3 Replies
View Related
Nov 10, 2010
Does LXDE have a repository (source.list) like all the other versions (Gnome, KDE, etc.)?How to add to the LXDE Repository
1: Download Synaptic Package Manager apt-get install synaptic
2: Open Synaptic Package Manager--> Settings--> Repositories
3: Click 'Add'
View 7 Replies
View Related
Aug 25, 2011
My distro is Lenny. I am struggling with trying to enable .htaccess files. I followed a ubuntu tutorial that did not work at all. How do I enable .htaccess files in all apache2 directories for Debian 5.0 Lenny?
View 1 Replies
View Related
Dec 1, 2015
I have encountered a bug in the live-build in Debian Live. The persistence does not work it is because of the bug #767195. I cannot recreate another live img file because of bandwidth problem, is there any way to repack the initrd and enable the cryptsetup?
as per suggested:
#767195 – cryptsetup needs to be enabled for initramfs inclusion – Debian Bug report logs
On Wed, Oct 29, 2014 @ 18:09, Evgeni Golov <evgeni@grml.org> wrote:
....
Edit: Line 77 -79 @
# nano /usr/lib/live/build/chroot_hacks
[Code] ....
View 0 Replies
View Related
Oct 13, 2010
I have a dell optiplex configured with an extra PCI network card, because I plan to set it up as a gateway / LTSP server, but I have troubles getting the second network card to work. It is recognized during installation (where I can choose the primary network interface) and doing a
Code:
lshw -class network
After installation shows both network cards, with network 0 being labeled Disabled. I have tried configuring the other network interface in the /etc/network/interfaces file, but it has failed to work. I have also briefly looked at udev rules, but it seems that it renames the interfaces fine during bootup, as
Code:
dmesg | grep "udev"
Shows the following
Code:
[1.138307] udev: starting version 160
[6.003002] udev: starting version 160
[7.237092] udev: renamed network interface eth1 to ethlokal
[7.253775] udev: renamed network interface eth0 to eth1
I also noticed a briefly shown "address collision" error of some sort during boot, but it never shown for long enough for me to read it through. The network card that is enabled is an Intel 825662EZ 10/100 ethernet controller, and the one that is disabled is a Realtek RTL-8139/8139C+.
View 7 Replies
View Related
Jun 18, 2010
I installed debian testing with lxde.Now set the background image.Default background color is black.If i right click on desktop,nothing happens.
What to do?
ii lxde 0.5.0-3 Meta-package for the Lightweight X11 Desktop Environment
[code]...
View 12 Replies
View Related
Jun 18, 2010
Can't set automatic login in lxde.Where is that option to do it?
View 7 Replies
View Related
Dec 22, 2010
For some reason I can't use my sound hot keys (Mute=FN+F9 - Down=FN+F10 - Up=FN+F12) in Lenny LXDE but I can use them in GNOME my computer sucks so I can't use GNOME.
View 3 Replies
View Related
Jul 10, 2011
New install, rebooted to find out that the panel bar on the bottom went missing.Even though i can install a new bar, is there a way to bring the original bar back?
View 1 Replies
View Related
Aug 6, 2011
i have LXDE 0.5.0.4 installed on top of GNOME under deb squeez, i notice slightly different shape and font hinting/rendering quality in both of them.i'm not sure if what im doing is right or wrong but since i cannot find the way to configure font settings in LXDE i try reconfiguring with sudo dpkg-reconfigure fontconfig-config still font rendering quality and shape under LXDE is different with one in GNOME, take a look at two screenshots below, both are using same font and size:
GNOME
LXDE
View 7 Replies
View Related
Dec 1, 2015
How to enable persistent logging with systemd? I find it really weird that all this machinery that is systemd doesn't store persistent logs, what if I'm trying to retrieve some information regarding previous boots?
For instance: I have random suspend issues, after rebooting the computer there's no trace left in the logs of what happened, and furthermore (at least in Jessie) I can no longer see a pm-suspend log.
So, at first it sounds like all you have to do is edit journald.conf setting #Storage=auto to "persistent" and create the /var/log/journal directory, but then reading here /usr/share/doc/systemd/README.Debian
Code: Select allEnabling persistent logging in journald
=======================================
To enable persistent logging, create /var/log/journal and set up proper permissions:
install -d -g systemd-journal /var/log/journal
setfacl -R -nm g:adm:rx,d:g:adm:rx /var/log/journal
and here [URL] ....
There are two main reasons why I decided to not enable persistent logging just yet ....
We did get corrupt journal files in the past where the journal then no longer worked at all [1]. With volatile you can just reboot and have a clean state again. Admittedly, the journal has seen a lot of improvements in the mean time and hopefully is more robust, so this point is no longer true.
We still install rsyslog by default. That means we get store them twice. This is something we don't want to do atm.
View 3 Replies
View Related
Jun 3, 2015
I have a Dell Latitude D400 laptop running Wheezy (I can't upgrade to Jesse at the moment) and I want to try out the Pointing Stick on my keyboard. If you Google "Pointing Stick" you can find images of it. It's located in the middle of the "G", "H", and "B" keys. Now it doesn't do squat so I'd like to enable the Pointing Stick. How exactly would I do that?
I'm not looking to use it full time, I just want to play around with it.
View 2 Replies
View Related
May 24, 2011
I have a problem with the unix firewall (gufw). I'm using Linux Mint Debian Edition. The problem appears when I double click on the icon to bring it up for configuring. Everything is grayed out so I click on the "unlock" button. Normally, this is when gufw comes alive with color. But all I get now is a note on the bottom of the gray screen that says "Wrong Identification". Uninstalling and reinstalling UFW and GUFW didn't fix the problem. I would like to have my firewall working for me.
View 3 Replies
View Related
Dec 23, 2015
Is it possible to install Debian 8.2 lxde WITHOUT Libreoffice? I have successfully installed it on an eeepc with a 4 gb ssd
But then removed Libreoffice to have room for files.
It works great! It would be nice to just install Debian lxde without Libreoffice, which I do not use, I prefer gnumeric and vim.
View 5 Replies
View Related
Jan 6, 2015
I installed debian 7 lxde from lxde cd. It freezes on logging in (i.e keyboard doesn't work,desktop freezes and only mouse pointer works.But,I can't select or view anything.Only mouse pointer can be moved.).
But,If I do not login with the display manager and login (my username and not root) via another terminal like tty3 or tty4 using alt+ctrl+F3 or F4,everything works fine.
View 2 Replies
View Related