diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-04 14:37:41 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-06 19:24:23 +0900 |
commit | 6a98f451b6617ce0a3602f2e21b26acfb2bd6e8e (patch) | |
tree | 3bbc830d916e9eaf9b130d0da0cb2536030465ef | |
parent | 047fd25ca1b0269a159858c1c9e5249d7a82cd7c (diff) | |
download | tde-style-baghira-6a98f451b6617ce0a3602f2e21b26acfb2bd6e8e.tar.gz tde-style-baghira-6a98f451b6617ce0a3602f2e21b26acfb2bd6e8e.zip |
Add desktop lunched "bab".
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 6216a7aa09fecd0262e90e9ee596eb711f8f65ad)
-rw-r--r-- | bab/CMakeLists.txt | 5 | ||||
-rw-r--r-- | bab/bab.desktop | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bab/CMakeLists.txt b/bab/CMakeLists.txt index 2d73e64..08aa044 100644 --- a/bab/CMakeLists.txt +++ b/bab/CMakeLists.txt @@ -33,3 +33,8 @@ tde_add_executable( bab AUTOMOC DESTINATION ${BIN_INSTALL_DIR} ) + + +##### other data + +tde_create_translated_desktop( bab.desktop ) diff --git a/bab/bab.desktop b/bab/bab.desktop index 6467f74..5ce0618 100644 --- a/bab/bab.desktop +++ b/bab/bab.desktop @@ -9,3 +9,4 @@ Exec=bab %i %m -caption "%c" Icon=baghira X-DocPath= Terminal=0 +Categories=Settings;DesktopSettings; |