Hey team! 👋
Made a small plugin that fixes two annoying things:
- App icons not showing up correctly in Linux dock/taskbar
- Missing package dependencies in your .deb files
Just got tired of dealing with these issues manually every release 😅
https://github.com/kdroidFilter/GradleComposeDesktopLinuxDeps
👍 1
🎉 2
m
Michael Paus
08/18/2025, 5:28 PM
Doesn’t this actually belong into jpackage itself? Have you filed an issue with jpackage?
what I did is a workaround, but for now it's a solution
m
Michael Paus
08/18/2025, 5:37 PM
According to a comment by Alexander Maryanovsky its a jpackage issue. Therefore I asked whether this was reported to the jpackage team of OpenJDK.
a
Alexander Maryanovsky
08/19/2025, 9:41 AM
We (the Compose Multiplatform team) don’t have direct communication with OpenJDK, but I assigned it to the JBR team who can either forward it to OpenJDK or fix it themselves and upstream the fix.