Skip to content

addpkg(x11/liquidshell): 1.10.1#29438

Draft
BullyMaguire-lol wants to merge 1 commit intotermux:masterfrom
BullyMaguire-lol:dev/liquidshell
Draft

addpkg(x11/liquidshell): 1.10.1#29438
BullyMaguire-lol wants to merge 1 commit intotermux:masterfrom
BullyMaguire-lol:dev/liquidshell

Conversation

@BullyMaguire-lol
Copy link
Copy Markdown
Contributor

Liquidshell is an alternative to plasmashell. It does not use QtQuick but instead relies on QtWidgets, therefore no hardware graphics acceleration is needed.

@BullyMaguire-lol BullyMaguire-lol changed the title liquidshell is an alternative to plasmashell It does not use QtQuick but instead relies on QtWidgets, therefore no hardware graphics acceleration is needed.addpkg(x11/liquidshell): 1.10.1 addpkg(x11/liquidshell): 1.10.1 Apr 20, 2026
+ }
+}
+
+if (!bestMatch.isEmpty())
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary? What wallpaper path does this end up with when it runs?

Comment on lines +21 to +26
+ bool ok1 = false, ok2 = false;
+ int w = parts[0].toInt(&ok1);
+ int h = parts[1].split('.')[0].toInt(&ok2);
+
+ if (!ok1 || !ok2)
+ continue;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this always continue?
! false is true, and I don't see either ok1 or ok2 getting reassigned.

Also isn't &var the memory location of a variable?
I guess I don't know what property the .toInt() method on a QStringList returns.
But I wouldn't expect it to take in memory location.

Presumably this works, but it looks odd to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants