[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-21 Thread Spang
I suffered from this bug.

It would seem that it is some kind of migration error. Following faulty
dependencies all the way lead to libparted1.8-12 that needed to be
libparted0. Once that was switched most things got fixed. It think it is
an important remark though, since it forced the removal of gvfs and all
dependent packages all the way up to ubuntu-desktop.

To be honest a bit of an unpleasant struggle, but glad it got fixed, by
what I read here.

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-15 Thread Sebastien Bacher
not sure how that happened but uninstalling gvfs lead to uninstall
indicator-applet on current lucid so it seems fixed now

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-15 Thread Brewster Malevich
Agreed.

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-14 Thread Brewster Malevich
 gvfs was not installed. It was uninstalled after an update just after I
had upgraded to lucid. It could not be installed because it claimed it
was an 'impossible situation' due to 'unmet dependencies' (I copied the
message in my previous comment).

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-11 Thread Brews
#Here is whats pushed to .xsession-errors:

** (gnome-panel:1696): WARNING **: panel-applet-frame.c:1363: failed to load 
applet OAFIID:GNOME_FastUserSwitchApplet (cannot get popup component):
Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'

(gnome-panel:1696): Gtk-WARNING **: A floating object was finalized. This means 
that someone
called g_object_unref() on an object that had only a floating
reference; the initial floating reference is not owned by anyone
and must be removed with g_object_ref_sink()

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-11 Thread Brews
Here is a backtrace. I've never done this with an applet, so if you need
me to correct or run another backtrace I'll be happy to help.

** Attachment added: gdb-indicator-applet-session.txt
   http://launchpadlibrarian.net/40791945/gdb-indicator-applet-session.txt

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-11 Thread Brews
This was left out of the above .xsession-erros when I was cutting and
pasting:

** (gnome-panel:1696): WARNING **: Unable to obtain AppletShell
interface from control

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-11 Thread Sebastien Bacher
the log seems to indicate you don't have gvfs installed, is that
correct?

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-11 Thread Brews
Ok, I solved my problem, but it was a bit weird...
Yes, that is correct I didn't have 'gvfs'. It was broken:


Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gvfs: Depends: libgdu0 (= 2.29.90) but 2.28.0+git20091012-0ubuntu1 is to be 
installed
Recommends: gvfs-backends but it is not going to be installed
E: Broken packages


So, I followed this to 'udisks' which depends on libparted0 (=2.2-1). I
disabled all 3rd party repos and manually installed 'libparted0'. This
caused 'devicekit-disks' and 'libparted1.8-12' to be removed and I was
then able to install 'gvfs'. Now my fancy little applets work.

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-11 Thread Sebastien Bacher
closing then, that was not a bug in the indicator code but a local
installation issue, thank you for the explanation

** Changed in: indicator-applet (Ubuntu)
   Status: Incomplete = Invalid

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-11 Thread Sebastien Bacher
the indicator might need to depends on gvfs though...

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-11 Thread Sebastien Bacher
did you have gvfs uninstalled or just in a broken installation state
before?

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-10 Thread Brews

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/40725943/Dependencies.txt

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-10 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Changed in: indicator-applet (Ubuntu)
   Importance: Undecided = Medium

** Changed in: indicator-applet (Ubuntu)
   Status: New = Incomplete

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536955] Re: On startup IndicatorApplet FastUserSwitchApplet fail on startup

2010-03-10 Thread Sebastien Bacher
can you try to run the applet on a command line before clicking on
reload or adding it to your configuration and see what is written on
the command line when it crashes? is there any error in .xsession-errors
too?

-- 
On startup IndicatorApplet  FastUserSwitchApplet fail on startup
https://bugs.launchpad.net/bugs/536955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs