You are not logged in.

#1 2010-09-06 23:32:50

duke11235
Member
Registered: 2009-10-09
Posts: 221

Stop Wicd Daemon

I have wicd set up wonderfully but for some reason it always starts two daemons in tint2 i the bottom right. I maintain wicd using wicd-curses, and would really like to stop them from appearing.

Offline

#2 2010-09-07 00:30:54

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Stop Wicd Daemon

Look inside /etc/xdg/autostart/ and ~/.config/autostart/ for a launcher for Wicd.

Offline

#3 2010-09-07 00:46:19

herrvideman
Member
Registered: 2010-01-11
Posts: 111

Re: Stop Wicd Daemon

Same thing happened to me. IIRC I had it listed in both .xinitrc and autostart.sh (I use openbox).

Offline

#4 2010-09-07 02:46:00

duke11235
Member
Registered: 2009-10-09
Posts: 221

Re: Stop Wicd Daemon

The Thing is I don't see it in either my .xinitrc or autostart.sh

# This shell script is run before Openbox launches.
# Environment variacode tagsbles set here are passed to the Openbox session.
The Thing is I don't see it in either my .xinitrc or autostart.sh

<ins
# Set a background color
BG=""
if which hsetroot >/dev/null 2>&1; then
    BG=hsetroot
else
    if which esetroot >/dev/null 2>&1; then
    BG=esetroot
    else
    if which xsetroot >/dev/null 2>&1; then
        BG=xsetroot
    fi
    fi
fi
test -z $BG || $BG -solid "#303030"






# 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
# Run the system-wide support stuff
. $GLOBALAUTOSTART

# Programs to launch at startup
#hsetroot ~/wallpaper.png &
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
sh ~/.fehbg &
xcalib /home/duke/colorprofiles/Color\ LCD-00000610-000004272300.icc &
# SCIM support (for typing non-english characters)
export LC_CTYPE=ja_JP.utf8
export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
scim -d &

# Programs that will run after Openbox has started
(sleep 2 && tint2) &
~/.scripts/conkystart.sh &
    fi
    fi
fi
test -z $BG || $BG -solid "#303030"

# 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

My .xinitrc contains onlysyndaemon and exec openbox-session

Last edited by duke11235 (2010-09-07 02:53:31)

Offline

#5 2010-09-07 02:53:37

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Stop Wicd Daemon

Maybe its because of the xdg-autostart you put in there?

Offline

#6 2010-09-07 03:05:34

duke11235
Member
Registered: 2009-10-09
Posts: 221

Re: Stop Wicd Daemon

I never put it in there but I did find the offending processes in the root version of the files. They were removed.

Offline

Board footer

Powered by FluxBB