Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nclarius authored Nov 20, 2022
1 parent 3571306 commit a92e27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions always-open-on-active-screen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ You may need to uncheck the checkbox for the script, apply the settings, recheck
In Plasma versions < 5.24, a bug in the KWin scripting system [[1]](https://bugs.kde.org/show_bug.cgi?id=411430) [[2]](https://bugs.kde.org/show_bug.cgi?id=444378) may cause the configuration not to be found. To fix this, please execute the following commands in a terminal:

```bash
sed -i 's/ConfigModule/Library/g' ~/.local/share/kwin/scripts/alwaysopenonactivescreen/metadata.desktop
sed -i 's/ConfigModule/Library/g' ~/.local/share/kwin/scripts/alwaysopenonactivescreen/metadata.json
mkdir -p ~/.local/share/kservices5/
ln -sf ~/.local/share/kwin/scripts/alwaysopenonactivescreen/metadata.desktop ~/.local/share/kservices5/alwaysopenonactivescreen.desktop
ln -sf ~/.local/share/kwin/scripts/alwaysopenonactivescreen/metadata.json ~/.local/share/kservices5/alwaysopenonactivescreen.json
qdbus org.kde.KWin /KWin reconfigure
```

Expand Down

0 comments on commit a92e27f

Please sign in to comment.