Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] entrance + xfce4
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Thundah
Guru
Guru


Joined: 08 Feb 2004
Posts: 477
Location: Switzerland

PostPosted: Wed Jul 28, 2004 3:40 pm    Post subject: [RISOLTO] entrance + xfce4 Reply with quote

Ciao a tutti, ho installato xfce4 e come session manager ho optato per entrance.. sul sito di entrance viene spiegato che per fare in modo di poter accedere ad ogni wm bisogna creare ~/.xsession di contenuto:

eval `ssh-agent`
exec /usr/bin/enlightenment

Xfce però non parte, di seguito riporto il file di configurazione:

Code:
#!/bin/sh -e
DB="./entrance_config.db"
rm -f $DB

# set auth to 1 for pam, 2 for shadow
edb_ed $DB add /entrance/auth int 1

# uncomment the below to enable experimental OpenGL hardware acceleration
#edb_ed $DB add /entrance/engine int 1
#edb_ed $DB add /entrance/xinerama/screens/w int 1
#edb_ed $DB add /entrance/xinerama/screens/h int 1
#edb_ed $DB add /entrance/xinerama/on/w int 1
#edb_ed $DB add /entrance/xinerama/on/h int 1
edb_ed $DB add /entrance/theme str "default.eet"
edb_ed $DB add /entrance/date_format str "%A %B %e, %Y"
edb_ed $DB add /entrance/time_format str "%l:%M:%S %p"
#edb_ed $DB add /entrance/fonts/count int 2
#edb_ed $DB add /entrance/fonts/0/str str "/usr/share/fonts/truetype/"
#edb_ed $DB add /entrance/fonts/1/str str "/usr/X11R6/lib/X11/fonts/Truetype/"
edb_ed $DB add /entrance/greeting/before str "Welcome to "
edb_ed $DB add /entrance/greeting/after str ""
edb_ed $DB add /entrance/session/count int 2
edb_ed $DB add /entrance/session/0/session str "failsafe"
edb_ed $DB add /entrance/session/0/title str "Failsafe"
edb_ed $DB add /entrance/session/0/icon str "failsafe.png"
edb_ed $DB add /entrance/session/1/session str "startxfce4"
edb_ed $DB add /entrance/session/1/title str "Xfce4"
edb_ed $DB add /entrance/session/1/icon str "xfce.png"
edb_ed $DB add /entrance/system/reboot int 1
edb_ed $DB add /entrance/system/halt int 1
edb_ed $DB add /entrance/user/remember int 1
edb_ed $DB add /entrance/user/remember_n int 5
edb_ed $DB add /entrance/autologin/mode int 0
#edb_ed $DB add /entrance/autologin/user str "atmos"


L'esempio diceva di mettere xfce dove io invece ho messo startxfce4... cmq mi sembra giusto quello che ho messo io.. se lo sostituite a enlightenment di .xsession dovrebbe andare...

eppure non va...

la soluzione stupida che ho trovato è stata quella di creare il file .xsession con una sola riga di codice.. exec /usr/bin/startxfce4

FUNZIONA, ma è una soluzione triste.. sapete dirmi dove sbaglio?

THX Mauro


Last edited by Thundah on Thu Jul 29, 2004 11:27 am; edited 1 time in total
Back to top
View user's profile Send private message
paperp
Guru
Guru


Joined: 27 Feb 2004
Posts: 544
Location: Toscana , Italy

PostPosted: Thu Jul 29, 2004 9:41 am    Post subject: Reply with quote

Ciao , per la mia piccola esperienza con Entrance che uso(o meglio usavo prima di fare danni.. :cry: )in genere la installazione avviene in automatico intervenire sul DB di entrance non sempre dà i risultati previsti...prova ariemergiare Entrance dopo Xfce..
Ciao.
P.S.considera che E è solo alpha quindi non troppo stabile :wink:
Back to top
View user's profile Send private message
Thundah
Guru
Guru


Joined: 08 Feb 2004
Posts: 477
Location: Switzerland

PostPosted: Thu Jul 29, 2004 11:26 am    Post subject: Non funziona Reply with quote

Se seguite quello che viene detto sul sito

http://xcomputerman.com/pages/entrance.html

con un'unica differenza, quella di scrivere startxfce invece di xfce nel file /usr/share/entrance/build_config.sh

vedrete che se provate a loggare in xfce4, entrance vi lancerà solo la barra.. ma non il resto.. :S
dobbiamo aspettare un aggiornamento..

Se avete solo xfce4 e volete usare entrance dovreste provare a seguire la mia soluzione stupida.. funziona alla grande!

Questo è quanto, Mauro
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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