psifidotos / applet-window-buttons

Plasma 5 applet in order to show window buttons in your panels
GNU General Public License v2.0
402 stars 54 forks source link

Error when building #196

Open MioNya4 opened 1 year ago

MioNya4 commented 1 year ago
[  9%] Building CXX object libappletdecoration/CMakeFiles/appletdecorationplugin.dir/previewbridge.cpp.o
/usr/src/applet-window-buttons/libappletdecoration/previewbridge.cpp: In member function 'virtual std::unique_ptr<KDecoration2::DecoratedClientPrivate> Decoration::Applet::PreviewBridge::createClient(KDecoration2::DecoratedClient*, KDecoration2::Decoration*)':
/usr/src/applet-window-buttons/libappletdecoration/previewbridge.cpp:75:83: error: invalid new-expression of abstract class type 'Decoration::Applet::PreviewClient'
75 |     auto ptr = std::unique_ptr<PreviewClient>(new PreviewClient(client, decoration));
|                                                                                   ^

full log: https://hastebin.com/share/oxehosagac.rust

Void linux 6.1.25 plasma 5.27.4 kf 5.105.0 qt 5.15.7

TulparBey commented 1 year ago

ı bellieve I got the same error as you. Have you found a solution?

TulparBey commented 1 year ago

Try this solution given by pizzadude in #194;

Step 1: Install gh (Github CLI) Step 2. git clone https://github.com/psifidotos/applet-window-buttons/ Step 3. cd applet-window-buttons Step 4. gh pr checkout https://github.com/psifidotos/applet-window-buttons/pull/191 Step 5. ./install.sh

dCo3lh0 commented 6 months ago

Try this solution given by pizzadude in #194;

Step 1: Install gh (Github CLI) Step 2. git clone https://github.com/psifidotos/applet-window-buttons/ Step 3. cd applet-window-buttons Step 4. gh pr checkout #191 Step 5. ./install.sh

thanks man!