diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-11-13 23:49:47 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-14 00:06:38 -0600 |
commit | 1a18ddc0eecb493a1297766096fcb0e58416b4b4 (patch) | |
tree | 3b6092a91c59c6b1447fa2f7d885e5d38799273d /network/gwibber/known-issues.txt | |
parent | 7a4bb77308c8df61bcd10f593823d1f0a8ecb285 (diff) | |
download | slackbuilds-1a18ddc0eecb493a1297766096fcb0e58416b4b4.tar.gz |
network/gwibber: Removed
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/gwibber/known-issues.txt')
-rw-r--r-- | network/gwibber/known-issues.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/network/gwibber/known-issues.txt b/network/gwibber/known-issues.txt deleted file mode 100644 index 91057167a2..0000000000 --- a/network/gwibber/known-issues.txt +++ /dev/null @@ -1,28 +0,0 @@ -Know issue: When using gwibber, links that are opened in an external -browser may not open. Running gwibber from the command line will most -likely give you a similar error like the following. - -Traceback (most recent call last): - File "/usr/lib/python2.6/site-packages/gwibber/client.py", line 757, in <lambda> - actHelpOnline.connect("activate", lambda *a: gintegration.load_url("https://answers.launchpad.net/gwibber")) - File "/usr/lib/python2.6/site-packages/gwibber/gintegration.py", line 57, in load_url - def load_url(url): gnome.url_show(url) -glib.GError: There was an error launching the default action command associated with this location. - -This is most likely a link to a nonexistent firefox directory that hasn't -been updated by GConf upon firefox upgrades. You can verify this by running: - -gconftool-2 -g /desktop/gnome/url-handlers/https/command - -This command should return something like: - -/usr/lib/firefox-3.5.2/firefox "%s" - -You can use the symlink to firefox instead, as to avoid future issues -with firefox upgrades. To use the symlinks run the following commands. -Change commands for lib64 where appropriate. - -gconftool-2 -s -t string /desktop/gnome/url-handlers/https/command '/usr/lib/firefox/firefox "%s"' -gconftool-2 -s -t string /desktop/gnome/url-handlers/http/command '/usr/lib/firefox/firefox "%s"' -gconftool-2 -s -t string /desktop/gnome/url-handlers/ftp/command '/usr/lib/firefox/firefox "%s"' -gconftool-2 -s -t string /desktop/gnome/url-handlers/chrome/command '/usr/lib/firefox/firefox "%s"' |