Skip to content

Commit

Permalink
#32: Fedora qdbus command name
Browse files Browse the repository at this point in the history
  • Loading branch information
antroids committed Jun 7, 2024
1 parent 458a897 commit e3fa09c
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"], function (commandName) {
updateCommandName(["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.6.1",
"Version": "0.6.2",
"Website": "https://github.com/antroids/application-title-bar",
"FormFactors": [
"desktop"
Expand Down

0 comments on commit e3fa09c

Please sign in to comment.