Thank you very much!

On Sat, Aug 10, 2013 at 8:54 PM, Matthew Flatt <mfl...@cs.utah.edu> wrote:

> I've added support for ".desktop" files for GUI launchers on Unix. When
> an "info.rkt" file specifies a launcher for "<name>.rkt", then if
> "<name>.desktop" exists, "<name>.desktop" is used as the initial
> content of the executable's ".desktop" file; "Exec" and "Icon" entries
> are added automatically to the end. A "<name>.png" or "<name>.ico" file
> provides the ".desktop" file's icon.
>
> For an in-place installation, installation-scoped ".desktop" files go
> into "share/applications", and they use relative paths for "Exec" and
> "Icon". Relative paths are not actually supported in ".desktop" files,
> so the ".desktop" files are essentially templates for creating useful
> ".desktop" files. (Relative paths are used, even though they are not
> supported in ".desktop" files, because an in-place installation is
> meant to have no absolute paths.)
>
> For a Unix-style installation, then installation-scoped ".desktop"
> files have full paths. The destination for ".desktop" files can be
> adjusted with the `--appsdir' flag to `configure' (or by an end user
> when installing a distribution). The default destination is
> "${prefix}/share/applications", which means that ".desktop" files to
> the usual system-wide place when "${prefix}" is "/usr".
>
> Finally, if a package that provides an application is installed in user
> scope, then the generated ".desktop" file in
> "~/.racket/<version>/share/applications" uses full paths, so it should
> work as expected.
>
> _________________________
>   Racket Developers list:
>   http://lists.racket-lang.org/dev
>
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to