Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This widget is now part of KDE #148

Open
Zren opened this issue Oct 19, 2018 · 2 comments
Open

This widget is now part of KDE #148

Zren opened this issue Oct 19, 2018 · 2 comments

Comments

@Zren
Copy link

Zren commented Oct 19, 2018

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:

You can also send Pull Requests as normal diffs via Phabricator.

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.

sudo apt-get build-dep plasma-pa
sudo apt-get build-dep kwin

Then build it.

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
@trmdi
Copy link

trmdi commented Oct 20, 2018

@kupiqu
See this, Zren uses Neon like you.

@kupiqu
Copy link

kupiqu commented Oct 20, 2018

After following these steps I see no difference. @Zren could you please try to reproduce issue #146? Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants