[Bug 323322] Re: Do not auto-start the python applet

2012-02-17 Thread Lars Uebernickel
Around 2.8 megs according to gnome-system-monitor, which is a bit more than the other indicators and about the same as indicator-messages. I wonder where that comes from, indicator-printers is really only listening to some d-bus messages and shows a menu in the panel. I'll have a look at it. --

[Bug 323322] Re: Do not auto-start the python applet

2012-02-17 Thread Tormod Volden
Great, thanks. Out of curiosity, what is the (idle) memory consumption of indicator-printers? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/323322 Title: Do not auto-start the python applet To mana

Re: [Bug 323322] Re: Do not auto-start the python applet

2012-02-17 Thread Masaki
Thx, but I switched to mac :) 2012/2/17 Lars Uebernickel > Fixed with the introduction of indicator-printers. > > system-config-printer-applet autostart was removed in > 1.3.8+20120201-0ubuntu2. > > ** Changed in: system-config-printer (Ubuntu) >Status: In Progress => Fix Released > > --

[Bug 323322] Re: Do not auto-start the python applet

2012-02-17 Thread Lars Uebernickel
Fixed with the introduction of indicator-printers. system-config-printer-applet autostart was removed in 1.3.8+20120201-0ubuntu2. ** Changed in: system-config-printer (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 323322] Re: Do not auto-start the python applet

2011-11-01 Thread Lars Uebernickel
** Changed in: system-config-printer (Ubuntu) Status: New => In Progress ** Changed in: system-config-printer (Ubuntu) Assignee: (unassigned) => Lars Uebernickel (larsu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 323322] Re: Do not auto-start the python applet

2009-12-14 Thread Eugueny Kontsevoy
> 1. The NewPrinterNotification *service*, which it provides. I don't think that incurring high startup cost associated with Python interpreter and consuming 10M RAM *all the time* is too much cost for providing that service. Essentially I believe that new printer notification service must be re-

[Bug 323322] Re: Do not auto-start the python applet

2009-02-02 Thread Tim Waugh
I'm not so sure it's a simple as that. The method is called for the object on the *system* bus, but the program providing the service needs to run in the graphical session for the user running at the console. Can D-Bus really do that? For clarification, the applet performs two D-Bus functions: 1

Re: [Bug 323322] Re: Do not auto-start the python applet

2009-02-02 Thread Martin Pitt
Hello Tim, Tim Waugh [2009-02-02 14:12 -]: > Some careful thinking needs to be done about how exactly this should > work, as the NewPrinterNotification interface is actually based on the > applet providing a D-Bus service -- although I said "signals" earlier, I > was not being specific enough.

[Bug 323322] Re: Do not auto-start the python applet

2009-02-02 Thread Tim Waugh
Indeed. Some careful thinking needs to be done about how exactly this should work, as the NewPrinterNotification interface is actually based on the applet providing a D-Bus service -- although I said "signals" earlier, I was not being specific enough. I don't think that D-Bus service ownership ca

[Bug 323322] Re: Do not auto-start the python applet

2009-01-30 Thread Till Kamppeter
"... or started in libgtk's print module." This would be a bad idea, as then the applet would only be triggered if a GTK application sends a job to the printing system. The current applet listens to D-Bus messages from the CUPS daemon and from hal-cups-utils. So it gets triggered on jobs from any