[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
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to Ubuntu.

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


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

2008-11-07 Thread Nicholas J Kreucher
Removing the patch to metacity (see above) works only if you are not
using compiz. The same annoying behavior now effects compiz (intrepid).
I really don't understand the logic here. We have a blinking
notification saying click here! click me! so you do, and seemingly
nothing happens. For tomboy, you click the always present tomboy icon,
select a note, and expect it to appear, always, period. This is enough
to make newbies think Linux is totally broken and go back to Windows.
*** sigh ***

Related bugs:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/217462
https://bugs.launchpad.net/tomboy/+bug/263656

PLEASE BRING BACK THE SANE BEHAVIOR OF ALLOWING WINDOWS TO SWITCH TO THE
CURRENT DESKTOP

** Also affects: tomboy (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-11-07 Thread Nicholas J Kreucher
For an excellent overview of this issue (w/metacity), see:
http://blogs.gnome.org/metacity/2008/10/20/by-these-presents/

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-10-09 Thread Biji
i experience this issue on intrepid also
(using compiz, gnome)

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-07-15 Thread wheezer
I realize this thread a bit stale, but this very topic is now being
discussed at bugzilla.gnome by both metacity and pidgin devs.  As one of
those pidgin users that absolutely hates this new behavior, and wishes
it worked in Ubuntu as it always did, I would be most grateful if
someone from here could be there, to see if there is not some reasonable
way to restore that behavior (so clicking on a buddy, warps the
conversation window to the Buddy list's workstation and activates it)

The discussion is  toward the bottom of this thread at gnome:
http://bugzilla.gnome.org/show_bug.cgi?id=482354

And my original discussion with pidgin people here:
http://www.nabble.com/Lost-workspace-function-with-Ubuntu-Hardy-tt18352855.html#a18462577

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-07-15 Thread Bug Watch Updater
** Changed in: metacity
   Status: Confirmed = In Progress

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-07-12 Thread Bug Watch Updater
** Changed in: pidgin
   Status: Fix Released = Invalid

** Changed in: gaim
   Status: Fix Released = Invalid

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-07-11 Thread Richard Laager
** Bug watch added: Red Hat Bugzilla #307581
   https://bugzilla.redhat.com/show_bug.cgi?id=307581

** Also affects: metacity (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=307581
   Importance: Unknown
   Status: Unknown

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-07-11 Thread Bug Watch Updater
** Changed in: metacity (Fedora)
   Status: Unknown = Invalid

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-07-11 Thread Richard Laager
** Bug watch added: Red Hat Bugzilla #371161
   https://bugzilla.redhat.com/show_bug.cgi?id=371161

** Also affects: pidgin (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=371161
   Importance: Unknown
   Status: Unknown

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-07-11 Thread Bug Watch Updater
** Changed in: pidgin (Fedora)
   Status: Unknown = In Progress

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-05-20 Thread Nicholas J Kreucher
Similar here...

Now, in hardy, clicking on the icon doesn't move pidgin to the current
desktop nor does it switch to the desktop pidgin is on (as the previous
poster noted). Same for buddy list or flashing icon to show chat window.

So, to find a new message in an existing chat window, I now have to
manually switch to the desktop the chat window is on; same for the buddy
list. Quite annoying and frustrating :(

Seems to be a side effect of an Ubuntu added patch to metacity:
011_gnome_482354_attachment_104591.patch ... see:
http://bugzilla.gnome.org/show_bug.cgi?id=482354#c46

Also, this got filtered to Pidgin's own tickets, in a bit of a heated argument:
http://developer.pidgin.im/ticket/5521

IMHO, the patch was a mistake, but not everyone will agree :)

To recompile metacity w/o the patch:
$ sudo apt-get install build-essential devscripts fakeroot
$ sudo apt-get build-dep metacity
$ apt-get source metacity
$ cd metacity-2.*/debian/patches
$ rm 011_gnome_482354_attachment_104591.patch
$ cd ../..
$ debchange --nmu remove 011_gnome_482354_attachment_104591.patch
$ dpkg-buildpackage -b -us -uc -rfakeroot
$ cd ..
$ sudo dpkg -i metacity*.deb

Restart GNOME, and volla, pidgin window focusing and workspace switching
works again.


** Also affects: gaim via
   http://developer.pidgin.im/ticket/5521
   Importance: Unknown
   Status: Unknown

** Also affects: pidgin via
   http://developer.pidgin.im/ticket/5521
   Importance: Unknown
   Status: Unknown

** Also affects: metacity via
   http://bugzilla.gnome.org/show_bug.cgi?id=482354
   Importance: Unknown
   Status: Unknown

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-05-20 Thread Bug Watch Updater
** Changed in: metacity
   Status: Unknown = Confirmed

** Changed in: pidgin
   Status: Unknown = Fix Released

** Changed in: gaim
   Status: Unknown = 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
Bugs, which is subscribed to Ubuntu.

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


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

2008-05-20 Thread Nicholas J Kreucher
Another option is to patch Pidgin to hack around the changes made to
metacity... Pidgin bug 5521, above, has an example patch on how to do
this with the Buddy List (assume a similar patch is needed for the chat
window).

I think if Ubuntu keeps the metacity patch intact, it should then patch
Pidgin to avoid this regression.

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-05-20 Thread Iain Lane
FWIW, since the Ubuntu patch was released I've just modified my
behaviour to click on the pulsing entry in the task bar instead of the
tray icon. I agree with the arguments on the Pidgin bug about not
fighting the DE, and it not really being an issue with Pidgin per se.

I guess what we want is for Metacity to provide for applications to say
Yes, I really do want to warp workspace/move my window here, which
Pidgin could then implement/pref as necessary. For my particular use
case - switching when someone messages me - I'm pacified by the patch as
is to not consider this a major usability issue.

That's not to say that I don't see the value in modifying Metacity.
Often I want to click on a tray icon to (say) switch to Rhythmbox which
is up in another workspace, but this doesn't work, as an irritating
side-effect of this patch. The current behaviour is OK, but IMHO it
should only last for as long as absolutely necessary until a better
solution can be found.

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-03-28 Thread Iain Lane
** Description changed:

  Binary package hint: pidgin
  
  [EMAIL PROTECTED]:~$ lsb_release -rd
  Description:  Ubuntu hardy (development branch)
  Release:  8.04
  
  [EMAIL PROTECTED]:~$ apt-cache policy pidgin
  pidgin:
Installed: 1:2.3.1-2ubuntu1
Candidate: 1:2.3.1-2ubuntu1
Version table:
   *** 1:2.3.1-2ubuntu1 0
  800 http://archive.ubuntu.com hardy/main Packages
  100 /var/lib/dpkg/status
  
  When a message is received in Pidgin, the notification area icon flashes
  as expected. Clicking this icon in Gutsy always used to switch to the
- desktop with the IM window on and activate it. Clicking it now does
- nothing, not even cancel the unread status.
+ desktop with the IM window on and activate it. Clicking it now only
+ shows the IM window in the window list. It does not switch to the
+ desktop with it on, nor does it cancel the unread status.
  
  Steps to repro:
  
  1. Start a conversation with somebody
  2. Switch to another desktop
  3. When a message is received and the notification area icon is flashing, 
click it
- 4. The desktop is not switched to the one with the IM window
+ 4. The desktop is not switched to the one with the IM window, but the IM 
window now appears in window list.
  
  Expected behaviour:
  
  At 4, the desktop should switch and activate the IM window.
  
  This is a regression from Gutsy.

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-03-28 Thread Pedro Fragoso
Have you tried to reproduce this on pidgin 2.4 ?

pidgin:
  Installed: 1:2.4.0-1ubuntu1
  Candidate: 1:2.4.0-1ubuntu1
  Version table:
 *** 1:2.4.0-1ubuntu1 0
500 http://archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

-- 
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-03-28 Thread Iain Lane
Yes, I just did and it's still there. I'm wondering whether this is a
problem in GNOME/Compiz, however; from reading this:
http://developer.pidgin.im/ticket/2968

-- 
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
Bugs, which is subscribed to Ubuntu.

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