giucam/orbital

Minor bugs #2

Opened this issue · 2 comments

Some minor bugs, continuing from #3

The scrollbar for the file browsing in the configuration utility is just a black rectangle for me.

A separate message is printed to the log for every letter you type in a textbox (and every other textbox change).

When fiddling with the toolbar locations, the following warning was logged:
[warning] file:///usr/share/orbital/elements/clock/Clock.qml:23:1: QML Clock: Binding loop detected for property "width"
I think it happens when I move a toolbar from the side to the top or bottom.

Orbital closes before it needs to while issuing shutdown. This means that you get a moment where you hang at the command line before it shuts down. It might be better to only close Orbital when it is detected that running shutdown has returned a failure, and otherwise wait for the signal from init (e.g. while displaying something about shutting down). This way, the user should only see a few console messages.

The scrollbar for the file browsing in the configuration utility is just a black rectangle for me.

Do you mean that you can't move it? It is supposed to be black.

I can move the scrollbar. I thought it might not have been loading the texture correctly, because it looks different than the surrounding GUI. I guess it isn't really a bug then.