Re: [patch] Add .desktop files

2006-10-02 Thread Enrico Forestieri
On Mon, Oct 02, 2006 at 05:30:37PM +0200, Georg Baum wrote: > Enrico Forestieri wrote: > > > Even if /usr/share/applications exists and is used on solaris, > > desktop-file-install is not present. > > You mean it is used for .desktop files? Exactly. GNOME is bundled with Solaris. The .desktop fi

Re: [patch] Add .desktop files

2006-10-02 Thread Rex Dieter
Georg Baum wrote: > Rex Dieter wrote: > >> Georg Baum wrote: >>> Slightly bigger patch. >> >> Why >> +StartupNotify=false > > I don't know. I got the files from bugzilla. Should I set this to true, or > just leave it out? I'd recommend just leaving it out. -- Rex

Re: [patch] Add .desktop files

2006-10-02 Thread Georg Baum
Enrico Forestieri wrote: > Even if /usr/share/applications exists and is used on solaris, > desktop-file-install is not present. You mean it is used for .desktop files? Georg

Re: [patch] Add .desktop files

2006-10-02 Thread Enrico Forestieri
On Mon, Oct 02, 2006 at 10:30:02AM +0100, José Matos wrote: > On Monday 02 October 2006 09:45, Jean-Marc Lasgouttes wrote: > > Also, I think this > > should only be installed on linux-like desktops. How can we check for > > that? Check whether $datadir/applications exists? > > Check for the pr

Re: [patch] Add .desktop files

2006-10-02 Thread José Matos
On Monday 02 October 2006 09:45, Jean-Marc Lasgouttes wrote: > Do you plan to use it for 1.4 too? It could be possible. I am not sure > whether this can step on packager's toes, though. At least Fedora has an explicit policy of preferring the original desktop files. I think that the same applie

Re: [patch] Add .desktop files

2006-10-02 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Do you plan to use it for 1.4 too? If you would like it there, yes. > It could be possible. I am not sure > whether this can step on packager's toes, though. Actually the bug report came from a packager. I don't know what other packagers think. > Also, I think th

Re: [patch] Add .desktop files

2006-10-02 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Slightly bigger patch. Georg Do you plan to use it for 1.4 too? It could be possible. I am not sure whether this can step on packager's toes, though. Also, I think this should only be installed on linux-like desktops. How can we check

Re: [patch] Add .desktop files

2006-10-02 Thread Georg Baum
Rex Dieter wrote: > Georg Baum wrote: >> Slightly bigger patch. > > Why > +StartupNotify=false I don't know. I got the files from bugzilla. Should I set this to true, or just leave it out? Georg

Re: [patch] Add .desktop files

2006-10-01 Thread Rex Dieter
Georg Baum wrote: > Slightly bigger patch. Why +StartupNotify=false ? -- Rex

Re: [patch] Add .desktop files

2006-09-30 Thread Georg Baum
Slightly bigger patch. Georg Index: src/frontends/gtk/Makefile.am === --- src/frontends/gtk/Makefile.am (Revision 15186) +++ src/frontends/gtk/Makefile.am (Arbeitskopie) @@ -148,3 +148,6 @@ libgtk_la_SOURCES = \ xftFontLoader.C \

[patch] Add .desktop files

2006-09-30 Thread Georg Baum
This patch fixes bug 2820: http://bugzilla.lyx.org/show_bug.cgi?id=2820 It goes in tomorrow if nobody objects. Georg