marxjohnson / btsyncindicator

Bittorrent Sync indicator for linux desktops
GNU Lesser General Public License v3.0
41 stars 5 forks source link

Sometimes 2 instances are started #28

Closed busybit closed 10 years ago

busybit commented 10 years ago

Sometime 2 instances of btsyncindicator are started. I don't know when this happens. Here the processes after a fresh boot of Ubuntu 12.04 at the first login:

jochen 2688 1 0 08:01 ? 00:00:00 python /usr/lib/btsync-user/btsyncindicator.py --config /home/jochen/.btsync.conf --iconpath /usr/share/icons/hicolor/22x22/status jochen 2691 1 0 08:01 ? 00:00:00 /bin/sh /usr/lib/btsync-user/btsync-starter jochen 2699 2691 0 08:01 ? 00:00:00 python /usr/lib/btsync-user/btsyncindicator.py --config /home/jochen/.btsync.conf --iconpath /usr/share/icons/hicolor/22x22/status jochen 2708 1 0 08:01 ? 00:00:01 /usr/lib/btsync-user/btsync-agent --config /home/jochen/.btsync.conf

Process no. 2699 is started by btsync-starter. But who starts process no. 2688? This is started before launch of btsync-starter, and this is not in my startup programs.

marxjohnson commented 10 years ago

I'm closing this as a duplicate of #25, but you've provided some useful extra information, so thank you.