[Desktop-packages] [Bug 1501009] Re: g_type_init error when using cups-browsed

2015-10-21 Thread Tim Waugh
Since GLib 2.36, g_type_init() is not necssary. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups-filters in Ubuntu. https://bugs.launchpad.net/bugs/1501009 Title: g_type_init error when using cups-browsed Status in cups-filters

[Desktop-packages] [Bug 1431041] Re: cups-browsed crashed with SIGSEGV in timeout_free()

2015-03-27 Thread Tim Waugh
No, I've not seen similar crashes in Red Hat Enterprise Linux or in Fedora. From the varied reports, I haven't actually seen one that definitely uses the auto-shutdown feature, so I'm not sure the destroy/remove thing is relevant. In fact, with several reports it seems to be with the default

[Desktop-packages] [Bug 1434608] Re: system config printer troubleshooting not translated in French

2015-03-22 Thread Tim Waugh
Translations for system-config-printer come from Zanata. There is absolutely no sense in having two translation sources: there has to be one authoritative one. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in

[Desktop-packages] [Bug 1431041] Re: cups-browsed crashed with SIGSEGV in timeout_free()

2015-03-16 Thread Tim Waugh
Maybe it's an avahi bug? Without symbols it's hard to say. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups-filters in Ubuntu. https://bugs.launchpad.net/bugs/1431041 Title: cups-browsed crashed with SIGSEGV in timeout_free()

[Desktop-packages] [Bug 1427344] Re: cups-browsed crashed with SIGSEGV in timeout_free()

2015-03-11 Thread Tim Waugh
From a quick glance, this looks wrong: ``` /* If auto shutdown is active we have perhaps scheduled a timer to shut down due to not having queues any more to maintain, kill the timer now */ if (autoshutdown autoshutdown_exec_id cupsArrayCount(remote_printers) 0) {

[Desktop-packages] [Bug 1427344] Re: cups-browsed crashed with SIGSEGV in timeout_free()

2015-03-11 Thread Tim Waugh
Well, read the documentation, don't just call functions at random. ;-) https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html Or look at what other programs do. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1376335] Re: XFCE printer GUI does not set the default printer when there is only one printer

2015-01-05 Thread Tim Waugh
Ah, that's right. So I wonder why that isn't happening? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1376335 Title: XFCE printer GUI does not set the default printer

[Desktop-packages] [Bug 1007226] Re: toolbox.py crashed with SIGSEGV in _dbus_pthread_mutex_lock()

2014-12-18 Thread Tim Waugh
Still happens with 3.14.10: https://bugzilla.redhat.com/show_bug.cgi?id=1173820 ** Bug watch added: Red Hat Bugzilla #1173820 https://bugzilla.redhat.com/show_bug.cgi?id=1173820 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to hplip

[Desktop-packages] [Bug 1400232] Re: system-config-printer crash UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 1441: invalid continuation byte

2014-12-12 Thread Tim Waugh
Fixed upstream: https://git.fedorahosted.org/cgit/system-config-printer.git/commit/?h=1.4.xid=2ba173ad0a072043f331ed2c2feb9eaeab305cb8 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu.

[Desktop-packages] [Bug 1388601] Re: not possible to move a print task from one printer queue to another printer queue

2014-11-05 Thread Tim Waugh
In 1.5.4: https://lists.fedorahosted.org/pipermail/system-config-printer-devel/2014-November/000173.html -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1388601 Title:

[Desktop-packages] [Bug 1388601] Re: not possible to move a print task from one printer queue to another printer queue

2014-11-03 Thread Tim Waugh
The signal handler never seems to be called. Not sure why not. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1388601 Title: not possible to move a print task from one

[Desktop-packages] [Bug 1388601] Re: not possible to move a print task from one printer queue to another printer queue

2014-11-03 Thread Tim Waugh
Seems like a GTK+ bug. Should be worked around in current 1.4.x (the relevant commits are 8cdc6a7, 0f83c0a, b6fd62a). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu.

[Desktop-packages] [Bug 1380514] Re: system-config-printer.py crashed with KeyError in display_auth_info_dialog(): 'auth-info-required'

2014-10-29 Thread Tim Waugh
This change might fix it: https://git.fedorahosted.org/cgit/system-config-printer.git/commit/?h=1.4.xid=e9a0ccfe4b7280f946f856f93ab03df6bbf89c63 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu.

[Desktop-packages] [Bug 1366756] Re: system-config-printer.py crashed with FileNotFoundError in _execute_child(): [Errno 2] Datei oder Verzeichnis nicht gefunden: 'gpk-install-package-name'

2014-10-14 Thread Tim Waugh
Till, I've had this on my to-do list since comment #4, but it really is not top-priority for me. Please stop asking. :-) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu.

[Desktop-packages] [Bug 1366756] Re: system-config-printer.py crashed with FileNotFoundError in _execute_child(): [Errno 2] Datei oder Verzeichnis nicht gefunden: 'gpk-install-package-name'

2014-10-14 Thread Tim Waugh
I've pushed changes to 1.4.x to just remove that code (it's now just a stub). If you'd like to re-implement it using asynchronous D-Bus calls to packagekitd, that would be useful. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1156398] Re: scp-dbus-service creates 100s of thousands symlinks to the ppd-file in /tmp untill the root filesystem runs out of inodes everytime I print something

2014-10-13 Thread Tim Waugh
The clue is every time I print something. scp-dbus-service is not involved in the print path, and is only used when configuring queues. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu.

[Desktop-packages] [Bug 1156398] Re: scp-dbus-service creates 100s of thousands symlinks to the ppd-file in /tmp untill the root filesystem runs out of inodes everytime I print something

2014-10-13 Thread Tim Waugh
cupsGetPPD3() and related calls create symlinks to /etc/cups/ppd/* but it is the caller's responsibility to remove them. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu.

[Desktop-packages] [Bug 1376335] Re: XFCE printer GUI does not set the default printer when there is only one printer

2014-10-07 Thread Tim Waugh
I thought it already did, but looking at the code it seems it doesn't. There is code there to fix up the default when the default printer is renamed, but not to set it when there is none set and the first queue is created. Patch welcome. -- You received this bug notification because you are a

[Desktop-packages] [Bug 1367368] Re: system-config-printer.py crashed with TypeError in __init__(): Type str doesn't support the buffer API

2014-09-11 Thread Tim Waugh
Try the current git HEAD. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1367368 Title: system-config-printer.py crashed with TypeError in __init__(): Type str

[Desktop-packages] [Bug 1265778] Re: Add two word special handling for Fuji Xerox

2014-01-06 Thread Tim Waugh
Applied in commit 5792666. Thanks. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1265778 Title: Add two word special handling for Fuji Xerox Status in

[Desktop-packages] [Bug 1229337] Re: system-config-printer.py crashed with SIGSEGV in g_object_freeze_notify() on renaming a printer

2013-12-09 Thread Tim Waugh
How would that explain the problem? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1229337 Title: system-config-printer.py crashed with SIGSEGV in

[Desktop-packages] [Bug 1202198] Re: gnome-settings daemon notifies as error an info message

2013-11-07 Thread Tim Waugh
Just as in comment #10, but you have to make sure it isn't already running first. (Waiting for 30 seconds should be sufficient as it will time out.) I'm not sure scp-dbus-service is really involved here though. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-10-23 Thread Tim Waugh
It exposed a pre-existing bug in pdftopdf. Run it through just the pdftopdf fliter and you'll see the same output (or at least I do). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups-filters in Ubuntu.

[Desktop-packages] [Bug 1243484] Re: Incorrect handling of orientation when printing PDF files

2013-10-23 Thread Tim Waugh
Note: if you change the behaviour of pdftopdf, please make sure it keeps its output in the correct orientation ready for rasterization. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cups-filters in Ubuntu.

[Desktop-packages] [Bug 1229337] Re: system-config-printer.py crashed with SIGSEGV in g_object_freeze_notify() on renaming a printer

2013-10-02 Thread Tim Waugh
OK, I see the same thing. Putting a return immediately after this section doesn't make the problem go away: def on_rename_activate(self, *UNUSED): tuple = self.dests_iconview.get_cursor () if tuple == None: return return # -- here ...but putting it

[Desktop-packages] [Bug 1220066] Re: system-config-printer.py crashed with TypeError: smb_select_function() takes exactly 5 arguments (6 given)

2013-09-09 Thread Tim Waugh
*** This bug is a duplicate of bug 1217850 *** https://bugs.launchpad.net/bugs/1217850 Should be fixed upstream in commit 8558975. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu.

[Desktop-packages] [Bug 1158158] Re: system-config-printer.py crashed with TypeError in on_enabled_activate(): decoding Unicode is not supported

2013-03-21 Thread Tim Waugh
Fixed upstream in 6c7ea87. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1158158 Title: system-config-printer.py crashed with TypeError in on_enabled_activate():

[Desktop-packages] [Bug 1108860] Re: Printer status messages box squashed in 12.10

2013-01-29 Thread Tim Waugh
Should be fixed upstream in commit 6417ca3. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1108860 Title: Printer status messages box squashed in 12.10 Status in

[Desktop-packages] [Bug 1085362] Re: trouble on smb URI with domain authentication

2012-12-03 Thread Tim Waugh
The smbspool man page says the correct forms are: · smb://server[:port]/printer · smb://workgroup/server[:port]/printer · smb://username:password@server[:port]/printer · smb://username:password@workgroup/server[:port]/printer -- You received this bug notification because you are

[Desktop-packages] [Bug 1041613] Re: system-config-printer.py crashed with KeyError in on_job_retrieve_activate(): 'document-count'

2012-10-18 Thread Tim Waugh
I've added a check for this upstream. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to system-config-printer in Ubuntu. https://bugs.launchpad.net/bugs/1041613 Title: system-config-printer.py crashed with KeyError in