Skip to content

Commit af9b836

Browse files
committed
#32: add /usr/lib/qt6/bin/qdbus to possible command path list
1 parent 538e223 commit af9b836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/contents/ui/KWinConfig.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Item {
119119
}
120120

121121
function updateQdbusCommandName() {
122-
updateCommandName(["qdbus", "qdbus6", "qdbus-qt6"], function (commandName) {
122+
updateCommandName(["/usr/lib/qt6/bin/qdbus", "qdbus", "qdbus6", "qdbus-qt6"], function (commandName) {
123123
qdbusCommandName = commandName;
124124
qdbusCommandNameChanged();
125125
});

package/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Id": "com.github.antroids.application-title-bar",
1313
"Name": "Application Title Bar",
1414
"License": "GPL-3.0+",
15-
"Version": "0.7.4",
15+
"Version": "0.7.5",
1616
"Website": "https://github.com/antroids/application-title-bar",
1717
"FormFactors": [
1818
"desktop"

0 commit comments

Comments
 (0)