Gentoo Archives: gentoo-user

From: "J." <jyo.garcia@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cannot properly start gdm
Date: Fri, 03 Jun 2016 22:24:02
Message-Id: 1464992623.5349.30.camel@gmail.com
In Reply to: Re: [gentoo-user] cannot properly start gdm by covici@ccs.covici.com
1 El vie, 03-06-2016 a las 14:16 -0400, covici@××××××××××.com escribió:
2 > David Abbott <dabbott@g.o> wrote:
3 > >
4 > > John I still don't see your ~/.xinitrc when you use startx. 
5 > > ...
6 > I don't have the file you are looking for.  My .Xsession-errors is
7 > quite
8 > old.
9 >
10 ~/.xinitrc you should have written if you are starting X with startx.
11 It's contents should be something like this if you want to start gnome:
12 ---
13 export XDG_MENU_PREFIX=gnome-
14 exec dbus-lanuch --exit-with-session \ 
15 gnome-session --session=${SESSION_NAME} 
16 ---
17 Where ${SESSION_NAME} references to one of the files in
18 /usr/share/gnome-session/sessions, or $XDG_CONFIG_HOME/gnome-
19 session/sessions , e.g. '--session=gnome', there's more info about this
20 in the gnome-session(1), and startx(1) manuals.
21
22 I use it as a fall-back way to start an X session with awesome WM. when
23 gnome isn't working(which hasn't happened in a long time), or I just
24 don't want to use much RAM, because I need more than 2 VMS.

Replies

Subject Author
Re: [gentoo-user] cannot properly start gdm "J." <jyo.garcia@×××××.com>
Re: [gentoo-user] cannot properly start gdm covici@××××××××××.com
Re: [gentoo-user] cannot properly start gdm covici@××××××××××.com