Magellan Linux

Annotation of /trunk/gimp/patches/gimp-2.6.11-xdg.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1596 - (hide annotations) (download)
Tue Dec 6 00:38:56 2011 UTC (12 years, 6 months ago) by niro
File size: 1485 byte(s)
-more patches
1 niro 1596 diff -up gimp-2.6.2/app/config/gimpguiconfig.c.xdg-open gimp-2.6.2/app/config/gimpguiconfig.c
2     --- gimp-2.6.2/app/config/gimpguiconfig.c.xdg-open 2008-10-30 10:27:56.000000000 +0100
3     +++ gimp-2.6.2/app/config/gimpguiconfig.c 2008-10-31 11:25:54.000000000 +0100
4     @@ -45,7 +45,7 @@
5     #elif PLATFORM_OSX
6     # define DEFAULT_WEB_BROWSER "open %s"
7     #else
8     -# define DEFAULT_WEB_BROWSER "firefox %s"
9     +# define DEFAULT_WEB_BROWSER "xdg-open %s"
10     #endif
11    
12    
13     diff -up gimp-2.6.2/docs/gimprc.5.in.xdg-open gimp-2.6.2/docs/gimprc.5.in
14     --- gimp-2.6.2/docs/gimprc.5.in.xdg-open 2008-10-30 10:29:00.000000000 +0100
15     +++ gimp-2.6.2/docs/gimprc.5.in 2008-10-31 11:24:26.000000000 +0100
16     @@ -788,7 +788,7 @@ Sets the browser used by the help system
17     web-browser.
18    
19     .TP
20     -(web-browser "firefox %s")
21     +(web-browser "xdg-open %s")
22    
23     Sets the external web browser to be used. This can be an absolute path or the
24     name of an executable to search for in the user's PATH. If the command
25     diff -up gimp-2.6.2/etc/gimprc.xdg-open gimp-2.6.2/etc/gimprc
26     --- gimp-2.6.2/etc/gimprc.xdg-open 2008-10-30 10:33:24.000000000 +0100
27     +++ gimp-2.6.2/etc/gimprc 2008-10-31 11:24:26.000000000 +0100
28     @@ -625,7 +625,7 @@
29     # appended to the command with a space separating the two. This is a single
30     # filename.
31     #
32     -# (web-browser "firefox %s")
33     +# (web-browser "xdg-open %s")
34    
35     # When enabled, the online user manual will be used by the help system.
36     # Otherwise the locally installed copy is used. Possible values are yes and