Skip to content

Commit

Permalink
Merge pull request #18 from fwinn/main
Browse files Browse the repository at this point in the history
Fix for QT 6 and openSUSE
  • Loading branch information
NayamAmarshe authored Dec 24, 2024
2 parents 1f7edac + d5e89a1 commit 055d195
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,18 @@ cp touch* ~/.config/touchegg/

## Troubleshoot
If you're using OpenSUSE or other distros which don't have the `qdbus` package,
do this:
do this for QT 6:

(After installation)
1. Open `~/.config/touchegg/touchegg.conf`
2. Search for `qdbus` and replace all occurances with `qdbus6`
3. Save the file

Or for QT 5:
```shell
nano ~/.bashrc
````
Then at the end of the file, add: `alias qdbus=qdbus-qt5`
Then at the end of the file, add: `alias qdbus=qdbus-qt5`
Exit with Ctrl+O, Enter then Ctrl+X..
Then
```shell
Expand Down

0 comments on commit 055d195

Please sign in to comment.