Skip to content

Commit 06780ba

Browse files
authored
Categories for Linux desktop entry (#460)
1 parent 731dbf1 commit 06780ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/linux.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
--java-options '"-Djdk.gtk.version=2"' \
5050
--java-options '"--add-opens=javafx.fxml/javafx.fxml=ALL-UNNAMED"' \
5151
--java-options '"-Djava.library.path=/opt/scenebuilder/lib/runtime/bin:/opt/scenebuilder/lib/runtime/lib"' \
52+
--linux-menu-group '"Development;Building;GUIDesigner;Java;"' \
5253
--resource-dir app/assets/linux
5354
--install-dir /opt \
5455
--type deb
@@ -58,6 +59,7 @@ jobs:
5859
--icon app/assets/linux/icon-linux.png \
5960
--java-options '"-Djdk.gtk.version=2"' \
6061
--java-options '"--add-opens=javafx.fxml/javafx.fxml=ALL-UNNAMED"' \
62+
--linux-menu-group '"Development;Building;GUIDesigner;Java;"' \
6163
--resource-dir app/assets/linux
6264
--install-dir /opt \
6365
--type rpm
@@ -83,4 +85,4 @@ jobs:
8385
env:
8486
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
8587
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
86-
S3_PATH: ${{ steps.variables.outputs.S3_PATH }}
88+
S3_PATH: ${{ steps.variables.outputs.S3_PATH }}

app/assets/linux/SceneBuilder.desktop

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Terminal=false
77
Type=Application
88
Categories=DEPLOY_BUNDLE_CATEGORY
99
DESKTOP_MIMES
10-
StartupWMClass=com.oracle.javafx.scenebuilder.app.SceneBuilderApp
10+
StartupWMClass=com.oracle.javafx.scenebuilder.app.SceneBuilderApp

0 commit comments

Comments
 (0)