removido
(usa Nenhuma)
Enviado em 16/07/2011 - 20:18h
se não usa o wicd retire-o de /etc/rc.conf ou apenas adicione o símbolo ' ! " exclamação antes do nome, ficando assim: !wicd e retire-o ou comente-o também lá em ~/.config/openbox/autostart.sh
exemplo do meu autostart no Arch Linux:
# This shell script is run before Openbox launches.
# Environment variables set here are passed to the Openbox session.
# Nitrogen.
nitrogen --restore &
# PCManFM sem a gestão de ícones e wallpaper.
# pcmanfm --no-desktop &
# Composite.
xcompmgr -cCfF &
# Painel LxPanel.
lxpanel &
# Terminal Tilda.
tilda &
# Conky.
conky -q &
# Gerenciador de Energia do XFCE.
xfce4-power-manager &
# D-bus
if which dbus-launch >/dev/null 2>&1 && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
# Make GTK apps look and behave how they were set up in the gnome config tools
if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
/usr/libexec/gnome-settings-daemon &
elif which gnome-settings-daemon >/dev/null 2>&1; then
gnome-settings-daemon &
# Make GTK apps look and behave how they were set up in the XFCE config tools
elif which xfce-mcs-manager >/dev/null 2>&1; then
xfce-mcs-manager n &
fi
# Preload stuff for KDE apps
if which start_kdeinit >/dev/null 2>&1; then
LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup &
fi
# Run XDG autostart things. By default don't run anything desktop-specific
# See xdg-autostart --help more info
DESKTOP_ENV="OPENBOX"
if which /usr/lib/openbox/xdg-autostart >/dev/null 2>&1; then
/usr/lib/openbox/xdg-autostart $DESKTOP_ENV
fi
Ou em relação a atualização do programa, você pode incluí-lo na seção IgnorePkg lá em /etc/pacman.conf:
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg = wicd
# IgnoreGroup =