Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme beim Starten von XFCE4
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
smog_at
Apprentice
Apprentice


Joined: 08 Jul 2003
Posts: 215

PostPosted: Fri Dec 19, 2003 12:10 pm    Post subject: Probleme beim Starten von XFCE4 Reply with quote

Hey @all,

ich hatte vorher xfce gemerged, nun wollte ich mal xfce4 probieren und habe es mit "emerge xfce4" installiert. Jedoch habe ich keine Startdatei.
Wenn ich xfce eintippe startet XFCE 3, und beim Eintippen von xfce4 findet er die Datei nicht.

Kann mir da bitte jemand helfen?

MfG smog_at
Back to top
View user's profile Send private message
seth77
n00b
n00b


Joined: 06 Mar 2003
Posts: 60

PostPosted: Fri Dec 19, 2003 12:18 pm    Post subject: Reply with quote

Hi

der Befehl lautet startxfce4.

Gruß Alex
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Fri Dec 19, 2003 12:25 pm    Post subject: Reply with quote

Entweder
Code:
startxfce4
anstatt von startx verwenden oder folgende ~/.xinitrc (ich glaube, die habe ich eh irgendwo von der xfce4-Seite) und einfach startx:
Code:
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
xinitdir=/usr/X11R6/lib/X11/xinit
sysresources=$xinitdir/.Xresources
sysmodmap=$xinitdir/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

# First try ~/.xinitrc
        # start some nice programs
     xfce-mcs-manager
     xfwm4 --daemon
     xftaskbar4 &
     xfdesktop &
     xfce4-iconbox &
     exec xfce4-panel

#fi
Back to top
View user's profile Send private message
smog_at
Apprentice
Apprentice


Joined: 08 Jul 2003
Posts: 215

PostPosted: Fri Dec 19, 2003 1:20 pm    Post subject: Reply with quote

Vielen Dank für Eure schnelle Hilfe, hat wunderbar funktioniert!
MfG smog_at
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