Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] XFCE4 + GDM
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Sat Aug 28, 2004 5:01 pm    Post subject: [SOLVED] XFCE4 + GDM Reply with quote

Hallo zusammen,

ich habe gdm und xfce4 installiert. Beim letzten mal war xfce4 auch direkt im GDM integriert gewesen, so dass ich xfce4 anwählen und bequem starten konnte. Ich habe jetzt emin System nochmal neu gemacht, die beiden Sachen wieder installiert, aber xcfe4 wird nicht mehr im gdm angezeigt?? Kann mit jemand sagen, was ich da machen muss, damit ich das dort wieder reinbekomme??

Danke schonmal im vorraus....


mfg
deejay


Last edited by deejay on Fri Oct 01, 2004 1:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
Jan42
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2003
Posts: 92
Location: Germany/Sachsen

PostPosted: Sat Aug 28, 2004 5:08 pm    Post subject: Reply with quote

Schau mal in /usr/share/xsessions , du musst nur eine xfce4.desktop Datei nach dem Vorbild anderen bauen.

Meine fluxbox.desktop sieht z.B. so aus:
Code:
[Desktop Entry]
Encoding=UTF-8
Name=Fluxbox
Comment=This session logs you into Fluxbox
Exec=startfluxbox
TryExec=startfluxbox
# no icon yet, only the top three are currently used
Icon=
Type=Application


Du musst also Exec und TryExec ändern. GDM zeigt den Eintrag übrigends nur an wenn es die Datei(hier startfluxbox) wirklich gibt.
_________________
http://www.tuxfutter.de - die freie Wissensdatenbank für Linux- und Windowsanwender
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Sat Aug 28, 2004 5:21 pm    Post subject: Reply with quote

cool, danke hat funktioniert, da soll auch erstmal einer drauf kommen :)
Habe ja auch noch nicht viel Erfahrung mit Linux...

Wenn ich jetzt z.B. gdesklets automatisch starten möchte, füge ich das dann auch in diese DAtei mit ein, oder gibt es da wieder was anderes?

Danke schön
gruß
deejay
Back to top
View user's profile Send private message
Jan42
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2003
Posts: 92
Location: Germany/Sachsen

PostPosted: Sat Aug 28, 2004 5:34 pm    Post subject: Reply with quote

Bei der Fluxbox gibt es ein Startskript ~/.fluxbox/startup - da hab ich die gdesklets eingetragen. Bei xfce4 wird es so etwas sicher auch geben.
_________________
http://www.tuxfutter.de - die freie Wissensdatenbank für Linux- und Windowsanwender
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Sat Aug 28, 2004 5:37 pm    Post subject: Reply with quote

Cool, danke schön...... :)

Werd ich mal nach schauen
Back to top
View user's profile Send private message
Kleini
Tux's lil' helper
Tux's lil' helper


Joined: 11 Feb 2004
Posts: 112

PostPosted: Sun Aug 29, 2004 8:47 am    Post subject: Reply with quote

Leg einfauch unter ~/Desktop/Autostart/ eine ausführbare Datei hinein, in der du alle Befehle, die beim Start ausgeführt werden sollen, hineinschreibst. So mache ich das und es funktioniert wunderbar ;) !
_________________
http://extgermany.nizzer.com <- Deutsche Extensions für den Firefox
Back to top
View user's profile Send private message
Neo_0815
l33t
l33t


Joined: 24 Feb 2003
Posts: 815
Location: Leipzig

PostPosted: Sun Aug 29, 2004 4:12 pm    Post subject: Reply with quote

Das geht noch viel einfacher - omg du hast dein System neu gemacht ....

Man kopiere den Inhalt der XFce4 Session Datei einfach zu den Sessions des GDM, diese wird normal im xfce-utils Ebuild mit installiert nach /etc/X11/gdm/Sessions/XFce4

Code:

#!/bin/sh
########################################################################
#
# XFce 4file for GDM.  Usually in /etc/X11/gdm/Sessions.
#
# Add support for XIM; Modified by Babyfai Cheung.  2002/03/10
########################################################################
## Launch an XIM input server if needed

# This's for RedHat and Slackware
for i in /etc/X11/xinit/xinitrc.d/* ; do
    if [ -x "$i" ]; then
        . "$i"
    fi
done

# This's for Mandrake
if [ -x /etc/X11/xinit/XIM ]; then
   . /etc/X11/xinit/XIM
fi

exec /usr/bin/startxfce4


MfG
_________________
[img:76661e22b8]http://www.biersekte.de/biersektebanner.gif[/img:76661e22b8]
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Wed Sep 01, 2004 8:35 am    Post subject: Reply with quote

@Neo_0815: Ich verstehe das nicht so ganz.... Wo muss ich diese Datei genau hinkopieren....

Oder was muss ich genau machen?

schönen Dank
mfg
Deejay
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Wed Sep 01, 2004 8:41 am    Post subject: Reply with quote

@deejay: ca. 6 einträge unter diesem: https://forums.gentoo.org/viewtopic.php?t=215586

hth,
ciao
Back to top
View user's profile Send private message
Neo_0815
l33t
l33t


Joined: 24 Feb 2003
Posts: 815
Location: Leipzig

PostPosted: Wed Sep 01, 2004 8:45 am    Post subject: Reply with quote

deejay wrote:
@Neo_0815: Ich verstehe das nicht so ganz.... Wo muss ich diese Datei genau hinkopieren....

Oder was muss ich genau machen?

schönen Dank
mfg
Deejay


Sorry - aber lies einfach, was du machen musst steht da und wo die Datei ist und wie sieheisst steht auch da ... was verstehst du also nicht?

Höh?

MfG
_________________
[img:76661e22b8]http://www.biersekte.de/biersektebanner.gif[/img:76661e22b8]
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Wed Sep 01, 2004 8:59 am    Post subject: Reply with quote

ok, habe mir den anderen Beitrag durchgelesen.
funzt jetzt alles.... Ich habe nur nicht verstanden, wie Neo es gemeint hatte....

Habe den Pfad nämlich nicht, naja, egal.... Jetzt funzt es ja :)

Danke Schön
deejay
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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