You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select Repo: "Active Window Control Applet for Plasma"
Create New Revision
Add Summary
Select Repo Again: "Active Window Control Applet for Plasma"
Install
In order to install the widget, first download the new codebase:
git clone https://github.com/KDE/plasma-active-window-control
cd plasma-active-window-control
TODO: I'll need to figure out the exact build dependencies. For now, something like the following may install most of them. I'll need to test in an fresh KDE Neon install.
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
sudo make install
Update
cd plasma-active-window-control
git pull origin master --ff-only
Then run the build commands in under the install instructions again.
Uninstall
cd plasma-active-window-control
cd build
sudo make uninstall
The text was updated successfully, but these errors were encountered:
Tag me @Zren if you need want to contact me on any of the GitHub issues. However, this widget is now on the KDE Bugzilla bug tracker:
https://bugs.kde.org/buglist.cgi?list_id=1556771&product=Active%20Window%20Control
https://bugs.kde.org/enter_bug.cgi?product=Active%20Window%20Control
You can also send Pull Requests as normal diffs via Phabricator.
https://phabricator.kde.org/source/plasma-active-window-control/
https://phabricator.kde.org/differential/query/sv1JhxTYnBq6/#R
git diff > MyPatch.diff
)Install
In order to install the widget, first download the new codebase:
TODO: I'll need to figure out the exact build dependencies. For now, something like the following may install most of them. I'll need to test in an fresh KDE Neon install.
Then build it.
Update
Then run the build commands in under the install instructions again.
Uninstall
The text was updated successfully, but these errors were encountered: