Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Change desktop environment
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Tue Oct 04, 2011 3:01 pm    Post subject: Change desktop environment Reply with quote

Hello everybody,
I'm not very satisfied with my Xfce.
I would change with Gnome. What is the best way to do it?

Best regards
_________________
«Son placide le ore che noi perdiamo, se nel perderle, come in un vaso mettiamo fiori». Ricardo Reis
Back to top
View user's profile Send private message
Galumph
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2010
Posts: 122
Location: Israel

PostPosted: Tue Oct 04, 2011 3:49 pm    Post subject: Reply with quote

Code:
# emerge --unmerge xfce4-meta

To remove the Meta package.
Code:
# emerge --ask --depclean

To remove all of it's dependencies. This should get rid of most if not all of your xfce packages, but you might want to review the removal list before accepting, as it might remove some other packages along the way.
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Tue Oct 04, 2011 4:04 pm    Post subject: Reply with quote

Thanks for the reply.
A question: is it better to install Gnome before or after removing Xfce?
_________________
«Son placide le ore che noi perdiamo, se nel perderle, come in un vaso mettiamo fiori». Ricardo Reis
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Tue Oct 04, 2011 5:57 pm    Post subject: Reply with quote

looca wrote:
A question: is it better to install Gnome before or after removing Xfce?

As gnome and xfce share more or less dependencies, it would be OK to just emerge gnome in parallel to xfce - unmerging xfce would also remove Packages gnome will install agaein. If you hate gnome even more then xfce you could then easily unmerge gnome and keep your xfce. Several DEs (or WMs) installed in parallel won't damage anything, they just will comsume some/many MB on your HD.
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Fri Oct 07, 2011 8:12 pm    Post subject: Reply with quote

I need help to re-configure a desktop environment.
I made ​​mistakes.
I uninstalled xfce.
I installed gnome.
But when I give the command
Code:
$ startx

appears
Quote:
xauth: file/home/luca/serverauth.2148 does not exist

Fatal server error:
server is already active for dispaly 0
If this server is no longer running, remove /tmp/.X0-lock and start again

X10: Fatal error 10 error 11 (Resource temporarily unavailable) on X server "0" after 7 request (7Know processed whit 0 events remaining)


What can I do to remove /tmp/.X0-lock?
Thanks.
_________________
«Son placide le ore che noi perdiamo, se nel perderle, come in un vaso mettiamo fiori». Ricardo Reis
Back to top
View user's profile Send private message
xineg
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2006
Posts: 115
Location: Australia.

PostPosted: Fri Oct 07, 2011 9:33 pm    Post subject: Reply with quote

Code:
rm /tmp/.X0-lock
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Fri Oct 07, 2011 9:55 pm    Post subject: Reply with quote

thanks, but after
Code:
$ startx


Quote:
xauth: file/home/luca/serverauth.2148 does not exist
_XSERVT TransSocket UNIX Create Listener: Socket Create Listener () Failed
_XSERVT TransMake A11COT Server Listener: server already running.

Fatal server error:
Cannot establish any listening socket.
Make sure an X server isn't already running
Please also check the log file at "/varlog/Xorg.0.log" for additional information


yes, my x server is already running.
But how can I restore my D.E.?
_________________
«Son placide le ore che noi perdiamo, se nel perderle, come in un vaso mettiamo fiori». Ricardo Reis
Back to top
View user's profile Send private message
xineg
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2006
Posts: 115
Location: Australia.

PostPosted: Sat Oct 08, 2011 11:50 am    Post subject: Reply with quote

I'm not sure what your asking , if you just installed gnome and you want to start xorg VIA startx, you probably need
Code:
exec gnome-session

Inside an
Code:
 ~/.xinitrc
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Sat Oct 08, 2011 12:59 pm    Post subject: Reply with quote

thanks,
gnome has appeared, but I have problems.

after
Code:
exec gnome-session

Quote:
gnome-session 1988. WARNING could not connect to Conselekit: Could not get owner of name org.freedesktop.Consolekit> no such name.
GNOME_KEYRING_CONTROL=/tmp/keyring-JszXH1
GPC_AGENT_INFO= /tmp/keyring-JszXH1/gpg:0.1
GNOME_KEYRING PID= 2010

SSH_AUTH_SOCK=/tmp/keyring-JszXH1/SSH

Polkit-gnome-authentication-agent-1:2039
polkit-gnome1-WARNING Unable to determine the session we are in GDBus Error org.freedesktop.Consolekit.Manager.General.Error.Unable to lookup session information for process 2039
(gdu notificationdaemon 2044) libgdu
WARNING: unhandled property DeviceAutomountHint

What's happening?
_________________
«Son placide le ore che noi perdiamo, se nel perderle, come in un vaso mettiamo fiori». Ricardo Reis
Back to top
View user's profile Send private message
Arkhelion
Apprentice
Apprentice


Joined: 07 Sep 2010
Posts: 151
Location: France

PostPosted: Sat Oct 08, 2011 1:21 pm    Post subject: Reply with quote

Maybe try with :
Code:
exec ck-launch-session /etc/X11/Sessions/Gnome


Or :
Code:
exec ck-launch-session gnome-session

_________________
Arkhelion
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Sat Oct 08, 2011 2:53 pm    Post subject: Reply with quote

only the second command opens gnome desktop, but in the shell appears the same error as before.
When I close the shell, gnome disappears and I have to reboot.

Just one question.
Can I remove Xorg X Server and then reinstall them?

What are the commands to do this and reinstall a new desktop environment?
_________________
«Son placide le ore che noi perdiamo, se nel perderle, come in un vaso mettiamo fiori». Ricardo Reis
Back to top
View user's profile Send private message
gorkypl
Guru
Guru


Joined: 04 Oct 2010
Posts: 444
Location: Kraków, PL

PostPosted: Sat Oct 08, 2011 3:30 pm    Post subject: Reply with quote

This is not Windows, reinstalling won't change anything.

I think you may find yourself more comfortable in a distro like Ubuntu, which has gnome preinstalled and allows you to configure the system without using command line.
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Sat Oct 08, 2011 3:59 pm    Post subject: Reply with quote

I understand what you say, but I managed to install Gentoo and I just want to solve my problem about my Window Manager and my Desktop Environments.

Just for information: I have already installed Debian in my pc
_________________
«Son placide le ore che noi perdiamo, se nel perderle, come in un vaso mettiamo fiori». Ricardo Reis
Back to top
View user's profile Send private message
Etal
Veteran
Veteran


Joined: 15 Jul 2005
Posts: 1931

PostPosted: Sat Oct 08, 2011 4:03 pm    Post subject: Reply with quote

Have you tried using GDM?
_________________
“And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Sat Oct 08, 2011 4:15 pm    Post subject: Reply with quote

No. I had installed Xfce and all went well. Then, for some reason, the mouse has become an X and I could not edit it, and each window is blocked.
I thought so to remove Xfce, but the mouse pointer is always an X.
If I open Gnome with exec gnome-session I can not copy the data to the shell of a browser window and if I close the shell, BOOOM, everything goes dark.
_________________
«Son placide le ore che noi perdiamo, se nel perderle, come in un vaso mettiamo fiori». Ricardo Reis
Back to top
View user's profile Send private message
gorkypl
Guru
Guru


Joined: 04 Oct 2010
Posts: 444
Location: Kraków, PL

PostPosted: Sun Oct 09, 2011 11:43 am    Post subject: Reply with quote

looca wrote:
I managed to install Gentoo and I just want to solve my problem about my Window Manager and my Desktop Environments.

Installing is just the first step - using it on a daily basis may be even harder. I'm not trying to discourage you, just want to point your attention to the fact that Gentoo is generally intended for advanced users and you may find yourself much more comfortable in another distribution. Currently you're probably facing more disadvantages than bonuses that Gentoo offers.

Coming back to your question - have you read the Gnome Configuration Howto? http://www.gentoo.org/doc/en/gnome-config.xml
Try to read it carefully and repeat the instructions step by step. Report troubles (if they will occur) only after you have done eveything that is written there.
Back to top
View user's profile Send private message
keenblade
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1087

PostPosted: Sun Oct 09, 2011 4:39 pm    Post subject: Reply with quote

Etal wrote:
Have you tried using GDM?

+1
I suggest you to use a login manager. Try gdm, kdm, slim and other login managers.
Anyway, since you have emerged and unmerged packages, this may work:
Code:

emerge --sync
emerge -vauDN world
revdep-rebuild

if you have a recent portage then try this, as well.
Code:

emerge -va1 @preserved-rebuild

_________________
Anyway it's all the same at the end...
Need help to get it working: "x-fi surround 5.1"
Back to top
View user's profile Send private message
cwr
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1969

PostPosted: Mon Oct 10, 2011 10:05 am    Post subject: Reply with quote

A couple of quick checks - is dbus running, and is XSESSION set to "Gnome". Those are the
two things that usually trip me up.

Will
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum