[Bug 337352] Re: gnome-user-share notification changes

2009-04-08 Thread Sebastien Bacher
thank you for the work there ** Changed in: gnome-user-share (Ubuntu) Status: In Progress = Fix Committed -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 337352] Re: gnome-user-share notification changes

2009-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-user-share - 2.25.92-0ubuntu2 --- gnome-user-share (2.25.92-0ubuntu2) jaunty; urgency=low * debian/patches/01_notification.patch - Display an alert box instead of a notification for files recieved, thanks Cody Russell! (LP: #337352)

[Bug 337352] Re: gnome-user-share notification changes

2009-04-07 Thread Ken VanDine
Upstream bug report: http://bugzilla.gnome.org/show_bug.cgi?id=578226 ** Bug watch added: GNOME Bug Tracker #578226 http://bugzilla.gnome.org/show_bug.cgi?id=578226 -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you

[Bug 337352] Re: gnome-user-share notification changes

2009-04-07 Thread Ken VanDine
Attached debdiff ** Attachment added: 337352.debdiff http://launchpadlibrarian.net/24932468/337352.debdiff -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 337352] Re: gnome-user-share notification changes

2009-04-07 Thread Ken VanDine
** Changed in: gnome-user-share (Ubuntu) Status: Confirmed = In Progress -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 337352] Re: gnome-user-share notification changes

2009-04-03 Thread David Barth
** Changed in: gnome-user-share (Ubuntu) Assignee: (unassigned) = Cody Russell (bratsche) -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 337352] Re: gnome-user-share notification changes

2009-04-03 Thread Cody Russell
** Changed in: gnome-user-share (Ubuntu) Assignee: Cody Russell (bratsche) = Ken VanDine (ken-vandine) -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 337352] Re: gnome-user-share notification changes

2009-04-01 Thread Matthew Paul Thomas
** Attachment added: Fixes quotes in the actual alert box too http://launchpadlibrarian.net/24622027/337352-8.diff -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 337352] Re: gnome-user-share notification changes

2009-04-01 Thread Cody Russell
Thanks! -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 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 337352] Re: gnome-user-share notification changes

2009-03-31 Thread Cody Russell
That's an easy enough thing to fix. Okay, done. ** Attachment added: Fix quotes http://launchpadlibrarian.net/24570963/337352-8.diff -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs,

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-30 Thread Nicolò Chieffo
Ok. I have other proposals for the patch, I will tell you thought I don't know if they are achievable (if not, sorry): - include the preview instead of the file type icon when available (video and images) - include the name of the device which sent the file - include some basic information about

[Bug 337352] Re: gnome-user-share notification changes

2009-03-30 Thread Matthew Paul Thomas
Nicolò, as I describe on that page, a morphing window should be used when it is important for someone to respond to the event quickly, regardless of what else they’re doing. That's not true for the case of a file transfer being completed. As I wrote in the spec, a more sophisticated design would

[Bug 337352] Re: gnome-user-share notification changes

2009-03-30 Thread Cody Russell
This updated patch should correct the things pointed out by Chris and MPT: 1/ The basename is used rather than the full path 2/ Quotes are changed from ' to \ 3/ Added a period to the end of the sentence 4/ Set the default response to GTK_RESPONSE_OK 5/ Hides the status icon when the dialog

[Bug 337352] Re: gnome-user-share notification changes

2009-03-30 Thread Cody Russell
Unless Chris or MPT see any more problems, I'd like to see if this can be sponsored. -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-30 Thread Nicolò Chieffo
When you have time, can you comment my other proposals too, please? -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 337352] Re: gnome-user-share notification changes

2009-03-30 Thread Cody Russell
My personal feeling is that we should try to limit changes to what's relevant to making gnome-user-share work more friendly with notify-osd. We should try to get this new dialog functioning correctly, and try to get it adopted into upstream. At that point, feature enhancements like file preview

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-30 Thread Nicolò Chieffo
ok thanks -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 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 337352] Re: gnome-user-share notification changes

2009-03-30 Thread Matthew Paul Thomas
Cody, that looks like it fixes (2) and (3), thanks. For (1), though, it uses (U+0022 U+0022) when we want “” (U+201C U+201D). It's up to you whether you want to fix that before getting it sponsored. :-) -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-28 Thread Nicolò Chieffo
Ok, thank you. Is it possible to also display a plain notification? Maybe this is better instead of a dialog: https://wiki.ubuntu.com/NotificationDesignGuidelines#Morphing%20window -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Nicolò Chieffo
They are exactly equal ** Attachment added: new_version.png http://launchpadlibrarian.net/24406338/new_version.png ** Attachment added: old_version.png http://launchpadlibrarian.net/24406339/old_version.png -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352

[Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Chris Coulson
With the slightly modified patch (as discussed on IRC), I see the dialog correctly now (15:09:00) bratsche: chrisccoulson: Line 195 of obexpush.c (15:09:09) bratsche: Change from if (supports_actions) (15:09:14) bratsche: to if (supports_actions ()) ** Attachment added: Screenshot.2.png

[Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Cody Russell
This patch includes the change that Chris described above. Thanks so much! ** Attachment added: Fix http://launchpadlibrarian.net/24410107/337352-5.diff -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a

[Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Cody Russell
Fix the reveal/open (their actions were reversed before) Set focus_on_map = FALSE ** Attachment added: Fixes http://launchpadlibrarian.net/24410416/337352-6.diff -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are

[Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Chris Coulson
Here's a slightly modified patch that gives the new dialog an icon (the patch is formatted slightly differently as it was created with simple- patchsys) ** Attachment added: 01_notification.patch http://launchpadlibrarian.net/24411153/01_notification.patch -- gnome-user-share notification

[Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Chris Coulson
And a screenshot with the icon ** Attachment added: Screenshot.png http://launchpadlibrarian.net/24411226/Screenshot.png -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Nicolò Chieffo
I don't see the point of this patch... There's no useful change as I see from your screenshots Can you explain me better? thank you very much -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu

[Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Chris Coulson
Cody - I just compared the screenshots of the fallback notification and the new dialog, and I think that the new dialog would look neater with just the filename (as opposed to the full URI). Displaying the full URI should be unnecessary, as the dialog gives you the option of opening the file (or

[Bug 337352] Re: gnome-user-share notification changes

2009-03-27 Thread Chris Coulson
Without the patch, gnome-user-share uses notifications to tell you a file has arrived and assumes that the notifcation system supports actions. notify-osd in Jaunty does not support actions, and so displays the gnome-user-share notifications as fallback notifications (ugly dialogs with a cancel/ok

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-26 Thread Nicolò Chieffo
Should I apply only the last patch? -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 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 337352] Re: gnome-user-share notification changes

2009-03-26 Thread Nicolò Chieffo
I've tried the last patch, but it always shows a notification with actions. -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 337352] Re: gnome-user-share notification changes

2009-03-26 Thread Cody Russell
The last patch does not show a notification with actions. It does the following: if (supports_actions) { use_notifications... } else { use MPT's new dialog box design } So you -should- see a dialog box appear with buttons Open, Reveal, and OK. If that's not happening then I messed

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-26 Thread Nicolò Chieffo
Ok it does, but it's exactly the same as before... a box with the same options -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 337352] Re: gnome-user-share notification changes

2009-03-26 Thread Cody Russell
Can you post a screenshot of it? I'm afraid I have no way to test this. :( -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 337352] Re: gnome-user-share notification changes

2009-03-25 Thread Pedro Villavicencio
** Changed in: gnome-user-share (Ubuntu) Importance: Undecided = Medium -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 337352] Re: gnome-user-share notification changes

2009-03-25 Thread Iain Lane
Unsubscribing sponsors per recent discussions. Please resubscribe when the updated patch is ready (preferably sooner rather than later due to the looming release). Thanks. -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because

[Bug 337352] Re: gnome-user-share notification changes

2009-03-25 Thread Cody Russell
I can't seem to test this yet. Does anyone here have some Bluetooth hardware who can try to test this out? If it works, please post a screenshot of the dialog in case it needs some tweaking. ** Attachment added: Patch http://launchpadlibrarian.net/24352885/337352-1.diff -- gnome-user-share

[Bug 337352] Re: gnome-user-share notification changes

2009-03-25 Thread Cody Russell
** Attachment added: Fix some ridiculous indenting isues in last patch http://launchpadlibrarian.net/24352987/337352-2.diff -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 337352] Re: gnome-user-share notification changes

2009-03-25 Thread Cody Russell
Fix a memory leak. ** Attachment added: Don't leak http://launchpadlibrarian.net/24353633/337352-3.diff -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 337352] Re: gnome-user-share notification changes

2009-03-25 Thread Cody Russell
** Attachment added: Small update http://launchpadlibrarian.net/24353694/337352-4.diff -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 337352] Re: gnome-user-share notification changes

2009-03-18 Thread Matthew Paul Thomas
No thanks Nicolò -- if the file transfer starts silently (what strange behavior!), that's all I need to know. Redesign coming shortly. -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 337352] Re: gnome-user-share notification changes

2009-03-18 Thread Matthew Paul Thomas
** Changed in: gnome-user-share (Ubuntu) Status: New = Confirmed ** Description changed: Right now, gnome-user-share opens a notification bubble with actions for opening the file or opening its location. + + Instead, an alert box should appear, using the icon of the actual file, +

[Bug 337352] Re: gnome-user-share notification changes

2009-03-18 Thread Matthew Paul Thomas
Spec updated. -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 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

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-18 Thread Nicolò Chieffo
The update is much better, thanks. Will simple notification be used, besides the ala-firefox download window? -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-18 Thread Nicolò Chieffo
The wiki you linked tells that instead of a notification it should be opened an alert box. I'm against this behaviour, but this is only my opinion -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu

[Bug 337352] Re: gnome-user-share notification changes

2009-03-10 Thread Nicolò Chieffo
Matthew do you still need a screencast? -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 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 337352] Re: gnome-user-share notification changes

2009-03-05 Thread Cody Russell
Yes, you're right. I think I misunderstood the closed signal. Should I write a new patch to remove the actions from the notifications, or just leave this alone until you've determined what the ideal behavior should be? -- gnome-user-share notification changes

[Bug 337352] Re: gnome-user-share notification changes

2009-03-05 Thread Matthew Paul Thomas
I think the safest approach would be to leave it alone until we can see how it behaves. It might be that the notification actions are the only way of performing those functions. -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification

[Bug 337352] Re: gnome-user-share notification changes

2009-03-05 Thread Nicolò Chieffo
In my opinion it should simply show a notification telling that the transfer is finished -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 337352] Re: gnome-user-share notification changes

2009-03-05 Thread Matthew Paul Thomas
Nicolò, does sharing files with gnome-user-share actually work for you? If so, could you use gtkrecordmydesktop or similar to make a screencast of what happens with an incoming file, and attach it here? Thanks. -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You

Re: [Bug 337352] Re: gnome-user-share notification changes

2009-03-05 Thread Nicolò Chieffo
I can just tell you using words. This is what happens: the file transfer starts SILENTLY, and when it's finished, the notification appears with those actions: open file, reveal file, cancel, ok. Is this enough? -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You

[Bug 337352] Re: gnome-user-share notification changes

2009-03-04 Thread Sebastien Bacher
do you plan to open an upstream bug to suggest them to use a similar way? -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 337352] Re: gnome-user-share notification changes

2009-03-04 Thread Matthew Paul Thomas
I have not yet designed what gnome-user-share should do instead of showing a notification bubble, partly because it is in Universe, and partly because I have not seen it in action myself. That's why the NotifyOSD spec just describes the current behavior (imprecisely and inaccurately, to boot!),

[Bug 337352] Re: gnome-user-share notification changes

2009-03-03 Thread Cody Russell
** Attachment added: Proposed patch http://launchpadlibrarian.net/23381050/gnome-user-share-notifications-1.diff ** Tags added: dxteam -- gnome-user-share notification changes https://bugs.launchpad.net/bugs/337352 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 337352] Re: gnome-user-share notification changes

2009-03-03 Thread Michael Rooney
I'll change the package to gnome-user-share, I believe that is where this belongs. If your patch is ready do you want to subscribe ubuntu- universe-sponsors? ** Changed in: gnome-user-share (Ubuntu) Sourcepackagename: None = gnome-user-share -- gnome-user-share notification changes