View previous topic :: View next topic |
Author |
Message |
Thundah Guru
Joined: 08 Feb 2004 Posts: 477 Location: Switzerland
|
Posted: Wed Jul 28, 2004 3:40 pm Post subject: [RISOLTO] entrance + xfce4 |
|
|
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 |
|
|
paperp Guru
Joined: 27 Feb 2004 Posts: 544 Location: Toscana , Italy
|
Posted: Thu Jul 29, 2004 9:41 am Post subject: |
|
|
Ciao , per la mia piccola esperienza con Entrance che uso(o meglio usavo prima di fare danni.. )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 |
|
Back to top |
|
|
Thundah Guru
Joined: 08 Feb 2004 Posts: 477 Location: Switzerland
|
Posted: Thu Jul 29, 2004 11:26 am Post subject: Non funziona |
|
|
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 |
|
|
|