Closed akwala closed 5 years ago
Hello, I believe the issue is related to how the file paths are treated when using go run
vs a built solution with qtdeploy
. I've reported this issue here: https://github.com/therecipe/qt/issues/850
In order to make it run properly via go run LoFloccus.go
you need to replace :/
(that works just fine with qtdeploy
builds) by ./
like I did on the example.
@TCB13 Thanks. The qtdeploy build succeeded.
@akwala since you're on something-Ubuntu that uses KDE, can you confirm if the tray icon / minimize to tray works as expected?
@akwala since you're on something-Ubuntu that uses KDE, can you confirm if the tray icon / minimize to tray works as expected?
Yes, it does. Start minimized also works as expected. The tray icon menu appears when icon is right-clicked, which has been characteristic KDE behavior.
Thank you for the feedback @akwala
Kubuntu 18.04 Qt 5.12.3 go version go1.12 linux/amd64
Did the following after installing Qt and github.com/therecipe/qt:
The error message in the code is here. It's apparently trying to open
/path/to/cloned/LoFloccus/qml/LoFloccus.ui
which does exist, is owned by me and its permissions are 664.