[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2017-10-27 Thread Bug Watch Updater
Launchpad has imported 31 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=307581.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2007-09-26T18:09:57+00:00 Bill wrote:

Description of problem:

When I open a new tab (via right click on a terminal, clicking on something in
liferea, whatever), firefox immediately jumps onto the current workspace.

This is irritating.

Version-Release number of selected component (if applicable):

firefox-2.0.0.6-11.fc8

Additional info:

Seems related to the startup notification patch, as it worked ok in
2.0.0.6-8.fc8.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/0


On 2007-10-01T00:17:03+00:00 Adam wrote:

I will second this. Very irritating!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/1


On 2007-10-01T19:22:40+00:00 Christopher wrote:

Owen says this is a metacity bug.  The following program also hops
windows.

#!/bin/env python

import gtk
import gobject
w = gtk.Window()
w.set_title("Foo")
w.show()

def on_timeout():
w.present()
return False

gobject.timeout_add(5000, on_timeout)
gtk.main()


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/2


On 2007-10-01T19:23:35+00:00 Christopher wrote:

er, hops workspaces

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/3


On 2007-10-01T19:34:29+00:00 Colin wrote:

To give some background on this issue, Firefox now supports startup 
notification:
https://bugzilla.mozilla.org/show_bug.cgi?id=223492

The issue in this bug only occurs when there are multiple workspaces.

Removing this Firefox patch would be a regression in the single workspace case
because it would require clicking on a flashing browser entry in the task list
after activating an external link.

>From IRC:

 walters: metacity could look at the window role and alter the behavior
based on that


Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/4


On 2007-10-01T19:48:25+00:00 Bill wrote:

FWIW, commenting out the call to gdk_window_focus() in the patch makes it DTRT
for me.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/5


On 2007-10-01T20:00:33+00:00 Owen wrote:

Actually, what I meant was that based on the "type" of the window application
vs. dialog, you could do different things.

A application never, under any circumstances, should be moved between
desktops.


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/6


On 2007-10-01T20:03:13+00:00 Colin wrote:

Bill, what effect does that have in the single-workspace case?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/7


On 2007-10-01T20:04:24+00:00 Colin wrote:

Also, I've filed this bug upstream here:

http://bugzilla.gnome.org/show_bug.cgi?id=482354

Since there seems to be agreement this is an upstream Metacity issue, please
continue discussion there.


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/8


On 2007-10-01T20:10:27+00:00 Bill wrote:

Colin: when it's on the same workspace, I get the throbbing entry in the panel.
When it's on the other workspace, I don't.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/9


On 2007-10-11T20:06:50+00:00 David wrote:

We need to fix this for F8...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/10


On 2007-10-11T21:48:48+00:00 Jeremy wrote:

This is also happening in compiz... so more than just metacity at work
here.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/11


On 2007-10-11T23:26:44+00:00 Christopher wrote:

Jeremy: not quite...

in metacity, the _window_ switches to the current workspace.

In compiz, the _active workspace_ 

[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2017-10-26 Thread Bug Watch Updater
Launchpad has imported 10 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=371161.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2007-11-08T13:53:02+00:00 Adrian wrote:

Description of problem:

With this patch (metacity-firefox-workaround-2.patch) the used behaviour of
pidgin when clicking on the tray icon changed/broke.

Up until this patch it was possible to click on the tray icon of pidgin and no
matter on which workspace this is done the buddy list appears on that workspace.

Now if clicking the tray icon the buddy list just disappears on the workspace it
is displayed and clicking it again lets it appear on the other workspace.

>From my point of view this is a regression in the usability of my usage of the
whole desktop.

Version-Release number of selected component (if applicable):

metacity-2.20.0-3.fc8

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/0


On 2007-11-11T11:25:59+00:00 Pedro wrote:

I confirm this behaviour and also think this is a regression.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/1


On 2007-11-11T11:48:30+00:00 Yanko wrote:

Same thing with liferea and its behavior on clicking the notification
icon.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/2


On 2007-11-11T20:56:07+00:00 Matthias wrote:

CCing Colin, who did that patch

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/3


On 2007-11-12T17:28:37+00:00 Colin wrote:

What's happening here is that the Pidgin buddy list feels very similar to a menu
popup, but is actually implemented as a regular window.  Pidgin seems to be one
of the few applications where the application relied on the behavior of
gtk_window_present() bringing windows to the current workspace.

On Compiz it seems to have the same behavior, which is interesting, because
before Compiz and Metacity differed on the gtk_window_present(), so there must
be some Pidgin-specific differentiation occuring somehow.

Anyways, since the Firefox patch was removed before Fedora 8, there isn't much
point to having this patch in Fedora 8 either.  I will remove it and add an 
update.

We will figure out how to fix Firefox and Metacity together for Fedora 9, and
update them in sync.



Reply at: 
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/4


On 2007-11-13T05:41:37+00:00 Elijah wrote:

This sounds like pidgin is trying to use _NET_ACTIVE_WINDOW as a hack to
simulate "launching" the buddy window?  It could just launch it and then we know
to move it to the right workspace...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/5


On 2008-04-16T17:43:10+00:00 Etan wrote:

For the record pidgin has no policy decisions on what should or shouldn't 
happen when the use clicks the tray icon. All pidgin wants is that the buddy 
list window be presented to the user as such using gtk_window_present is the 
correct thing for us to be doing. Any policy decisions on what that means for 
pidgin are squarely in the realm of the window manager, desktop environment, 
and user preference. So again, pidgin itself relies on no specific behaviour 
out of gtk_window_present other than that of 'presenting the window to the 
user'.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/9


On 2008-05-14T03:51:43+00:00 Bug wrote:

Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Reply at:
https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/207744/comments/10


On 2009-06-09T23:09:39+00:00 Bug wrote:


This message is a reminder that Fedora 9 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 9.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '9'.

Package Maintainer: If you wish for this bug to remain open because you

[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2013-11-24 Thread Mörgæs
** Changed in: pidgin (Ubuntu)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/207744

Title:
  Clicking notification panel icon doesn't switch desktops

To manage notifications about this bug go to:
https://bugs.launchpad.net/gaim/+bug/207744/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2010-09-15 Thread Bug Watch Updater
** Changed in: metacity
   Importance: Unknown = Medium

-- 
Clicking notification panel icon doesn't switch desktops
https://bugs.launchpad.net/bugs/207744
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2009-07-14 Thread Bug Watch Updater
** Changed in: pidgin (Fedora)
   Status: In Progress = Won't Fix

-- 
Clicking notification panel icon doesn't switch desktops
https://bugs.launchpad.net/bugs/207744
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2009-02-26 Thread Bug Watch Updater
** Changed in: metacity (Fedora)
   Status: Invalid = Fix Released

-- 
Clicking notification panel icon doesn't switch desktops
https://bugs.launchpad.net/bugs/207744
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2009-01-13 Thread Pedro Villavicencio
the metacity package containing the fix is already in jaunty, marking
the task as fixed, thanks.

** Changed in: metacity (Ubuntu)
   Status: Triaged = Fix Released

-- 
Clicking notification panel icon doesn't switch desktops
https://bugs.launchpad.net/bugs/207744
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2008-12-21 Thread Bug Watch Updater
** Changed in: metacity
   Status: In Progress = Fix Released

-- 
Clicking notification panel icon doesn't switch desktops
https://bugs.launchpad.net/bugs/207744
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2008-11-20 Thread Pedro Villavicencio
** Changed in: metacity (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Triaged

** Changed in: pidgin (Ubuntu)
   Importance: Undecided = Low
   Status: New = Triaged

-- 
Clicking notification panel icon doesn't switch desktops
https://bugs.launchpad.net/bugs/207744
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 207744] Re: Clicking notification panel icon doesn't switch desktops

2008-11-13 Thread Pedro Villavicencio
** Changed in: metacity (Ubuntu)
Sourcepackagename: tomboy = metacity

-- 
Clicking notification panel icon doesn't switch desktops
https://bugs.launchpad.net/bugs/207744
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs