diff options
author | Reinaldo Deprera <rdeprera@gmail.com> | 2022-04-03 06:27:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-04 13:55:01 (GMT) |
commit | ebc1c60d43d9ab08e432598f62fe835d1817135d (patch) | |
tree | 8d73c6b7f71aa134ce0008ebf14e363183b99804 /Source/QtDialog | |
parent | fff8f3bee92d9f139c48cdc194ca826447fc402a (diff) | |
download | CMake-ebc1c60d43d9ab08e432598f62fe835d1817135d.zip CMake-ebc1c60d43d9ab08e432598f62fe835d1817135d.tar.gz CMake-ebc1c60d43d9ab08e432598f62fe835d1817135d.tar.bz2 |
cmake-gui: Add "Building" category to freedesktop menu spec
Add "Building" to Categories parameters like suggested by the
specification [1] for better XFCE/GNome/Plasma menu integration.
[1] https://specifications.freedesktop.org/menu-spec/latest/apas02.html
Diffstat (limited to 'Source/QtDialog')
-rw-r--r-- | Source/QtDialog/cmake-gui.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/cmake-gui.desktop b/Source/QtDialog/cmake-gui.desktop index 842091f..0299c9d 100644 --- a/Source/QtDialog/cmake-gui.desktop +++ b/Source/QtDialog/cmake-gui.desktop @@ -7,6 +7,6 @@ Icon=CMakeSetup Terminal=false X-MultipleArgs=false Type=Application -Categories=Development; +Categories=Development;Building; StartupNotify=true MimeType=application/x-cmakecache; |