Re: lyx.desktop.in with absolute paths

2014-05-08 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 21:47:59, schrieb Kornel Benko > Am Dienstag, 6. Mai 2014 um 21:35:23, schrieb Enrico Forestieri > > > On Tue, May 06, 2014 at 08:44:18PM +0200, Kornel Benko wrote: > > > > > > I cannot get it to be shown in menu. > > > > Most probably you have problems with the PAT

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 21:35:23, schrieb Enrico Forestieri > On Tue, May 06, 2014 at 08:44:18PM +0200, Kornel Benko wrote: > > > > I cannot get it to be shown in menu. > > Most probably you have problems with the PATH used by your desktop > environment. Try removing the "TryExec=" line from

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 08:44:18PM +0200, Kornel Benko wrote: > > I cannot get it to be shown in menu. Most probably you have problems with the PATH used by your desktop environment. Try removing the "TryExec=" line from the .dekstop file and check whether that makes it appear. -- Enrico

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 19:24:44, schrieb Enrico Forestieri > On Tue, May 06, 2014 at 07:13:20PM +0200, Enrico Forestieri wrote: > > > > But you don't have to click those files. Rather, you should put them in > > ~/.local/share/applications, /usr/local/share/applications or > > /usr/share/app

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 07:13:20PM +0200, Enrico Forestieri wrote: > > But you don't have to click those files. Rather, you should put them in > ~/.local/share/applications, /usr/local/share/applications or > /usr/share/applications (precedence is from left to right) > and then maybe issue some co

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 18:55:08, schrieb Jürgen Spitzmüller > 2014-05-06 18:36 GMT+02:00 Kornel Benko: > > > > > I can't help. On ubuntu, if I click on it under gnome-desktop, it simply > > did not run. > > > > On OpenSuse, with Gnome 3.12, it does. > > > > All other .desktop files here _are_

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 06:36:47PM +0200, Kornel Benko wrote: > Am Dienstag, 6. Mai 2014 um 18:10:39, schrieb Enrico Forestieri > > > On Tue, May 06, 2014 at 05:40:30PM +0200, Kornel Benko wrote: > > > > > > I have problems using lyx.desktop in the existing form. Changing all > > > paths to abso

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Jürgen Spitzmüller
2014-05-06 18:36 GMT+02:00 Kornel Benko: > > I can't help. On ubuntu, if I click on it under gnome-desktop, it simply > did not run. > On OpenSuse, with Gnome 3.12, it does. > All other .desktop files here _are_ 'executable'. > They are not here (not even gnome's own). Jürgen

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
Am Dienstag, 6. Mai 2014 um 18:10:39, schrieb Enrico Forestieri > On Tue, May 06, 2014 at 05:40:30PM +0200, Kornel Benko wrote: > > > > I have problems using lyx.desktop in the existing form. Changing all paths > > to > > absolute cures it for me, but I am unsure about the effect it may have on

Re: lyx.desktop.in with absolute paths

2014-05-06 Thread Enrico Forestieri
On Tue, May 06, 2014 at 05:40:30PM +0200, Kornel Benko wrote: > > I have problems using lyx.desktop in the existing form. Changing all paths to > absolute cures it for me, but I am unsure about the effect it may have on > autoconf build. > > Also the .desktop here (on linux) has to have set the e

lyx.desktop.in with absolute paths

2014-05-06 Thread Kornel Benko
I have problems using lyx.desktop in the existing form. Changing all paths to absolute cures it for me, but I am unsure about the effect it may have on autoconf build. Also the .desktop here (on linux) has to have set the executable flag, otherwise it is not usable. I propose the appended chang