Michael Sims
Michael Sims
@fvarrui - I've always been rather perplexed at how difficult it has been to use a touted feature that is supposed to make everything cleaner and nicer. I've never once...
@Oliver-Loeffler Sorry I didn't catch that you commented on here till today. To answer your question, NO, those other windows do not have any menu on them at all, and...
@crschnick I'm curious as to how you got a TrayIcon to work in Linux at all. The last time I looked into it, Gnome didn't even have a system tray...
@crschnick There has been an open issue with implementing Tray Icons in the official JavaFX developers issue tracker for close to 8 years now. It looked like it was gaining...
Here's the complete steps to the workaround: Make this folder `~/.local/bin` Run these commands: ```BASH ln -s ~/.platformio/penv/bin/platformio ~/.local/bin/platformio ln -s ~/.platformio/penv/bin/pio ~/.local/bin/pio ln -s ~/.platformio/penv/bin/piodebuggdb ~/.local/bin/piodebuggdb ``` Open CLion...
@SERE026 ## Update The library has been updated, and now there is an executable program that you can get from the releases page on the repo where you can patch...
@fvarrui I see it and it makes sense. Yeah had it told me that it couldn't find my jar, I would have looked into that deeper, but it seemed to...
@fvarrui I fixed the name of the fat jar in the POM file and re-ran the package with 1.7.5 which worked fine and it did use the fat jar. But...
@fvarrui Also, when I say that it worked fine with 1.7.5, I meant there were no errors making the `.deb` file. However, when I installed the program and tried to...
@fvarrui And some more details that might help... When I configure JP so that it handles the jar packaging on its own, the resulting `.deb` file is created without error...