Se connecter avec
S'enregistrer | Connectez-vous

Lancer xfce4

Dernière réponse : dans Le monde de Linux

salut tout le monde;
Pour tester xfce4-4.4, j'ai compilé les sources et les ai installées dans home/firebird/root
le rpertoire root c'est là où j'installe tout les progs depuis les sources car je suis sous Fedora6 et je veux pas qu'il y ait de conflits avec les rpms.
Je fais comment pour le lancer au démarrage ?

  1. [firebird@nemo ~]$ find $HOME/root/ -name '*rc'
  2. /home/firebird/root/etc/xdg/xfce4/xinitrc
  3. /home/firebird/root/etc/xdg/xfce4/panel/launcher-10.rc
  4. /home/firebird/root/etc/xdg/xfce4/panel/clock-14.rc
  5. /home/firebird/root/etc/xdg/xfce4/panel/xfce4-menu-5.rc
  6. /home/firebird/root/etc/xdg/xfce4/panel/systray-4.rc
  7. /home/firebird/root/etc/xdg/xfce4/panel/launcher-7.rc
  8. /home/firebird/root/etc/xdg/xfce4/panel/launcher-8.rc
  9. /home/firebird/root/etc/xdg/xfce4/panel/launcher-9.rc
  10. /home/firebird/root/etc/xdg/xfce4/helpers.rc
  11. /home/firebird/root/etc/xdg/xfce4-session/xfce4-session.rc


et j'utilise gdm comme display manager.


Autres pages sur : lancer xfce4

Lassé par la pub ? Créez un compte

http://wiki.xfce.org/faq
Setting up GDM

If you installed Xfce system-wide and you want to use the GNOME Display Manager (gdm) to start your Xfce session, you will have to create a .desktop file to teach gdm how to start the Xfce session. This is a sample desktop file, Xfce.desktop:

[Desktop Entry]
Encoding=UTF-8
Name=Xfce 4.4 Session
Comment=Use this session to run Xfce 4.4 as your desktop environment
Exec=/usr/local/bin/startxfce4
Icon=/usr/local/share/pixmaps/xfce4_xicon1.png
Type=Application

It is usually enough to simply copy the example file to the Session directory used by gdm; this directory is usually located in /etc/dm/Sessions, /etc/X11/gdm/Sessions, /usr/share/xsessions, /usr/X11/share/gnome/xsessions or some other location, refer to the documentation of your system for details. You need to restart gdm after you created the file.

Citation :
http://wiki.xfce.org/faq
Setting up GDM

If you installed Xfce system-wide and you want to use the GNOME Display Manager (gdm) to start your Xfce session, you will have to create a .desktop file to teach gdm how to start the Xfce session. This is a sample desktop file, Xfce.desktop:

[Desktop Entry]
Encoding=UTF-8
Name=Xfce 4.4 Session
Comment=Use this session to run Xfce 4.4 as your desktop environment
Exec=/usr/local/bin/startxfce4
Icon=/usr/local/share/pixmaps/xfce4_xicon1.png
Type=Application

It is usually enough to simply copy the example file to the Session directory used by gdm; this directory is usually located in /etc/dm/Sessions, /etc/X11/gdm/Sessions, /usr/share/xsessions, /usr/X11/share/gnome/xsessions or some other location, refer to the documentation of your system for details. You need to restart gdm after you created the file.

Marche po. J'ai adapté les chemins sur $HOME/.desktop mais ça marche po.

Citation :
il n'y a pas de lien a adapter >.<

voilà mon .desktop:
  1. [firebird@nemo ~]$ cat .desktop
  2. [Desktop Entry]
  3. Encoding=UTF-8
  4. Name=Xfce 4.4 Session
  5. Comment=Use this session to run Xfce 4.4 as your desktop environment
  6. Exec=$HOME/root/usr/bin/startxfce4
  7. Icon=$HOME/root/usr/share/pixmaps/xfce4_xicon1.png
  8. Type=Application
  9. [firebird@nemo ~]$

elch a dit :
oui.

le nouveau .desktop et ça marche tjs po :( 
  1. [Desktop Entry]
  2. Encoding=UTF-8
  3. Name=Xfce 4.4 Session
  4. Comment=Use this session to run Xfce 4.4 as your desktop environment
  5. Exec=/home/firebird/root/usr/bin/startxfce4
  6. Icon=/home/firebird/root/usr/share/pixmaps/xfce4_xicon1.png
  7. Type=Application
Lassé par la pub ? Créez un compte