[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2021-10-15 Thread Bug Watch Updater
** Changed in: python Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in GNU

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2020-08-30 Thread Mathew Hodson
** Changed in: emacs24 (Ubuntu Trusty) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Jypenator
Thanks Mike. I also added a note in: https://developer.mozilla.org/en- US/Firefox/Releases/39#Miscelleanous -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Marsicanbear
(In reply to j.j. from comment #111) > No, comment 92 is right OK, I see, so the -remote option was removed in 39. I don't quite understand why it was reintroduced in 36.0.1, then.. But well, whatever. I guess that this time the decision is definitive. Do you know if there is any other way to

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Moz-jeka
(In reply to marsicanbear from comment #106) > I recently updated to Firefox-39 on Ubuntu 15.04 and this feature is broken > again. see comment 92? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Zaki210792
[Tracking Requested - why for this release]: -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in GNU Emacs:

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Eshepherd
I've updated the article to note that this feature is x-Window only and done a bit of other cleanup. Let me know if it needs further changes. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread U93378
(In reply to Jean-Yves Perrier [:teoli] from comment #102) > I think > https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#- > remote_remote_command is up-to-date. If that command is not available on the Mac platform, and that fact is not noted, I don't see how we can regard it

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Moz-jeka
> > see comment 92? > > The feature was removed in Firefox 36.0, but was restored in 36.0.1. > > https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#- > remote_remote_command > > And, afaik, it was supposed to stay there. No, comment 92 is right > See Tracking Flags in the

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Mh+mozilla
It was removed in 39.0. I updated https://developer.mozilla.org/en- US/docs/Mozilla/Command_Line_Options#-remote_remote_command to some extent. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Tomiii-r
Also, if an instance of firefox is already running with profile "myprofile" and I issue this command: firefox -P myprofile -remote 'openurl(https://my.url.com/)' Nothing happens. It just exits with no error message and $?==1. -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Tomiii-r
Like marsicanb...@gmail.com, I also upgraded to FF39.0 in Fedora linux and discovered this feature broken again. The behavior seems nondeterministic now. I'm executing this command when no firefox instance with profile "myprofile" is currenty running: firefox -P myprofile -remote 'ping()'

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Marsicanbear
I recently updated to Firefox-39 on Ubuntu 15.04 and this feature is broken again. I use this script: https://github.com/davidebasilio/firefox-kde to bind Firefox profiles and kde sessions; it used to work fine, but now whenever I try to open a new page in an already open profile with:

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Marsicanbear
(In reply to j.j. from comment #109) > (In reply to marsicanbear from comment #106) > > I recently updated to Firefox-39 on Ubuntu 15.04 and this feature is broken > > again. > > see comment 92? The feature was removed in Firefox 36.0, but was restored in 36.0.1.

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Aurelien-pupier
Hi, are you sure that this option was removed in version 39.0? I just tried with version 40.0.3 and it seems to work. The documentation is still mentioning it as existing https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#-remote_remote_command even if marked as deprecated.

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread U93378
(In reply to Benjamin Smedberg [:bsmedberg] from comment #99) > No, Firefox for mac does not remote internally: that is all handled by the > OS and apple events. Would you please provide a pointer to some information about Apple Events and Firefox? Googling for mozilla and "apple event",

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Noitidart
Is it possible to `-remote restart -P "profile1"? I'm trying to restart profiles launched by `firefox -no-remote -P "profile_name_here"`? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Benjamin Smedberg (Mozilla) [:bs]
There's the code at http://mxr.mozilla.org/mozilla- central/source/toolkit/xre/MacApplicationDelegate.mm I don't know who wrote or reviewed that MDN page, but it's clearly not precise: there are a fair number of flags that only apply on some platforms. It's still true that mac doesn't use any of

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread U93378
Is this expected to work on Mac OS X? I try -remote, and things like: /Applications/Firefox.app/Contents/MacOS/firefox -new-window "www.mozilla.org" ...and all I get is a modal dialog box saying that I have to close Firefox because only one instance can be running. -- You received this bug

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Ancoron Luziferis
Hi, sorry to revive this old thread, but what is the actual replacement for "-remote" from a functional point of view? I am asking because "-new-tab" and "-new-window" just don't respect the "-P" profile switch. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Benjamin Smedberg (Mozilla) [:bs]
No, Firefox for mac does not remote internally: that is all handled by the OS and apple events. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Noitidart
For Windows I'm having a major issue. Clicking any of the items from multiple running profiles from the jump lists is either opening the window in default profile or saying "firefox is already running". Is there any alternative to -remote? This is the relavent code thats bugging me out:

[Desktop-packages] [Bug 1425972]

2019-02-03 Thread Jypenator
I think https://developer.mozilla.org/en- US/docs/Mozilla/Command_Line_Options#-remote_remote_command is up-to- date. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title:

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2017-09-01 Thread Bug Watch Updater
** Changed in: exo (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-08-18 Thread Mathew Hodson
** Changed in: exo (Ubuntu Utopic) Status: In Progress = Won't Fix ** Changed in: emacs24 (Ubuntu Utopic) Status: Confirmed = Won't Fix ** Changed in: emacs24 (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-08-18 Thread Mathew Hodson
According to the upstream bug this is fixed in emacs 24.5, which has been uploaded to Wily. ** Changed in: emacs24 (Ubuntu) Status: Triaged = Fix Released ** Changed in: emacs24 (Ubuntu Trusty) Importance: Undecided = Medium ** Changed in: emacs24 (Ubuntu Trusty) Status:

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-06-10 Thread RichardNeill
This also breaks ubuntu-bug/apport-bug itself. Report filed here: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1464053 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-04-30 Thread Thaddaeus Tintenfisch
** Changed in: exo (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status

[Desktop-packages] [Bug 1425972]

2015-03-22 Thread Sledru
Indeed. Removed. thanks -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in GNU Emacs: Unknown Status in exo:

[Desktop-packages] [Bug 1425972]

2015-03-21 Thread Gavin Sharp
ni Sylvestre for comment 93 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in GNU Emacs: Unknown Status in exo:

[Desktop-packages] [Bug 1425972]

2015-03-21 Thread Ben-qolc
The release notes for 36.0.3 still claim that the -remote option has been removed, even though it now hasn't. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no

[Desktop-packages] [Bug 1425972]

2015-03-18 Thread Moz-jeka
(In reply to Robert Krawitz from comment #91) It isn't clear to me what the final resolution is. Is -remote going to stay, or will it be removed? See Tracking Flags in the header of this bug (where fixed means removed) -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Noitidart
(In reply to Mike Hommey [:glandium] from comment #86) (In reply to noitidart from comment #85) (In reply to Mike Hommey [:glandium] from comment #84) (In reply to noitidart from comment #83) (In reply to Mike Hommey [:glandium] from comment #82) Comment on attachment 8573128

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Noitidart
(In reply to Mike Hommey [:glandium] from comment #84) (In reply to noitidart from comment #83) (In reply to Mike Hommey [:glandium] from comment #82) Comment on attachment 8573128 Backout the part that removed -remote Approval Request Comment: See comment 64 Considering how

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Mh+mozilla
(In reply to noitidart from comment #85) (In reply to Mike Hommey [:glandium] from comment #84) (In reply to noitidart from comment #83) (In reply to Mike Hommey [:glandium] from comment #82) Comment on attachment 8573128 Backout the part that removed -remote Approval

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Mh+mozilla
Comment on attachment 8573128 Backout the part that removed -remote Approval Request Comment: See comment 64 Considering how late we are in the beta cycle, it's more reasonable to get this on 37. 38 will get the alternative approach. -- You received this bug notification because you are a

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Noitidart
(In reply to Mike Hommey [:glandium] from comment #82) Comment on attachment 8573128 Backout the part that removed -remote Approval Request Comment: See comment 64 Considering how late we are in the beta cycle, it's more reasonable to get this on 37. 38 will get the alternative approach.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-17 Thread Launchpad Bug Tracker
This bug was fixed in the package exo - 0.10.2-3ubuntu1.14.04.2 --- exo (0.10.2-3ubuntu1.14.04.2) trusty-proposed; urgency=medium * Fix firefox helper being unable to open URLs (LP: #1425972) -- Sean Davis smd.seanda...@gmail.com Wed, 04 Mar 2015 19:02:35 -0500 ** Changed in:

[Desktop-packages] [Bug 1425972] Update Released

2015-03-17 Thread Chris Halse Rogers
The verification of the Stable Release Update for exo has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Noitidart
(In reply to Mike Hommey [:glandium] from comment #88) Comment on attachment 8573128 Backout the part that removed -remote That being said, I can see a point in being more conservative for the upcoming ESR. thanks :) -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Robert Krawitz
It isn't clear to me what the final resolution is. Is -remote going to stay, or will it be removed? -remote has been part of the API for quite a long time. Pulling it without an _extended_ notification (on the order of a year, say) will inconvenience a lot of people. Firefox and Thunderbird

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Ryanvm
https://hg.mozilla.org/releases/mozilla-aurora/rev/403d5c8e345c https://hg.mozilla.org/releases/mozilla-beta/rev/29eac8276b62 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Mh+mozilla
(In reply to noitidart from comment #83) (In reply to Mike Hommey [:glandium] from comment #82) Comment on attachment 8573128 Backout the part that removed -remote Approval Request Comment: See comment 64 Considering how late we are in the beta cycle, it's more reasonable to get

[Desktop-packages] [Bug 1425972]

2015-03-17 Thread Mh+mozilla
Comment on attachment 8573128 Backout the part that removed -remote That being said, I can see a point in being more conservative for the upcoming ESR. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-12 Thread Mathew Hodson
** Project changed: hundredpapercuts = python ** Changed in: python Importance: Medium = Unknown ** Changed in: python Status: Confirmed = Unknown ** Changed in: python Remote watch: None = Python Roundup #23262 -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-12 Thread Mathew Hodson
** Also affects: emacs Importance: Undecided Status: New ** Changed in: emacs Status: New = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title:

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-12 Thread Mathew Hodson
** Bug watch added: debbugs.gnu.org #14038 http://debbugs.gnu.org/cgi-bin/bugreport.cgi?bug=14038 ** Changed in: emacs Importance: Undecided = Unknown ** Changed in: emacs Status: Fix Released = Unknown ** Changed in: emacs Remote watch: None = debbugs.gnu.org #14038 -- You

[Desktop-packages] [Bug 1425972]

2015-03-12 Thread Noitidart
I don't think this works on windows. I opened my 2nd profile with this: firefox.exe -P Dev -no-remote Then tried to open a new tab in that profile with this: firefox.exe -P Dev -remote openURL(http://www.bing.com,new-tab) it didnt work :( -- You received this bug notification because you are

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-12 Thread Bug Watch Updater
** Changed in: python Status: Unknown = New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in GNU Emacs:

[Desktop-packages] [Bug 1425972]

2015-03-12 Thread Noitidart
(In reply to Pavlos Touboulidis from comment #79) (In reply to noitidart from comment #78) I opened my 2nd profile with this: firefox.exe -P Dev -no-remote Try firefox.exe -P Dev -new-instance Thanks Pavlos I tried that. 1) firefox.exe -P Dev -new-instance 2) it opened new window of the

[Desktop-packages] [Bug 1425972]

2015-03-12 Thread Mh+mozilla
(In reply to noitidart from comment #80) (In reply to Pavlos Touboulidis from comment #79) (In reply to noitidart from comment #78) I opened my 2nd profile with this: firefox.exe -P Dev -no-remote Try firefox.exe -P Dev -new-instance Thanks Pavlos I tried that. 1) firefox.exe

[Desktop-packages] [Bug 1425972]

2015-03-11 Thread pav
(In reply to noitidart from comment #78) I opened my 2nd profile with this: firefox.exe -P Dev -no-remote Try firefox.exe -P Dev -new-instance -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972]

2015-03-10 Thread Jypenator
So, if I'm following correctly: -remote was removed in Fx 36, readded in the chemspill 36.0.1 and won't be removed in 37 at least? Is this correct (We also need to update Fx 36 for devs). A tip that we'll help us: if you back-out a bug that has dev-doc- complete, please turn it back to

[Desktop-packages] [Bug 1425972]

2015-03-10 Thread Mh+mozilla
It's in 36.0.1, but it's guaranteed to still be there in 37. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in

[Desktop-packages] [Bug 1425972]

2015-03-10 Thread Mh+mozilla
(In reply to Jean-Yves Perrier [:teoli] from comment #75) So, if I'm following correctly: -remote was removed in Fx 36, readded in the chemspill 36.0.1 and won't be removed in 37 at least? Is this correct (We also need to update Fx 36 for devs). Err, I missed a not in my sentence. It is

[Desktop-packages] [Bug 1425972]

2015-03-10 Thread Liquitsnake
Just a note, the documentation should be updated that the feature has been re-included. https://developer.mozilla.org/en- US/docs/Mozilla/Command_Line_Options#-remote_remote_command -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1425972]

2015-03-10 Thread Noitidart
(In reply to haarp from comment #72) Just a note, the documentation should be updated that the feature has been re-included. https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#- remote_remote_command Ok i can do that. Should i update it to say: Not availabile in Gecko

[Desktop-packages] [Bug 1425972]

2015-03-10 Thread Noitidart
(In reply to Mike Hommey [:glandium] from comment #74) It's in 36.0.1, but it's guaranteed to still be there in 37. Awesome thanks ill check docs and update if its not updated yet! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1425972]

2015-03-09 Thread Noitidart
Quick update, another thing this broke is the Windows 7 + jump menu: http://i.imgur.com/OiyEzUI.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer

[Desktop-packages] [Bug 1425972]

2015-03-09 Thread Mh+mozilla
(In reply to noitidart from comment #69) Quick update, another thing this broke is the Windows 7 + jump menu: http://i.imgur.com/OiyEzUI.png This makes no sense, those are not using -remote: https://dxr.mozilla.org/mozilla- central/source/browser/modules/WindowsJumpLists.jsm#91 -- You

[Desktop-packages] [Bug 1425972]

2015-03-09 Thread Noitidart
(In reply to Mike Hommey [:glandium] from comment #70) (In reply to noitidart from comment #69) Quick update, another thing this broke is the Windows 7 + jump menu: http://i.imgur.com/OiyEzUI.png This makes no sense, those are not using -remote:

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 36.0.1+build2-0ubuntu0.14.04.1 --- firefox (36.0.1+build2-0ubuntu0.14.04.1) trusty-security; urgency=medium * New upstream stable release (FIREFOX_36_0_1_BUILD2) - see LP: #1429115 - revert removal of the deprecated -remote

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-09 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 36.0.1+build2-0ubuntu0.14.10.1 --- firefox (36.0.1+build2-0ubuntu0.14.10.1) utopic-security; urgency=medium * New upstream stable release (FIREFOX_36_0_1_BUILD2) - see LP: #1429115 - revert removal of the deprecated -remote

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-09 Thread Mathew Hodson
** Bug watch removed: Mozilla Bugzilla #1133731 https://bugzilla.mozilla.org/show_bug.cgi?id=1133731 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-08 Thread Bug Watch Updater
Launchpad has imported 69 comments from the remote bug at https://bugzilla.mozilla.org/show_bug.cgi?id=1080319. 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

[Desktop-packages] [Bug 1425972]

2015-03-07 Thread john pleasa
*** Bug 11631 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in

[Desktop-packages] [Bug 1425972]

2015-03-07 Thread Main-haarp
(In reply to Evangelos Foutras from comment #6) FTR, Firefox 36.0.1 has restored the -remote option as it broke many use cases without any real benefit. We could possibly revert commit 8022a52 in exo, though I can't think of an upside to using -remote in this context. Seeing as -remote seems

[Desktop-packages] [Bug 1425972]

2015-03-07 Thread Evangelos Foutras
FTR, Firefox 36.0.1 has restored the -remote option as it broke many use cases without any real benefit. We could possibly revert commit 8022a52 in exo, though I can't think of an upside to using -remote in this context. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-07 Thread Mathew Hodson
** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=1080319 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Brian Murray
** Tags removed: verification-needed ** Tags added: verification-done-trusty -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: firefox (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: firefox (Ubuntu Trusty) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: firefox (Ubuntu Utopic) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Chris Coulson
** Also affects: firefox (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Jochen Seidel
The proposed package fixed the bug for me. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in exo: Fix Released

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Mathew Hodson
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19921 is the upstream emacs bug. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Mathew Hodson
** Bug watch added: Debian Bug tracker #779330 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779330 ** Also affects: exo (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779330 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Ivan Frederiks
LOL, Firefox developers returned -remote option in 36.0.1 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in exo:

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Bug Watch Updater
** Changed in: exo (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in exo:

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-06 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 36.0.1+build2-0ubuntu1 --- firefox (36.0.1+build2-0ubuntu1) vivid; urgency=medium * New upstream stable release (FIREFOX_36_0_1_BUILD2) - see LP: #1429115 - revert removal of the deprecated -remote command line option, as some

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-05 Thread Greg
# 7 fixed it for me too. Clicking on links in Thunderbird that went to a new blank Firefox window was driving me crazy after the recent update. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-05 Thread Brian Murray
Hello David, or anyone else affected, Accepted exo into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/exo/0.10.2-3ubuntu1.14.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-05 Thread Ang Bongsong
I can confirm this bug, and that the fix mentioned in comment #7 (https://bugs.launchpad.net/ubuntu/+source/emacs24/+bug/1425972/comments/7) resolves it. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/exo -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in exo: Fix

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Brian Murray
** Also affects: exo (Ubuntu Utopic) Importance: Undecided Status: New ** Also affects: emacs24 (Ubuntu Utopic) Importance: Undecided Status: New ** Also affects: exo (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: emacs24 (Ubuntu Trusty)

[Desktop-packages] [Bug 1425972] Missing SRU information

2015-03-04 Thread Brian Murray
Thanks for uploading the fix for this bug report to -proposed. However, when reviewing the package in -proposed and the details of this bug report I noticed that the bug description is missing information required for the SRU process. You can find full details at

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Brian Murray
Actually 0.10.2-4, isn't even in trusty so the version number for the trusty upload makes even less sense. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Brian Murray
The convention for package version is to use the release so instead of 0.10.2-4ubuntu0.2 use 0.10.2-4ubuntu0.14.10.1. With the version numbers that you've used if the Trusty version of the package needs an update that the Utopic version doesn't we'll need to become creative with the version

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: exo (Ubuntu Utopic) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: emacs24 (Ubuntu Trusty) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: emacs24 (Ubuntu Utopic) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: exo (Ubuntu Trusty) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Sean Davis
Attaching debdiff for trusty. ** Patch added: debdiff for trusty 14.04.2 https://bugs.launchpad.net/ubuntu/+source/emacs24/+bug/1425972/+attachment/4334749/+files/exo-trusty_14.04.2.debdiff ** Changed in: exo (Ubuntu Trusty) Status: Confirmed = In Progress -- You received this bug

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Damian Yerrick
Just in case others are searching for the symptoms I'm seeing in Xubuntu 14.04: * Following links in XChat opens a new empty Firefox window * ubuntu-bug opens a new empty Firefox window -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Sean Davis
** Changed in: exo (Ubuntu Utopic) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Yetisaurus Akjas
In Xubuntu 12.04.5 with xfdesktop 4.8.3-2ubuntu7 clicking links in pidgin 1:2.10.3-0ubuntu1.6 opens a Firefox new window with the homepage set in Firefox, although clicking links in e-mails in thunderbird 1:31.5.0+build1-0ubuntu0.12.04.1 opens the link in a new Firefox tab (normal/expected

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread Sean Davis
** Description changed: + [Impact] + As of Firefox version 36, the -remote commandline parameter was dropped. This parameter is used in versions of exo prior to 0.10.3. Because of this, opening any URLs via exo-open will cause a new firefox window to launch at the home screen. + + As

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-04 Thread cousteau
When is a patch coming to precise? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu. https://bugs.launchpad.net/bugs/1425972 Title: Firefox no longer supports -remote parameter Status in exo: Fix Released Status in

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-02 Thread ajgreeny
This comment is copied from my entry in https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1427144 I also had this problem, not only with links in Thunderbird but also in Libreoffice documents, which both opened Firefox at my chosen homepage, not the link URL. I have always changed my

[Desktop-packages] [Bug 1425972] Re: Firefox no longer supports -remote parameter

2015-03-02 Thread Unit 193
** Patch added: exo-vivid.debdiff https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1425972/+attachment/4332502/+files/exo-vivid.debdiff -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to emacs24 in Ubuntu.

  1   2   >