[CMake] [PATCH] install desktop file for cmake-gui

Hendrik Sattler post at hendrik-sattler.de
Wed Mar 5 16:38:21 EST 2008


Am Mittwoch 05 März 2008 schrieb Alexander Neundorf:
> attached you can find a patch which installs a freedesktop desktop file for
> cmake-gui together with an icon, so that cmake should appear in the start
> menus of KDE, Gnome, etc. (tested with KDE 3.5)
>
> I'm not sure if the desktop file should just call "cmake-gui" in Exec, or
> if it should be a configured file with the full path to cmake-gui, e.g.
> Exec=/opt/cmake-HEAD/bin/cmake-gui .
> Comments ?

Yes. Would it be possible to connect it to CMakeLists.txt files? Maybe with a 
new mime type text/x-cmake?

Comment should be "Cross-platform build system".

Can cmake-gui open more than one file? I guess it's only one so the Exec line 
should be "cmake-gui %f".

HS


More information about the CMake mailing list