plasma-extensions / plasma-widget-paparazzi

Plasmoid to quickly launch Spectacle from the system tray.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

make exits with an error #4

Closed UriHerrera closed 8 years ago

UriHerrera commented 8 years ago

I can't seem to compile it. Here's the output when I use make: https://gist.github.com/UriHerrera/bbab0f410e3e3f9b932cffee9b85014a

This is the error specifically:

spectacledbusadaptor.cpp: In member function ‘void SpectacleDbusAdaptor::captureArea(int)’: spectacledbusadaptor.cpp:27:25: error: no matching function for call to ‘OrgKdeSpectacleInterface::ActiveWindow()’ iface->ActiveWindow();

UriHerrera commented 8 years ago

I was able to compile it by adding true, false to line 27 in spectacledbusadaptor.cpp but that causes the plasmoid to treat Rectangular the same as Window.

Other than that screenshots are taken and saved in the default path.

azubieta commented 8 years ago

Fixed.