[Bug 175904]

2022-10-20 Thread Autonag-nomail-bot
The last needinfo from me was triggered in error by recent activity on
the bug. I'm clearing the needinfo since this is a very old bug and I
don't know if it's still relevant.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox window moves to current workspace

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


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

[Bug 175904]

2022-10-20 Thread Release-mgmt-account-bot
The severity field for this bug is relatively low, S3. However, the bug has 4 
duplicates.
:Amir, could you consider increasing the bug severity?

For more information, please visit [auto_nag
documentation](https://wiki.mozilla.org/Release_Management/autonag#severity_underestimated.py).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox window moves to current workspace

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


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

[Bug 175904] Re: Firefox window moves to current workspace

2022-10-11 Thread Bug Watch Updater
** Changed in: firefox
   Importance: Medium => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox window moves to current workspace

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


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

[Bug 175904]

2022-10-11 Thread David Faure
(In reply to Jeremy Nickurak from comment #23)
> Created attachment 343829
> Shell script to open a URL strictly in a new firefox tab on the current
> workspace
> 
> As a substitute for a fix of this bug, I've worked around it with a shell
> script that uses wmctrl to get the ideal behavior. It'll check to see if
> there's an existing firefox window open on the current workspace, and if so,
> (optionally) focus it, and load a url in a new tab there. If there's no such
> window, it'll simply open it in a new window on the current workspace.

Thanks for that script, it works very well.
This is the behavior I wish Firefox could have out of the box 
(Reuse-window-in-current-desktop otherwise create-new-in-current-desktop). Much 
better than jumping to another desktop or opening tabs hidden into another 
desktop. Any chance for this to happen?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox window moves to current workspace

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


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

[Bug 175904] Re: Firefox window moves to current workspace

2018-05-30 Thread Bug Watch Updater
** Changed in: firefox
   Status: Unknown => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox window moves to current workspace

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

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

[Bug 175904] Re: Firefox window moves to current workspace

2018-05-24 Thread Bug Watch Updater
** Changed in: firefox
   Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox window moves to current workspace

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

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

[Bug 175904] Re: Firefox window moves to current workspace

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/firefox/+bug/175904/comments/5


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

I will second this. Very irritating!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/175904/comments/6


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/firefox/+bug/175904/comments/7


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

er, hops workspaces

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/175904/comments/8


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/firefox/+bug/175904/comments/9


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/firefox/+bug/175904/comments/10


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/firefox/+bug/175904/comments/11


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/firefox/+bug/175904/comments/12


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/firefox/+bug/175904/comments/13


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/firefox/+bug/175904/comments/14


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/firefox/+bug/175904/comments/15


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/firefox/+bug/175904/comments/16


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

Jeremy: not quite...

in metacity, the _window_ switches to the current workspace.

[Bug 175904] Re: Firefox window moves to current workspace

2012-11-09 Thread Thomas Hotz
** Summary changed:

- Firefox-3.0 window moves to current workspace
+ Firefox window moves to current workspace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox window moves to current workspace

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

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2012-10-07 Thread Thomas Hotz
So can we get the fix from Fedora into Ubuntu?

** Package changed: firefox-3.0 (Ubuntu) = firefox (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in Ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox-3.0 window moves to current workspace

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

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2011-02-15 Thread Martin Pitt
** Changed in: firefox-3.0 (Ubuntu)
 Assignee: Chris Coulson (chrisccoulson) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox-3.0 window moves to current workspace

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2011-01-06 Thread Alexander Sack
** Changed in: firefox-3.0 (Ubuntu)
 Assignee: Alexander Sack (asac) = Chris Coulson (chrisccoulson)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.
https://bugs.launchpad.net/bugs/175904

Title:
  Firefox-3.0 window moves to current workspace

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2010-09-18 Thread Bug Watch Updater
** Changed in: firefox
   Importance: Unknown = Medium

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2010-09-16 Thread Bug Watch Updater
** Changed in: gtk
   Importance: Unknown = Medium

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2010-02-26 Thread schnittchen
This bug affects me (working with kwin) on Ubuntu 9.10, backports
enabled.

The symptoms are EXACTLY as described in comment #14 of bug #204927, so
I'm not retelling that story ;-)

Packages, for the record:
firefox: 3.5.8+build1+nobinonly-0ubuntu0.9.10.1
kde-window-manager: 4:4.3.5-0ubuntu1~karmic1

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2010-02-09 Thread Gerry C.
** Changed in: kdebase (Ubuntu)
 Assignee: (unassigned) = Alexander Sack (asac)

** Also affects: meta-gnome2 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2010-02-09 Thread Gerry C.
** Also affects: gnome-terminal (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2010-02-09 Thread Gerry C.
** Changed in: meta-gnome2 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: gnome-terminal (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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 175904] Re: Firefox-3.0 window moves to current workspace

2010-02-09 Thread Micah Gersten
Please do not set tasks/assignment without a reason.

** Changed in: kdebase (Ubuntu)
 Assignee: Alexander Sack (asac) = (unassigned)

** Changed in: meta-gnome2 (Ubuntu)
   Status: New = Invalid

** Changed in: meta-gnome2 (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Invalid

** Changed in: gnome-terminal (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2009-12-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/metacity

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2009-06-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/xulrunner-1.9

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2009-03-22 Thread Jamin W. Collins
@Alexander, sorry I'm not following your question...

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

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

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

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

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-12-15 Thread Alexander Sack
On Thu, Dec 11, 2008 at 01:41:12PM -, Jamin W. Collins wrote:
 Not quite sure how to properly list it in the affects area of the bug
 report, but I'm seeing this same behavior under Intrepid with firefox
 and openbox.
 

You think you can come up with a regression window for openbox? doesn
hardy openbox work?

 - Alexander

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-12-11 Thread Jamin W. Collins
Not quite sure how to properly list it in the affects area of the bug
report, but I'm seeing this same behavior under Intrepid with firefox
and openbox.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-11-23 Thread Alexander Sack
** Changed in: firefox-3.0 (Ubuntu)
   Status: Confirmed = Triaged

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-10-19 Thread Jeremy Nickurak
I wrote up a script that I call on opening URL's instead of calling
firefox directly. It checks to see if there's a firefox window on the
current desktop. If there is one, it'll focus it, and open the URL in a
new tab there. If there isn't one, it'll just open a new window right
where you are.

Hopefully this'll be useful to somebody.

It requires wmctrl to be installed. (sudo apt-get install wmctrl)

** Attachment added: Shell script to start firefox in a new tab on the current 
workspace, creating a window if neccesary.
   http://launchpadlibrarian.net/18698902/firefox-tab

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-08-01 Thread Jonathan Thomas
Whoops, my bad. KDE 4.1 isn't in included at all in Gutsy. It has KDE
4.0.

** Changed in: kdebase (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

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

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-07-15 Thread Bismark
I'm getting email from this bug and hundreds others because I'm
subscribed to the whole 8.04 package somehow.

You received this bug notification because you are subscribed to
Ubuntu: ubuntu-8.04.

I cannot find anywhere to unsubscribe from this and I can't unsubscribe
from individual bugs because I'm not subscribed to them directly.

Help!

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-07-15 Thread Martin Pitt
Bismark [2008-07-15 18:14 -]:
 I cannot find anywhere to unsubscribe from this and I can't unsubscribe
 from individual bugs because I'm not subscribed to them directly.

You can unsubscribe from the milestone on the milestone page:

  https://bugs.launchpad.net/ubuntu/+milestone/ubuntu-8.04

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-07-13 Thread Manuel McLure
Is the KDE4 KWin included in Intrepid the same as the one that's in the
KDE 4.1 repositories for Gutsy? If so, then it does not work correctly
for me. The Firefox window still moves desktops.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-07-13 Thread Jonathan Thomas
Yeah, it is the same as in Intrepid. I guess I'm just lucky.

** Changed in: kdebase (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-07-11 Thread Jonathan Thomas
I can't reproduce this in KDE4's KWin, which is shipping with Intrepid.
Marking fix released for kdebase.

** Changed in: kdebase (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-06-03 Thread Bug Watch Updater
** Changed in: firefox-3.0 (Fedora)
   Status: In Progress = Invalid

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-28 Thread Francis J. Lacoste
I've found a nice workaround for kwin. Use the 'Advanced - Special
Application Settings' menu item when middle clicking on the firefox
titlebar. In that window, I 'Force' the 'Desktop' to my 'Web' desktop.

Firefox has been sitting at its proper place ever since.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-27 Thread Manuel McLure
So much for this working. I updated my laptop to Hardy and am seeing the
same problem. FF3, KDE 3.5.9, kwin.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-24 Thread Edwin Mons
Although this behaviour should have been fixed in 1:2.22.0-0ubuntu3, I
still experience this with 8.04 RELEASE, 1:2.22.0-0ubuntu4.  It appears
to occur mainly when starting Firefox (or Thunderbird) in maximized
view.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-24 Thread Emilio Pozuelo Monfort
Edwin Mons wrote:
 Although this behaviour should have been fixed in 1:2.22.0-0ubuntu3, I
 still experience this with 8.04 RELEASE, 1:2.22.0-0ubuntu4.  It appears
 to occur mainly when starting Firefox (or Thunderbird) in maximized
 view.

If you are starting it, how should it start in a different workspace, and how
will it be moving from one to another? It doesn't make any sense to me...

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-24 Thread Thilo Six
 If you are starting it, how should it start in a different workspace,
and

close all FF, start xchat, click on a link. Happens here with kde 3.5.9
quite often.

 how will it be moving from one to another?

well that's the question that opened this bugreport i guess

 It doesn't make any sense to me...

to me either. but that doesn't mean it doesn't happen.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-24 Thread Thilo Six
 close all FF

well that really does not make sense in this context


open FF on lets says workspace 4, open xchat on workspace 2 (kde) and click on 
an link inside xchat.
FF moves to the current workspace.

I just tested the same with Thunderbird and Akregator - it doesn't happen from 
inside those apps.
so maybe it is more xchat related... ?

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-24 Thread Emilio Pozuelo Monfort
Thilo Six wrote:
 If you are starting it, how should it start in a different workspace,
 and
 
 close all FF, start xchat, click on a link. Happens here with kde 3.5.9
 quite often.
 
 how will it be moving from one to another?
 
 well that's the question that opened this bugreport i guess
 
 It doesn't make any sense to me...
 
 to me either. but that doesn't mean it doesn't happen.
 

I was replying to 'It appears to occur mainly when starting Firefox'

If Firefox is closed and you start it, it will start in the current workspace...
I know what's this bug as I had it (but I workarounded it in firefox's
about:config as said in a comment above)

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-24 Thread Edwin Mons
@Emilio:
I notice I was a bit incomplete in my description in my previous posting.  What 
I meant to say is that this indeed happens across workspaces, but also across 
monitors.  If I start Firefox maximized on my second screen (mouse pointer on 
that screen, patiently waiting for the window to appear), it starts on the 
desired monitor, but it'll move to the first screen after about half a second, 
even if my pointer is still on the second screen.  The screens are both 
attached to my NVidia card, configured in TwinView.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-06 Thread Manuel McLure
No, metacity is specifically Gnome's window manager. KDE uses its own
window manager named kwin.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-05 Thread James Westby
Hi,

There's still a kdebase task open for this bug, so that
indicates it still needs fixing there.

There's no upstream bug report link for kdebase in
launchpad, has a bug been reported upstream
about this issue?

Thanks,

James

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-05 Thread Manuel McLure
Something in my last Hardy update seems to have fixed this - FF3 seems
to work correctly under kwin now.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-05 Thread Alexander Sack
On Sat, Apr 05, 2008 at 08:01:59PM -, Manuel McLure wrote:
 Something in my last Hardy update seems to have fixed this - FF3 seems
 to work correctly under kwin now.
 

isn't kde using metacity (sorry for my ignorance here :))?


 - Alexander

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package metacity - 1:2.22.0-0ubuntu3

---
metacity (1:2.22.0-0ubuntu3) hardy; urgency=low

  * fix firefox-3.0 bug (LP: #175904) - Firefox-3.0 window moves to
current workspace by applying patch for metacity bug (gnome: #482354) -
gtk_window_present() causes full applications to move workspaces
- add debian/patches/011_gnome_482354_attachment_104591.patch

 -- Alexander Sack [EMAIL PROTECTED]   Fri, 04 Apr 2008 01:36:04 +0200

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

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-04 Thread Alexander Sack
now we have the metacity fix. no need for a workaround in ubufox.

** Changed in: ubufox (Ubuntu)
   Status: Triaged = Invalid

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-04 Thread Alexander Sack
moving firefox milestone to later as the behaviour has been normalized
in metacity.

** Changed in: firefox-3.0 (Ubuntu)
   Target: ubuntu-8.04 = later

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-04 Thread Alexander Sack
** Changed in: firefox-3.0 (Ubuntu)
   Target: later = None

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-04 Thread Manuel McLure
How about people who are seeing this bug under KDE/kwin? The metacity
fix does nothing for us.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-03 Thread Alexander Sack
we will try http://bugzilla.gnome.org/show_bug.cgi?id=482354 attachment
104591 (... take 2) to fix this on metacity side.

** Changed in: metacity (Ubuntu)
Sourcepackagename: gtk+2.0 = metacity

** Changed in: metacity (Ubuntu)
   Status: New = In Progress

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-03 Thread Alexander Sack
the fix works fine here so far. will do a bit more testing and upload
later today.

** Changed in: metacity (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Alexander Sack (asac)
   Status: In Progress = Fix Committed

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-02 Thread Francis J. Lacoste
I also have this problem in KDE 3.5.9, and changing the property doesn't
seem to work around the annoying problem.

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

** Changed in: kdebase (Ubuntu)
   Status: New = Confirmed

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-01 Thread Martin Pitt
Alexander Sack [2008-03-31 20:56 -]:
 as a short term measure, ubufox can help to improve the behaviour for
 default installs by using open link in new window instead of new tab
 by default. This should be better for normal users anyway.

Argh, argh, do you really think so? I always found using tabs sooo
helpful to reduce confusion and clutter on my desktop. Not selecting
new tabs is bad as a workaround, but opening new windows is worse
FWIW.

What do other people think?

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-01 Thread Mike Rooney
I really agree that opening links in new windows is a very suboptimal
solution. What about the fix that Colin Walters is suggesting? Also what
is Compiz doing that Metacity isn't? Can we just patch that behavior?

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-01 Thread Mark Schouten
On Tue, 2008-04-01 at 06:48 +, Martin Pitt wrote:
 Alexander Sack [2008-03-31 20:56 -]:
  as a short term measure, ubufox can help to improve the behaviour for
  default installs by using open link in new window instead of new tab
  by default. This should be better for normal users anyway.
 
 Argh, argh, do you really think so? I always found using tabs sooo
 helpful to reduce confusion and clutter on my desktop. Not selecting
 new tabs is bad as a workaround, but opening new windows is worse
 FWIW.
 
 What do other people think?

FAR worse. I love tab's, and workspaces. Why is it so hard to fix this
bug the right way? (I know it's easy to talk if you can't code, but the
bug has been here long enough).

Mark

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-04-01 Thread Manuel McLure
I'm feeling a little frustrated in that everyone is concentrating on
metacity when the exact same problem happens on kwin, and the workaround
doesn't work correctly on that platform. IMHO, if Firefox works badly on
more than one window manager, that is evidence that the Firefox behavior
is wrong, even if it is technically right.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-31 Thread Colin Walters
Just a note, Fedora is currently using the patch from the GNOME bug for
Fedora 9.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-31 Thread Alexander Sack
as a short term measure, ubufox can help to improve the behaviour for
default installs by using open link in new window instead of new tab
by default. This should be better for normal users anyway.

milestoning for final to make this bug less annoying.

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

** Changed in: ubufox (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged
   Target: None = ubuntu-8.04

** Changed in: ubufox (Ubuntu)
 Assignee: (unassigned) = Alexander Sack (asac)

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-31 Thread Emilio Pozuelo Monfort
** Bug watch added: Red Hat Bugzilla #307581
   https://bugzilla.redhat.com/show_bug.cgi?id=307581

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

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-31 Thread Colin Walters
I would really appreciate if Hardy and Fedora 9 both used the same
behavior, as it reduces user confusion.

Your suggestion would change the behavior of the single-workspace case.
The reason I chose to patch Metacity is simple - it makes Firefox match
the behavior it has on both Windows and MacOS X (and how IE works on
Windows, and I'd bet Safari on OS X).

Please consider the Metacity patch.  Thanks!

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-31 Thread Bug Watch Updater
** Changed in: firefox-3.0 (Fedora)
   Status: Unknown = In Progress

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-30 Thread Manuel McLure
This is not just a metacity bug - it also happens in KDE with kwin, and
the workaround does not work in that environment.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-30 Thread Mark Schouten

On Mon, 2008-03-10 at 12:14 +, Alexander Sack wrote:
 in case we cannot find a fix, we should consider to use the |open
 external links in window| rather than |in new tab| for the release.
 
 ** Changed in: firefox-3.0 (Ubuntu)
Target: None = ubuntu-8.04

That would not be a usable fix for me. That would only open up more
windows, also on the wrong workspace.

I don't have a feeling that this bug (I've seen some duplicates btw
(#204927, #197761)) really has the attention it needs. I still prefer
ff2 for usability  over ff3, this bug only makes it much worse. Has this
issue made it on any 'critical release buglist' yet?

Mark

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-29 Thread Mike Rooney
I experienced this as well and found it highly annoying. However when I
enabled compositing via Appearances, the problem went away. Compiz must
be doing something to disallow this. This may be a difference between
people experiencing and not experiencing this bug. I would agree this is
a bug and should be fixed for non-composited desktops as well.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-26 Thread Alexander Sack
** Changed in: firefox-3.0 (Ubuntu)
 Assignee: (unassigned) = Alexander Sack (asac)

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-10 Thread Alexander Sack
in case we cannot find a fix, we should consider to use the |open
external links in window| rather than |in new tab| for the release.

** Changed in: firefox-3.0 (Ubuntu)
   Target: None = ubuntu-8.04

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-04 Thread Bug Watch Updater
** Changed in: gtk
   Status: New = Confirmed

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-03-03 Thread Alexander Sack
fwiw, there is a metacity fix in the gnome bug. we should take it for
hardy.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-27 Thread Simos Xenitellis
It appears to be a Firefox feature.

Can you try to 
1. bring up about:config
2. set browser.tabs.loadDivertedInBackground to True

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-27 Thread Martin Pitt
For the record, this even seems to behave differently on my two boxes;
on the desktop (metacity) Firefox moves to the current workspace when
clicking a link, whereas on the laptop (compiz) the current workspace is
switched to the one where Firefox resides. The is a more sane behaviour,
and I think it's an acceptable default if it can be switched off.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-27 Thread Mark Schouten
Thanks! This kindof fixes the problem. Although it really isn't the same
thing.

The option you mention make the tab open up in the background. It SHOULD
NOT have anything to do with where the window goes, IMHO.

So, appearantly where you open the tab also defines where your window
travels. :/

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-27 Thread Martin Pitt
I confirm that setting browser.tabs.loadDivertedInBackground to True
disables this behavior with metacity at least. I didn't check compiz
yet.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-27 Thread Simos Xenitellis
Ahem, the real source of the bug is the window manager,
http://bugzilla.gnome.org/show_bug.cgi?id=482354

It is already marked above in the bug report.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-27 Thread ubunturox
yes - this seems to fix it - thank you!

For the record I use gnome with xfwm4.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


Re: [Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-27 Thread Emilio Pozuelo Monfort
Simos Xenitellis wrote:
 2. set browser.tabs.loadDivertedInBackground to True

awesome. this is still a workaround though, since this makes the tab not to be
focused and that means if you have many tabs opened (so many that they take all
the tab bar) the new tab won't be shown and you may not notice it's been opened.

But this is indeed better that the previous behaviour.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-08 Thread ubunturox
I have the same Problem with Firefox Version 2.0.0.12 in Ubuntu 7.10.
It just happend short while ago - can't say exactly when though - maybe since 
7.10 because I upgraded only a while ago...
I too like my Firefox on desktop 2 and when I click on a link in a mail in 
evolution on desktop 1 it used to open on desktop 2.

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-02-08 Thread ubunturox
I just discovered that the problem does not exist if I doubleclick an *.htm 
file in nautilus and click view.
Those files get opened correctly in the last active Firefox window and that 
stays on it's current workspace.
So it's probably a gnome problem?

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-01-10 Thread Bug Watch Updater
** Changed in: gtk
   Status: Unknown = New

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-01-10 Thread Bug Watch Updater
** Changed in: firefox
   Status: Unknown = Confirmed

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

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


[Bug 175904] Re: Firefox-3.0 window moves to current workspace

2008-01-09 Thread Alexander Sack
** Also affects: gtk+2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: GNOME Bug Tracker #482354
   http://bugzilla.gnome.org/show_bug.cgi?id=482354

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

-- 
Firefox-3.0 window moves to current workspace
https://bugs.launchpad.net/bugs/175904
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

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