Cimbali

Results 348 comments of Cimbali

I’m running into the same issue − segfault on UI start − when building the 2.9.0 release with Qt6, on OpenSUSE Tumbleweed. I seem to always have a 1 or...

A lot of debugging info After rebuilding in debug mode and downloading all Qt6 debug symbols, it seems that `QmlEngineHolder::window()` happily takes the first value in the list of it’s...

I think the queued signal and `QGuiApplication::exit` only happen in the main loop, i.e. once `qApp->exec()` is called. However the window is needed before that, while the initialisation is still...

I think this is a very interesting feature and I’m not sure how usercss options solve this @eight04, can you maybe explain that?

Yes I’ve read that. That is for making a stylesheet customisable with options, nothing in there allows you to enable and disable other stylesheets.

So if I install for example a dozen “dark” style stylesheets from uso, I can then create a master stylesheet that imports those dark stylesheets while keeping them disabled, and...

I might be misreading this, but I think the OP also wants the ability to toggle multiple styles at once. That’s what I understand from the title and the text...

Ah sorry I did not see that issue. So one of the use cases for grouping stylesheets is taken care of by usercss, and another use case could be taken...

Refocused the issue as a .desktop file is included and installed in OS-specified place currently. If someone wants to package on flathub, they can, but I won’t have resources (mostly...

I think you’re right, a text and user-readable format is probably best. Import/export and an optional auto-export on modify should cover all use cases.