diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-05-30 12:54:33 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-05-30 12:54:33 +0100 |
commit | d4704129d7b2050380a20a68084608a1def84b26 (patch) | |
tree | 7463ef7ef135474f93496cb0a5a975a668105dbb /gentoobrowse-api/unittests/fixtures/4156eb45cf3b0ce1d7125b84efd8688c2d6e831d/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt | |
parent | Build most things by default (diff) | |
parent | Ignore .ebuild files, lots of them and we don't use them (diff) | |
download | gentoobrowse-api-d4704129d7b2050380a20a68084608a1def84b26.tar.bz2 gentoobrowse-api-d4704129d7b2050380a20a68084608a1def84b26.tar.xz gentoobrowse-api-d4704129d7b2050380a20a68084608a1def84b26.zip |
Merge branch 'gentoobrowse-api-maint2'
Diffstat (limited to 'gentoobrowse-api/unittests/fixtures/4156eb45cf3b0ce1d7125b84efd8688c2d6e831d/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt')
-rw-r--r-- | gentoobrowse-api/unittests/fixtures/4156eb45cf3b0ce1d7125b84efd8688c2d6e831d/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gentoobrowse-api/unittests/fixtures/4156eb45cf3b0ce1d7125b84efd8688c2d6e831d/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt b/gentoobrowse-api/unittests/fixtures/4156eb45cf3b0ce1d7125b84efd8688c2d6e831d/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt new file mode 100644 index 0000000..823413d --- /dev/null +++ b/gentoobrowse-api/unittests/fixtures/4156eb45cf3b0ce1d7125b84efd8688c2d6e831d/metadata/news/2011-04-27-glib-228/2011-04-27-glib-228.en.txt @@ -0,0 +1,37 @@ +Title: Upgrade to GLIB 2.28 +Author: The Gentoo Freedesktop Maintainers <freedesktop-bugs@gentoo.org> +Content-Type: text/plain +Posted: 2011-04-27 +Revision: 1 +News-Item-Format: 1.0 +Display-If-Installed: <dev-libs/glib-2.28 + +The method for setting default applications for specific URI types +(https://, mailto://, etc.) changed in dev-libs/glib-2.28 and newer. +If you previously set them in GConf using the Configuration Editor, +they will now be ignored. + +If you use GNOME, you must upgrade gnome-session and +gnome-control-center and set your default browser/mail-client again. + +If you don't use GNOME, you should ensure that the file +~/.local/share/applications/mimeapps.list has the following content: + +[Added Associations] +x-scheme-handler/http=$browser_name.desktop; +x-scheme-handler/https=$browser_name.desktop; +x-scheme-handler/mailto=$mailclient_name.desktop; + +Replace $browser_name.desktop and $mailclient_name.desktop with the +appropriate file from /usr/share/applications that can handle +http/https/mailto URIs. + +The system-wide version of the file is often at +/usr/share/applications/defaults.list instead. + +Please make sure that your browsers and mail clients have been upgraded +to the latest stable versions before doing all this. + +More information about using defaults.list and mimeapps.list is at: + +http://www.freedesktop.org/wiki/Specifications/mime-actions-spec |