-
dEBRUYNE
Seems to be an issue on Windows where the GUI does not start, concerns .2 and higher
-
dEBRUYNE
-
dEBRUYNE
-
dEBRUYNE
xiphon, selsta ^^
-
selsta
can't think of any change that would cause this
-
selsta
.merge- 3397
-
xmr-pr
Removed
-
dEBRUYNE
Two users isn't a coincidence though
-
selsta
dEBRUYNE: can you ask them to run a specific binary?
-
» selsta still compiling
-
dEBRUYNE
Suppose I could, if they agree with that
-
selsta
.merge+ 3401
-
xmr-pr
Added
-
xiphon
dEBRUYNE: "Seems to be an issue on Windows where the GUI does not start, concerns .2 and higher" -> yeah, we didn't touch anything related
-
selsta
-
selsta
Screen.desktopAvailableWidth reporting 0 on their systems for whatever reason
-
selsta
"I can see the process running in task manager, the GUI Wallet icon appears in my taskbar but I can't view or open the GUI Wallet window" <-- hints at a 0x0 size window
-
selsta
.merge+ 3397
-
xmr-pr
Added
-
xiphon
selsta: "quite sure it is" -> yep, maybe (i was thinking about OpenGL rendering and related stuff)
-
xiphon
.merges
-
xmr-pr
3392 3394 3395 3397 3401
-
selsta
will try to find a solution
-
selsta
either with clamp(available, min, max) or some other Qt function
-
xiphon
i'm already on it
-
selsta
ok
-
selsta
.merge+ 3404
-
xmr-pr
Added
-
selsta
-
selsta
"Note that the Screen type is not valid at Component.onCompleted, because the Item or Window has not been displayed on a screen by this time."
-
selsta
we use screen inside Note that the Screen type is not valid at Component.onCompleted, because the Item or Window has not been displayed on a screen by this time.
-
selsta
we use screen inside Component.onCompleted*
-
selsta
main.qml line 1288
-
xiphon
yes, we do, will handle that as well
-
xiphon
will update the PR shortly
-
selsta
the question is if the bug is Component.onCompleted being 0 or if screen being used in invalid way resulted in negative x / y coordinates
-
selsta
Screen.desktopAvailableWidth being 0*
-
selsta
my copy paste does not work today lol
-
xiphon
will omit QML Screen type usage
-
xiphon
btw, selsta, could you test dropping "x =" and "y =" lines in Component.onCompleted on MacOS?
-
xiphon
The window is centered by default on Win
-
selsta
ok
-
selsta
xiphon: on mac it also centers automatically
-
xiphon
thanks
-
selsta
ApplicationWindow also has screen property
-
selsta
which can be used instead of Screen
-
selsta
don't know what is best solution
-
selsta
.merges
-
xmr-pr
3392 3394 3395 3397 3401 3404