[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2017-11-21 Thread Anthony Naddeo
For me, this was caused by my custom .desktop file. I downloaded
Firefox, unpacked it to my home and created a .desktop file for it in
~/.local/share/applicaitons as so:

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_US]=firefox
Name[en_US]=Firefox latest
Exec=/home/local/ANT/naddeo/firefox/firefox
Comment[en_US]=Firefox directly from tgz
Name=Firefox latest
Comment=Firefox directly from tgz
Icon=firefox

The issue was caused by my Exec line. I had to update it to this:

Exec=/home/local/ANT/naddeo/firefox/firefox %u

Then external link clicks starting working again. I found that out by
looking at the .desktop file that the Firefox in the ubuntu repos uses
at /usr/share/applications/firefox.desktop and copying that.

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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

[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2015-03-06 Thread Jochen Seidel
Turned out to be
https://bugs.launchpad.net/ubuntu/+source/emacs24/+bug/1425972

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035221

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2015-03-06 Thread Jochen Seidel
I started to see the same behaviour after the last update under Ubuntu
14.04.2 LTS trusty. So far I was unable to fix it with the suggestions
from above.

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2014-04-22 Thread Martin Gasparek
Actualy, I just realized the problem was in parameter "exec" in that
desktop file.. Old one had google-chrome  , or /usr/bin/google-chrome
and the new one has

Exec=/usr/bin/google-chrome-stable %U

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2014-04-22 Thread Martin Gasparek
Thank you Dominik, I had the same problem with google-chrome browser and
this helped me. I removed ~/.local/share/applications/google-
chrome.desktop and replaced it with /usr/share/applications/google-
chrome.desktop

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2012-09-23 Thread Dominik Stadler
After a lot of digging into the various involved components including
some "stracing" I found out why it didn't work and how to fix this:

It seems the default applications are found via .desktop files in
/home//.local/share/applications. I had some older entries in
there, probably from Ubuntu editions from a few years back (I am not a
fan of re-installing and usually update from one to the next version).
There were several firefox entries in there, when I removed all of them,
I could not select firefox any more as default application in the system
settings, however when I copied over the firefox.desktop entry from
/usr/share/applications/ and re-selected firefox as the default
application, I can now open http-links from all the applications again.

Not sure who or what is to blame here, somehow my deleted-files folder
does not show the removed .desktop files any more, so I cannot post them
to allow for closer analysis, maybe the original reporter with the same
problem can post the files.

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2012-09-23 Thread Dominik Stadler
Changing the default browser under "System settings - Information -
Default-Applications - Web" has effect, although changing back to
firefox does not fix it.

Changing the command in the gnome property browser under "/desktop/gnome
/url-handlers/http/command" does not have any effect on gnome-open, so
it seems this is not used and there are actually at least two places,
where this is configured...

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2012-09-23 Thread Dominik Stadler
I have this on precise...

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2012-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xdg-utils (Ubuntu)
   Status: New => Confirmed

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2012-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libgnome (Ubuntu)
   Status: New => Confirmed

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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


[Bug 1035221] Re: xdg-open/gnome-open opens blank firefox

2012-08-12 Thread Greg Auger
It's worth noting that this bug doesn't exhibit itself in a guest
session.

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

Title:
  xdg-open/gnome-open opens blank firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/1035221/+subscriptions

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