| Summary: | No way to rename a printer | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] print-manager | Reporter: | Thomas Damgaard <thomasdn> |
| Component: | general | Assignee: | Daniel Nicoletti <dantti12> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | cfeck, richard.llom, stryuber, xavier |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/print-manager/b8f0c8368cd8bc9b907386e72c63157d9e4b0cb0 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Screenshot of said text box | ||
|
Description
Thomas Damgaard
2010-08-04 16:38:36 UTC
*** Bug 256723 has been marked as a duplicate of this bug. *** I can confirm this is still a bug in Kubuntu 12.04 LTS. I can confirm this is still a bug in Kubuntu 12.10. Printer name field is not editable and there is nothing like "rename" button I latest KDE 4.10 there is a configure menu, in which the printer name is displayed in a (otherwise editable) text field. however here it is not. So in short this bug is sill valid in KDE 4.10 "system-config-printer-kde" is no longer maintained and has been replaced with "Print Manager" since KDE 4.10. The new version is a C++ rewrite of the old Python version, and may still lack some features or have some bugs. If this or another issue still needs to be addressed in KDE 4.10 or newer, please add a comment, or report it for "Print Manager". @Christoph As I wrote in comment #4 this issue is also in the new rewritten "Print Manager". Can you move the component? You can only change the description of a printer, renaming it means deleting it and adding it back, which I won't support for obvious reasons. This is a CUPS "limitation" which makes total sense as CUPS is network oriented, if you go to the official configuration interface aka http://localhost:631 the modify option only lets you change description and location. Best. Ok, if it is a CUPS limitation, I guess we have to live with it .. :-/ However, in the configuration dialog the printer name is a text box, where you can put your cursor in. This is not so nice, as it looks like you could actually edit the name. Can you change this to a static text? So it is still copyable, but its obvious from the look of it that it cannot be edited? I can upload a screenshot if necessary. Git commit b8f0c8368cd8bc9b907386e72c63157d9e4b0cb0 by Daniel Nicoletti. Committed on 25/11/2013 at 17:13. Pushed by dantti into branch 'KDE/4.11'. Replace the Configure Printer dialog LineEdit for the printer name with a selectable Label to be more explicit about being unable to change a printer name. M +1 -1 configure-printer/ConfigureDialog.cpp M +2 -8 configure-printer/ModifyPrinter.cpp M +1 -1 configure-printer/ModifyPrinter.h M +13 -11 configure-printer/ModifyPrinter.ui http://commits.kde.org/print-manager/b8f0c8368cd8bc9b907386e72c63157d9e4b0cb0 Thanks, this was fast! :-O Created attachment 84003 [details]
Screenshot of said text box
Hey, was this patch for 4.11.3?
Because it still looks like this here (see attachment), also notice the misleading tooltip.
I think it would be best, if the style would be like the "Configure" text above the name.
TIA
|