summarylogtreecommitdiffstats
path: root/muwire.sh
diff options
context:
space:
mode:
authorDaniel Bermond2021-09-06 10:17:43 -0300
committerDaniel Bermond2021-09-06 10:18:24 -0300
commit078d91a03004859d4aaf5670dcc4fe80d9a7d0c7 (patch)
treed64a93809dc8e39daa0d9ec8f95264a03f6c4a82 /muwire.sh
parent4069800a3b2ea7f37a804d8d78de97c7d25347b3 (diff)
downloadaur-078d91a03004859d4aaf5670dcc4fe80d9a7d0c7.tar.gz
Add fixes for GUI themes
Diffstat (limited to 'muwire.sh')
-rw-r--r--muwire.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/muwire.sh b/muwire.sh
index d6d575e1ac10..2b31f6d27f38 100644
--- a/muwire.sh
+++ b/muwire.sh
@@ -4,10 +4,12 @@ exec java \
-Xmx256M \
-DdisableUpdates='true' \
--add-opens java.base/java.lang='ALL-UNNAMED' \
- --add-opens java.base/sun.nio.fs='ALL-UNNAMED' \
--add-opens java.base/java.nio='ALL-UNNAMED' \
+ --add-opens java.base/sun.nio.fs='ALL-UNNAMED' \
+ --add-opens java.desktop/com.sun.java.swing.plaf.gtk='ALL-UNNAMED' \
--add-opens java.desktop/java.awt='ALL-UNNAMED' \
--add-opens java.desktop/javax.swing='ALL-UNNAMED' \
--add-opens java.desktop/javax.swing.plaf.basic='ALL-UNNAMED' \
+ --add-opens java.desktop/sun.swing='ALL-UNNAMED' \
-jar /usr/share/java/muwire.jar \
"$@"