diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-05 01:18:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-05 01:18:48 +0800 |
commit | 627d7e03123021f4309f94f1f080c85e04d38fee (patch) | |
tree | cedc27a150d390fe6747ca817892cfacac4e2f21 /x11 | |
parent | 7f747b253a7319b1ffa6faf6397c6d1e00d3ba33 (diff) | |
download | marcuscom-ports-627d7e03123021f4309f94f1f080c85e04d38fee.tar.gz marcuscom-ports-627d7e03123021f4309f94f1f080c85e04d38fee.tar.zst marcuscom-ports-627d7e03123021f4309f94f1f080c85e04d38fee.zip |
Fix default launchers in gnome-shell. It default to firefox, replace it with
epiphany.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16160 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-shell/files/patch-data_org.gnome.shell.gschema.xml.in | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 4170dd6bb..c2eb05010 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,12 +3,12 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.37 2011/05/28 12:31:53 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.38 2011/06/10 21:14:07 mezz Exp $ # PORTNAME= gnome-shell PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11/gnome-shell/files/patch-data_org.gnome.shell.gschema.xml.in b/x11/gnome-shell/files/patch-data_org.gnome.shell.gschema.xml.in new file mode 100644 index 000000000..cd42ad9fb --- /dev/null +++ b/x11/gnome-shell/files/patch-data_org.gnome.shell.gschema.xml.in @@ -0,0 +1,11 @@ +--- data/org.gnome.shell.gschema.xml.in.orig 2011-09-02 12:44:15.000000000 +0200 ++++ data/org.gnome.shell.gschema.xml.in 2011-09-04 19:13:22.000000000 +0200 +@@ -30,7 +30,7 @@ + </_description> + </key> + <key name="favorite-apps" type="as"> +- <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ]</default> ++ <default>[ 'epiphany.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ]</default> + <_summary>List of desktop file IDs for favorite applications</_summary> + <_description> + The applications corresponding to these identifiers |