Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-10-2012, 01:26 PM
|
#1
|
|
Member
Registered: Jan 2011
Location: Finland
Distribution: Mint 14 Cinnamon
Posts: 130
Rep:
|
Problem with LXDE desktop environment on Ubuntu 12.10
LXDE worked fine on 12.04. Now I installed it on 12.10, but when booting the computer does not present me with any other options than Unity, no matter what. Something needs to be done, but what? Any hint, anyone?
|
|
|
|
12-11-2012, 07:10 AM
|
#2
|
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu
Posts: 1,053
Rep: 
|
Running LXDE on U12.10 here (original install was Xubuntu, but I deleted all of the XFCE components) without problems. I'm using lxdm as my display manager; it offers me the expected choices of sessions. Your display manager should offer a choise of sessions - do you have lxsession installed?
|
|
|
|
12-11-2012, 01:50 PM
|
#3
|
|
Member
Registered: Jan 2011
Location: Finland
Distribution: Mint 14 Cinnamon
Posts: 130
Original Poster
Rep:
|
Yes
I tried to install lxde-common, lxsession and desktop-file-utils, but all I get is that the newest versions are already installed, so I`m back to square 1. Something else is the matter...
|
|
|
|
12-11-2012, 02:19 PM
|
#4
|
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu
Posts: 1,053
Rep: 
|
Below is my U-12.10 lxdm.conf. I don't have to worry about the default session, so I left that line commented out.
Code:
/etc/lxdm$ cat lxdm.conf
[base]
## uncomment and set autologin username to enable autologin
# autologin=dgod
## uncomment and set timeout to enable timeout autologin,
## the value should >=5
# timeout=10
## default session or desktop used when no systemwide config
# session=/usr/bin/startlxde
## uncomment and set to set numlock on your keyboard
# numlock=0
## set this if you don't want to put xauth file at ~/.Xauthority
# xauth_path=/tmp
## greeter used to welcome the user
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
[server]
## arg used to start xserver, not fully function
# arg=/usr/bin/X -background vt1
[display]
## gtk theme used by greeter
gtk_theme=Clearlooks
## background of the greeter
bg=/usr/share/backgrounds/default.png
## if show bottom pane
bottom_pane=1
## if show language select control
lang=1
## if show keyboard layout select control
keyboard=0
## the theme of greeter
theme=Industrial
[input]
[userlist]
## if disable the user list control at greeter
disable=1
## whitelist user
white=
## blacklist user
black=
Last edited by RockDoctor; 12-11-2012 at 02:21 PM.
Reason: Didn't finish
|
|
|
|
12-11-2012, 02:41 PM
|
#5
|
|
Member
Registered: Jan 2011
Location: Finland
Distribution: Mint 14 Cinnamon
Posts: 130
Original Poster
Rep:
|
Hello Rock Doctor
I compared my lxdm.conf to yours, and there is only a small difference, i.e.:
[userlist]
## if disable the user list control at greeter
disable=0
Has this disable=0 INSTEAD OF disable=1 any significance???
teboil12
|
|
|
|
12-11-2012, 06:15 PM
|
#6
|
|
LQ Newbie
Registered: Apr 2007
Location: Dallas, TX
Distribution: Ubuntu
Posts: 5
Rep:
|
i'd probably try using
Code:
sudo dpkg-reconfigure lxdm
|
|
|
|
12-12-2012, 01:19 AM
|
#7
|
|
Member
Registered: Jan 2011
Location: Finland
Distribution: Mint 14 Cinnamon
Posts: 130
Original Poster
Rep:
|
Hi Guys!
Now I`ve really messed it up! I did as told, sudo dpkg-reconfigure lxdm. As a result, I am stuck with a desktop with the text "Login:" and after that I can choose "syslog" or "usbmux daemon,,,(usbmux)" or "saned" and under these there is still the option "More..."
At the bottom part of the screen I can choose between many kinds of desktops, among others this LXDM, but to no use.
When hitting enter I get the "Password: " and when giving my password and hitting enter I am back to "Password " again. I am getting nowhere and the panic is rising. Could anyone help me out from this? Feel really uncomfortable at the moment.
|
|
|
|
12-12-2012, 06:37 AM
|
#8
|
|
Senior Member
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu
Posts: 1,053
Rep: 
|
In lxdm.conf
Code:
## if disable the user list control at greeter
disable=1
will eliminate the list of all users (anything with a uid).
Looking at the first few lines of /etc/lxdm/Xsession on my system, I see
Code:
/etc/lxdm$ cat Xsession
#!/bin/bash
# use bash for "exec -l", howto run login shell by /bin/sh ?
if [ $# -eq 1 -a -n "$1" ]; then
LXSESSION=$1
else
# default session
LXSESSION=/usr/bin/startlxde
fi
What happens if you add the line
Code:
LXSESSION=/usr/bin/startlxde
immediately following the last line shown above?
|
|
|
|
12-12-2012, 09:32 AM
|
#9
|
|
Member
Registered: Jan 2011
Location: Finland
Distribution: Mint 14 Cinnamon
Posts: 130
Original Poster
Rep:
|
Hi again!
Sorry to have revealed to all the world what a moron I am. I studied the matter a little bit closer and found out that when I chose the option "More" I realised that my user name was asked for. Could not see it at first because it was black letters on a blue background. After entering my user name I was asked for my passwd and voilá, I was back in business again. This time I am free to choose whichever desktop I wish just like in the old Ubuntu 12.04 days! So thanks to goodtimetribe for the advice, looks like I am gonna manage from here on again.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:16 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|