Summary: | Completed jobs are not removed from the printer applet | ||
---|---|---|---|
Product: | [Unmaintained] printer-applet | Reporter: | Jonas Thorell <jthorell> |
Component: | general | Assignee: | Jonathan Riddell <jr> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonas Thorell
2008-07-30 02:44:41 UTC
*** This bug has been confirmed by popular vote. *** Please try and stick to one bug per report. > if I choose "Show completed jobs" the applet hangs should be fixed in commit 868683. > Why is the "Location" part of the print dialogue always saying "Local file" as > if I was printing to a pdf? This is nothing to do with printer-applet, it's a Qt issue. > Are there any plans to incorporate a "Set up/Configure printer" module Yes, this has been started in system-config-printer-kde in kdeadmin > does not remove jobs The main bug here needs refresh() to be synced to the gnome version of the applet where it has been rewritten to use cups subscriptions to refresh when needed. SVN commit 917147 by jriddell: update a lot of code to re-sync with GTK version BUG:167699 BUG:178820 CCBUG:83257 M +5 -1 CMakeLists.txt M +2 -2 README A authconn.py A debug.py A monitor.py M +5 -0 printer-applet.notifyrc M +635 -321 printer-applet.py M +13 -14 printer-applet.ui M +2 -0 statereason.py WebSVN link: http://websvn.kde.org/?view=rev&revision=917147 |