[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-02-12 Thread David Barth
** Tags added: dxteam -- system-config-printer shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-02-12 Thread Till Kamppeter
Please report these suggestions for the user interface upstream at https://fedorahosted.org/system-config-printer/ -- system-config-printer shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328604 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-02-16 Thread Alexander Sack
In general, I think making multiple bugs out of it makes it easier to upstream the individual parts. One issue might be easier to convince upstream about, the other might not. -- system-config-printer shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328604 You received thi

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-16 Thread Matthew Paul Thomas
(The fix for this bug inappropriately checked for the gnome- stracciatella session, causing bug 339847. If you're reading this bug report to learn how to make actions conditional in notification bubbles, please instead read

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-04-24 Thread Milan
mpt: Not sure that's the right place to do so, but I'd like you to consider two issues about how system-config-printer handles notifications. Maybe they should go upstream if you think they're accurate. - As specified in notify-osd plan in the wiki, the "Printer added" notification, which says "`%

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread David Barth
Here is a patch to make s-c-p work better according to the new notification guidelines. It also supports the straciatella session mechanism, for users who prefer to have action buttons on their notifications. ** Tags added: notifications ** Attachment added: "scp-notification.patch" http://lau

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Ken VanDine
** Tags added: jaunty-uif -- system-config-printer shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Martin Pitt
Just in case someone sponsors/forwards this: - os.environ['gnome-stracciatella'] is wrong; it should be os.environ.get('GDMSESSION') == 'gnome-stracciatella' - for the "# Model mismatch" case, does --configure-printer really make sense instead of the previous "Print test page"/"Find driver

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread David Barth
Fixed patch. Thanks for your help (and Ken too) - for the model mistmatch case --configure-printer displays the printer configuration dialog which allows to (1) change the driver (2) print a test page - --configure-printer spawns the s-c-p- GUI yes ** Attachment added: "scp-notification.patch"

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Ken VanDine
** Changed in: system-config-printer (Ubuntu) Assignee: (unassigned) => Ken VanDine (ken-vandine) Status: New => In Progress -- system-config-printer shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328604 You received this bug notification because you are a me

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Ken VanDine
Added patch in a debdiff ** Attachment added: "328604.debdiff" http://launchpadlibrarian.net/23444329/328604.debdiff -- system-config-printer shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328604 You received this bug notification because you are a member of Ubuntu B

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Martin Pitt
Ken, your patch seems to miss more than half of David's patch; it seems that your debdiff changes an existing debian/patches/26_notification.patch, but the current jaunty package doesn't have that. Why did you do this mv $(CURDIR)/debian/tmp/usr/local/lib $(CURDIR)/debian/tmp/usr/? That looks fis

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Ken VanDine
Updated debdiff, should be full patch as well as fixed os.environ references I had to do the mv because it was putting things in tmp/usr/local/lib, no idea why. ** Attachment added: "328604.debdiff" http://launchpadlibrarian.net/23446328/328604.debdiff -- system-config-printer shouldn't use

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Martin Pitt
mv> ah, that's because setup.py isn't called with --install-layout=deb, and due to the wrapped automake/python-setuptools this can't be done in debian/rules. I'll create a patch for that. -- system-config-printer shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328604 You

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Martin Pitt
@Ken: Above (/usr/local) changed recently with Python 2.6 FYI, so it wasn't broken that way before. -- system-config-printer shouldn't use notifications with actions https://bugs.launchpad.net/bugs/328604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 328604] Re: system-config-printer shouldn't use notifications with actions

2009-03-04 Thread Launchpad Bug Tracker
This bug was fixed in the package system-config-printer - 1.1.3+git20090218-0ubuntu4 --- system-config-printer (1.1.3+git20090218-0ubuntu4) jaunty; urgency=low [ Ken VanDine ] * Add 26_notification.patch: don't use actions in notifications unless using the gnome-stracciatella