Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Categories for Linux desktop entry #460

Merged
merged 2 commits into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
--java-options '"-Djdk.gtk.version=2"' \
--java-options '"--add-opens=javafx.fxml/javafx.fxml=ALL-UNNAMED"' \
--java-options '"-Djava.library.path=/opt/scenebuilder/lib/runtime/bin:/opt/scenebuilder/lib/runtime/lib"' \
--linux-menu-group '"Development;Building;GUIDesigner;Java;"' \
--resource-dir app/assets/linux
--install-dir /opt \
--type deb
Expand All @@ -58,6 +59,7 @@ jobs:
--icon app/assets/linux/icon-linux.png \
--java-options '"-Djdk.gtk.version=2"' \
--java-options '"--add-opens=javafx.fxml/javafx.fxml=ALL-UNNAMED"' \
--linux-menu-group '"Development;Building;GUIDesigner;Java;"' \
--resource-dir app/assets/linux
--install-dir /opt \
--type rpm
Expand All @@ -83,4 +85,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
S3_PATH: ${{ steps.variables.outputs.S3_PATH }}
S3_PATH: ${{ steps.variables.outputs.S3_PATH }}
2 changes: 1 addition & 1 deletion app/assets/linux/SceneBuilder.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Terminal=false
Type=Application
Categories=DEPLOY_BUNDLE_CATEGORY
DESKTOP_MIMES
StartupWMClass=com.oracle.javafx.scenebuilder.app.SceneBuilderApp
StartupWMClass=com.oracle.javafx.scenebuilder.app.SceneBuilderApp