* 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
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 "
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
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
>
* 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?
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