[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2018-03-13 Thread Alberts Muktupāvels
** Changed in: gnome-applets (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/775387 Title: Invest-applet fails to start after upgr

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2013-03-27 Thread Ubuntu Foundations Team Bug Bot
The attachment "partial patch, to get `/usr/lib/gnome-applets/invest- applet -d --window` to show an icon and prefs window under Natty only (rest is not fixed)" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2013-03-27 Thread sdaau
Ah, one more - for the patched version above, to get the icon to show in panel via Add to Panel, or via command line (check the name of the panels first via `ls ~/.gconf/apps/panel/toplevels`): python /usr/lib/gnome-panel/gnome-panel-add --applet="OAFIID:Invest_Applet" --panel="panel_0" ... just

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2013-03-27 Thread sdaau
Well, I don't really care about investing, but this seemed like a python example for an applet which I wanted to study - so after some fiddling around, I finally got (at least) the `/usr/lib/gnome-applets/invest- applet -d --window` to show an icon and preference window. (goddamn capitalists, using

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2013-03-27 Thread sdaau
Not only does it fail to start - but if you insist on adding invest- applet to the panel, it turns out, a process is spawned in the background anyway; and at that, a process that you cannot kill - because it respawns itself; this is what I get on Natty: $ ps axf | grep -i inve 1846 ?Sl

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2011-11-10 Thread Larry T
app = Gtk.Window(Gtk.WindowType.toplevel) AttributeError: type object 'GtkWindowType' has no attribute 'toplevel' I can get past this changing : app = Gtk.Window(Gtk.WindowType.TOPLEVEL) but then I get some other error, something obscure and I believe OO programming related, along the lines tha

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2011-07-07 Thread Rune K. Svendsen
I tried to test this on a Oneiric live CD, but I was unable to get to a GNOME session to test it. If someone knows how to achieve this, please provide some instructions. I tried the "Classic Guest session" option (from the "Power(button) menu"), this seemed to have no effect. Logging out of the U

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2011-07-07 Thread Sebastien Bacher
Could somebody try if that's still an issue in oneiric? ** Changed in: gnome-applets (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/775

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2011-06-04 Thread Rene
I confirm this bug occurs from Natty , FRESH INSTALL on i386: $ uname -a Linux rg-sdx6 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux and amd64: $ uname -a Linux rg 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2011-05-31 Thread Olivier Godart
** Changed in: gnome-applets (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-applets in Ubuntu. https://bugs.launchpad.net/bugs/775387 Title: Invest-applet fails to start after upgrade

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2011-05-04 Thread Toby Corkindale
Am trying debugging via strace, ie: tobyc@adonai:~$ strace /usr/lib/gnome-applets/invest-applet -d This shows the module loading up, picking up various icons, shared libraries, etc, then it hangs on a poll.. The last few lines are: poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}, {fd=11, even

[Bug 775387] Re: Invest-applet fails to start after upgrade to Natty

2011-05-04 Thread Toby Corkindale
Does this debugging info help? I note that I only get this error if I try to run it with the --window command; it may be an unrelated error. tobyc@adonai:~$ /usr/lib/gnome-applets/invest-applet -d --window 2011-05-05 11:20:21.609092: Debugging enabled 2011-05-05 11:20:21.609141: Data Dir: /usr/sh