Skip to content

Commit

Permalink
#32: add /usr/lib/qt6/bin/qdbus to possible command path list
Browse files Browse the repository at this point in the history
  • Loading branch information
antroids committed Oct 13, 2024
1 parent 538e223 commit af9b836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/contents/ui/KWinConfig.qml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Item {
}

function updateQdbusCommandName() {
updateCommandName(["qdbus", "qdbus6", "qdbus-qt6"], function (commandName) {
updateCommandName(["/usr/lib/qt6/bin/qdbus", "qdbus", "qdbus6", "qdbus-qt6"], function (commandName) {
qdbusCommandName = commandName;
qdbusCommandNameChanged();
});
Expand Down
2 changes: 1 addition & 1 deletion package/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Id": "com.github.antroids.application-title-bar",
"Name": "Application Title Bar",
"License": "GPL-3.0+",
"Version": "0.7.4",
"Version": "0.7.5",
"Website": "https://github.com/antroids/application-title-bar",
"FormFactors": [
"desktop"
Expand Down

0 comments on commit af9b836

Please sign in to comment.