Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-21 Thread Dmitry Marakasov
* Anonymous (swel...@gmail.com) wrote: > Don't you need to run update-desktop-database during post-install? > It's not like using DESKTOPDIR or DESKTOP_ENTRIES adds appropriate > @exec/@unexec in plist for you. Yes I had that in mind. That may be done automatically for DESKTOP_ENTRIES, and for so

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-20 Thread Anonymous
Dmitry Marakasov writes: > To make adding DESKTOP_ENTRIES simple and fun, here's a script called > "de" which outputs a template for desktop entry when run from port's > directory: > > --- de begins here --- > #!/bin/sh > > echo "DESKTOP_ENTRIES=\"`make -V PORTNAME`\" \\" > echo "

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-20 Thread Vitaly Magerya
On 19/08/2009, Dmitry Marakasov wrote: > Here's the list of ports that depend on libX11 (based on INDEX-8) and do > not either have DESKTOP_ENTRIES in Makefile or share/applications/*.desktop > in pkg-plist: > > http://people.freebsd.org/~amdmi3/desktop-needed.txt Should interactive console appli

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-19 Thread piotr . smyrak
On Wed, 19 Aug 2009 19:34:05 +0400, Dmitry Marakasov wrote > > I'd like to receive patch review and feedback. Also, I > don't really understand what StartupNotification really is > (true/false in the end of DESKTOP_ENTRY) and how to > determine which is suitable for this or that port - could >

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-19 Thread Dmitry Marakasov
* Max Brazhnikov (m...@issp.ac.ru) wrote: > > I'd like to receive patch review and feedback. Also, I don't really > > understand what StartupNotification really is (true/false in the end of > > DESKTOP_ENTRY) and how to determine which is suitable for this or that > > port - could anyone explain?

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-19 Thread Max Brazhnikov
On Wed, 19 Aug 2009 19:34:05 +0400, Dmitry Marakasov wrote: > I'd like to receive patch review and feedback. Also, I don't really > understand what StartupNotification really is (true/false in the end of > DESKTOP_ENTRY) and how to determine which is suitable for this or that > port - could anyone