[pypanel] ne se lance plus automatiquement (Résolu)

Applications, problèmes de configuration réseau
Avatar de l’utilisateur
Gr3e
yeomen
Messages : 255
Inscription : dim. 11 janv. 2009, 19:23
Localisation : Dans la montagne

[pypanel] ne se lance plus automatiquement (Résolu)

Message par Gr3e »

Bonjour à tous j'ai du réinstaller pekwm car il avait "sauté" durant la mise à jour et depuis réinstallation pypanel ne se lance plus automatiquement.
le concenu de mon ~/.pekwm/start

Code : Tout sélectionner

#!/bin/sh
pypanel &
# PekWM start file
# This file is a simple shell script; It gets run on pekwm startup, after
# the theme and all config has loaded if it is set executable
# (chmod +x start).
#
# This is different from ~/.xinitrc because a normal configuration of
# .xinitrc you'll run all commands, then launch the window manager last.
#
# It also gets re-run every time pekwm is restarted.
#
# As for it's usefulness, well, it's up to you. I actually set my background
# from my start file; since it runs after the theme gets loaded, this
# effectively overrides whatever's in the theme.
#
# There's probably a few other good uses for it, too. I mainly pushed for it
# because when I was doing fluxbox's docs, people used to complain that there
# wasn't one, and I wanted to avoid that for pekwm. ;) --eyez

# Enable auto-mounting
thunar --daemon &

# Set desktop wallpaper
nitrogen --set-scaled /home/zara/Images/Wall/012.jpg &

# Enable Eyecandy - off by default
(sleep 4s && xcompmgr -c -t-5 -l-5 -r4.2 -o.55) &

# Launch network manager applet
(sleep 4s && nm-applet) &

# Launch panel
(sleep 1 && pypanel) &

Si je lance pypanel en console ça marche.
Des idées ?
Dernière modification par Gr3e le ven. 10 févr. 2012, 09:53, modifié 1 fois.
Less is more
La perfection n'est pas atteinte quand il n'y a plus rien à ajouter, mais quand il n'y a plus rien à retrancher
"On fait des boulots qu'on déteste pour se payer des merdes qui nous servent à rien"
Avatar de l’utilisateur
Gr3e
yeomen
Messages : 255
Inscription : dim. 11 janv. 2009, 19:23
Localisation : Dans la montagne

Re: [pypanel] ne se lance plus automatiquement (Résolu)

Message par Gr3e »

Problème lié à la transparence, résolu en utilisant pekwm-opacity
Less is more
La perfection n'est pas atteinte quand il n'y a plus rien à ajouter, mais quand il n'y a plus rien à retrancher
"On fait des boulots qu'on déteste pour se payer des merdes qui nous servent à rien"
Répondre