


Plasma Window Decorations by paulmcauley 6 comments

Plasma Color Schemes by kdecommunity 2 comments

Plasma 5 Weather by odd-k 28 comments

Plasma 5 Weather by odd-k 28 comments

Plasma 5 Weather by Zren 18 comments
QScintilla could not be detected.
Error: /usr/lib64/python3.8/site-packages/PyQt5/Qt/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by /usr/lib64/python3.8/site-packages/PyQt5/Qsci.so)
Shall 'QScintilla' be installed using pip? (Y/n) y
Requirement already satisfied: QScintilla in /usr/lib64/python3.8/site-packages (2.11.5)
Sorry, please install QScintilla2 and
its PyQt5 wrapper.
Error: /usr/lib64/python3.8/site-packages/PyQt5/Qt/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by /usr/lib64/python3.8/site-packages/PyQt5/Qsci.so)
- Jul 06 2020

Plasma 5 Calendars by Zren 610 comments
I use Slackware. The plasmoid ceased to function after the upgrade to Qt 5.15.
manually deleting the folder and reinstalling made it work again. Thanks! - Jun 01 2020

Plasma Color Schemes by goncin 3 comments
That was a great hint. You were right. I use Slackware-current and I have both versions of Qt installed. The binary "qmake" is from Qt4. For Qt5 I had to use qmake-qt5. After that it was all smooth. Thanks!! - Jul 19 2019
However, I tried 1.4b but cannot compile.
This is the error build (using Qt 5.13)
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -o mainwindow.o mainwindow.cpp
In file included from ui_mainwindow.h:26,
from mainwindow.cpp:4:
clabel.h:12:39: error: ‘Q_NULLPTR’ was not declared in this scope
12 | explicit CLabel(QWidget* parent = Q_NULLPTR, Qt::WindowFlags f = Qt::WindowFlags());
| ^~~~~~~~~
make: *** [Makefile:502: mainwindow.o] Error 1
- Jul 18 2019

Plasma Color Schemes by phob1an 5 comments
Here's how it shows:
When you have an application running in a "minimized to tray" status and double click on it to open the main window. the corresponding task in the taskbar has an odd-reddish color.
Screenshot:
https://snag.gy/Zprx2i.jpg
Thanks!! - Oct 11 2018

Plasma Window Decorations by phob1an 19 comments

Plasma Window Decorations by phob1an 19 comments
Here is a link to a screenshot:
https://snag.gy/pwk7cI.jpg
The text should have said: "Requests for -current (14.2-->15.0)". Note how just some letters are visible.
I'm using Firefox 60.2.2esr 64-bit. - Oct 07 2018

Plasma Color Schemes by phob1an 5 comments
1. The selector color is more like purple. Should be more blue imho.
2. When the selector color is on an item, the item keeps its black color, therefore creating a poor contrast. The selected color item should be white.
Thanks again! - Oct 07 2018

Plasma Color Schemes by phob1an 5 comments

Plasma Window Decorations by phob1an 19 comments
1. In a Firefox window only some letters from the title appear.
2. If you do not apply the Reactionary theme, the window buttons don't work well.
3. It would be great if the gradient could be configurable. I know this might not be possible due to an Aurora thing but I would like to do it anyway (I'd like it to start with a darker shade of blue, although I know this is not KDE classic).
Thanks again! - Oct 07 2018

Plasma Window Decorations by phob1an 19 comments

Plasma Window Decorations by phob1an 15 comments
Is there a possibility that you could release a KDE1 Aurorae Theme? It would be great as a Reactionary variant to use a KDE1 window decoration! - Sep 03 2018

Plasma Window Decorations by phob1an 15 comments

Plasma Window Decorations by solandrew 8 comments
[100%] Linking CXX shared library libplasmoidplugin.so
CMakeFiles/plasmoidplugin.dir/qwrapper.cpp.o: In function `QWrapper::updateExchangeRates()':
qwrapper.cpp:(.text+0x4af): undefined reference to `Calculator::getExchangeRatesUrl[abi:cxx11](int)'
CMakeFiles/plasmoidplugin.dir/qwrapper.cpp.o: In function `QWrapper::printResultInBase(MathStructure&, std::pair&)':
qwrapper.cpp:(.text+0x1720): undefined reference to `Calculator::print[abi:cxx11](MathStructure const&, int, PrintOptions const&)'
CMakeFiles/plasmoidplugin.dir/qwrapper.cpp.o: In function `QWrapper::runCalculation(std::__cxx11::basic_string, std::allocator > const&)':
qwrapper.cpp:(.text+0x1a6a): undefined reference to `Calculator::calculate(MathStructure*, std::__cxx11::basic_string, std::allocator >, int, EvaluationOptions const&, MathStructure*, MathStructure*, bool)'
qwrapper.cpp:(.text+0x1ab8): undefined reference to `Calculator::print[abi:cxx11](MathStructure const&, int, PrintOptions const&)'
CMakeFiles/plasmoidplugin.dir/qwrapper.cpp.o: In function `QWrapper::worker()':
qwrapper.cpp:(.text+0x23b0): undefined reference to `Calculator::unlocalizeExpression(std::__cxx11::basic_string, std::allocator >, ParseOptions const&) const'
CMakeFiles/plasmoidplugin.dir/qwrapper.cpp.o: In function `QWrapper::QWrapper(QObject*)':
qwrapper.cpp:(.text+0x2b66): undefined reference to `Number::set(std::__cxx11::basic_string, std::allocator >, ParseOptions const&)'
qwrapper.cpp:(.text+0x2c5c): undefined reference to `Number::set(std::__cxx11::basic_string, std::allocator >, ParseOptions const&)'
qwrapper.cpp:(.text+0x2d4b): undefined reference to `Number::set(std::__cxx11::basic_string, std::allocator >, ParseOptions const&)'
CMakeFiles/plasmoidplugin.dir/qwrapper.cpp.o: In function `QWrapper::fileDownloaded(QNetworkReply*)':
qwrapper.cpp:(.text+0x3373): undefined reference to `Calculator::getExchangeRatesFileName[abi:cxx11](int)'
collect2: error: ld returned 1 exit status
make[2]: *** [plugin/CMakeFiles/plasmoidplugin.dir/build.make:115: plugin/libplasmoidplugin.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:188: plugin/CMakeFiles/plasmoidplugin.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
Distribution: Slackware64-current
Qt: 5.9.5
Plasma: 5.12.5
Frameworks: 5.46.0
gcc: 7.3
Thanks! - May 30 2018
The moral of the story is, that plasmoid 0.3x and libqalculate 2.0 do not seem to like each other. - Sep 03 2017

Plasma 5 Weather by clearmartin 170 comments
-- Found X11: /usr/lib64/libX11.so
-- Qt5 version: 5.9.0
-- Configuring done
CMake Error at CMakeLists.txt:249 (add_executable):
Cannot find source file:
src/singleapplication/singleapplication.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error at CMakeLists.txt:271 (add_custom_target):
Cannot find source file:
/home/eduardo/Downloads/build/qomp/qomp-code/themes/themes.qrc
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Call Stack (most recent call first):
CMakeLists.txt:287 (create_themes)
- Jul 04 2017

Audio Apps by wwmm 16 comments

Audio Apps by wwmm 16 comments
19:26:39.561 - PulseEffects - INFO - pulseaudio context started
19:26:39.562 - PulseEffects - INFO - connected to server: unix:/tmp/xdg-runtime-eduardo/pulse/native
19:26:39.562 - PulseEffects - INFO - server protocol version: 32
19:26:39.562 - PulseEffects - INFO - pulseaudio version: 10.0-rebootstrapped
19:26:39.562 - PulseEffects - INFO - default pulseaudio source: alsa_input.pci-0000_00_1b.0.analog-stereo
19:26:39.562 - PulseEffects - INFO - default pulseaudio sink: alsa_output.pci-0000_00_1b.0.analog-stereo
19:26:39.562 - PulseEffects - INFO - default pulseaudio sink audio format: s16le
19:26:39.562 - PulseEffects - INFO - default pulseaudio sink sampling rate: 44100 Hz. We will use the same rate.
19:26:39.563 - PulseEffects - INFO - default pulseaudio source audio format: s16le
19:26:39.563 - PulseEffects - INFO - default pulseaudio source sampling rate: 44100 Hz. We will use the same rate.
19:26:39.563 - PulseEffects - INFO - loading Pulseeffects applications sink...
19:26:39.563 - PulseEffects - INFO - Pulseeffects apps sink was successfully loaded
19:26:39.563 - PulseEffects - INFO - Pulseeffects apps sink index:1
19:26:39.563 - PulseEffects - INFO - Pulseeffects apps sink monitor name: PulseEffects_apps.monitor
19:26:39.563 - PulseEffects - INFO - loading Pulseeffects microphone output sink...
19:26:39.564 - PulseEffects - INFO - Pulseeffects mic sink was successfully loaded
19:26:39.564 - PulseEffects - INFO - Pulseeffects mic sink index:2
19:26:39.564 - PulseEffects - INFO - Pulseeffects mic sink monitor name: PulseEffects_mic.monitor
Traceback (most recent call last):
File "/usr/bin/pulseeffects", line 4, in
__import__('pkg_resources').run_script('PulseEffects==2.0.2', 'pulseeffects')
File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 743, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1498, in run_script
exec(code, namespace, namespace)
File "/usr/lib64/python3.6/site-packages/PulseEffects-2.0.2-py3.6.egg/EGG-INFO/scripts/pulseeffects", line 6, in
a = Application()
File "/usr/lib64/python3.6/site-packages/PulseEffects-2.0.2-py3.6.egg/PulseEffects/application.py", line 62, in __init__
self.sie = SinkInputEffects(self.pm.default_sink_rate)
File "/usr/lib64/python3.6/site-packages/PulseEffects-2.0.2-py3.6.egg/PulseEffects/sink_input_effects.py", line 65, in __init__
self.pipeline = self.build_pipeline()
File "/usr/lib64/python3.6/site-packages/PulseEffects-2.0.2-py3.6.egg/PulseEffects/sink_input_effects.py", line 176, in build_pipeline
self.output_limiter.set_property('input-gain', 0)
AttributeError: 'NoneType' object has no attribute 'set_property'
- Jul 02 2017
Using gcc-7.1 and Qt 5.9
Here is the compiler output:
[ 55%] Built target filesystemplugin_autogen
Scanning dependencies of target filesystemplugin
[ 56%] Building CXX object plugins/filesystemplugin/CMakeFiles/filesystemplugin.dir/filesystemplugin.cpp.o
In file included from /usr/include/c++/7.1.0/chrono:41:0,
from /usr/include/qt5/QtCore/qobject.h:59,
from /usr/include/qt5/QtCore/QObject:1,
from /tmp/SBo/qomp-1.2.1/build/include/qompplugin.h:23,
from /tmp/SBo/qomp-1.2.1/plugins/filesystemplugin/filesystemplugin.h:23,
from /tmp/SBo/qomp-1.2.1/plugins/filesystemplugin/filesystemplugin.cpp:20:
/usr/include/c++/7.1.0/ctime:64:11: error: ‘::clock’ has not been declared
using ::clock;
^~~~~
/usr/include/c++/7.1.0/ctime:65:11: error: ‘::difftime’ has not been declared
using ::difftime;
^~~~~~~~
/usr/include/c++/7.1.0/ctime:66:11: error: ‘::mktime’ has not been declared
using ::mktime;
^~~~~~
/usr/include/c++/7.1.0/ctime:67:11: error: ‘::time’ has not been declared
using ::time;
^~~~
/usr/include/c++/7.1.0/ctime:68:11: error: ‘::asctime’ has not been declared
using ::asctime;
^~~~~~~
/usr/include/c++/7.1.0/ctime:69:11: error: ‘::ctime’ has not been declared
using ::ctime;
^~~~~
/usr/include/c++/7.1.0/ctime:70:11: error: ‘::gmtime’ has not been declared
using ::gmtime;
^~~~~~
/usr/include/c++/7.1.0/ctime:71:11: error: ‘::localtime’ has not been declared
using ::localtime;
^~~~~~~~~
/usr/include/c++/7.1.0/ctime:72:11: error: ‘::strftime’ has not been declared
using ::strftime;
^~~~~~~~
make[2]: *** [plugins/filesystemplugin/CMakeFiles/filesystemplugin.dir/build.make:63: plugins/filesystemplugin/CMakeFiles/filesystemplugin.dir/filesystemplugin.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:359: plugins/filesystemplugin/CMakeFiles/filesystemplugin.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
- Jul 02 2017
This is the relevant compiler output:
[ 66%] Building CXX object plugin/CMakeFiles/plasmoidplugin.dir/qwrapper.cpp.o
/home/eduardo/Downloads/build/qalculate-0.2/plugin/qwrapper.cpp: In constructor ‘QWrapper::QWrapper(QObject*)’:
/home/eduardo/Downloads/build/qalculate-0.2/plugin/qwrapper.cpp:46:31: error: ‘bind’ is not a member of ‘std’
m_thread = std::thread(std::bind(&QWrapper::worker, this));
^~~~
/home/eduardo/Downloads/build/qalculate-0.2/plugin/qwrapper.cpp:46:31: note: suggested alternative: ‘find’
m_thread = std::thread(std::bind(&QWrapper::worker, this));
^~~~
find
make[2]: *** [plugin/CMakeFiles/plasmoidplugin.dir/build.make:87: plugin/CMakeFiles/plasmoidplugin.dir/qwrapper.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:156: plugin/CMakeFiles/plasmoidplugin.dir/all] Error 2
make: *** [Makefile:139: all] Error 2
- May 08 2017
- Oct 01 2016

Plasma Window Decorations
by
paulmcauley

Plasma Color Schemes
by
phob1an

Plasma Window Decorations
by
phob1an

Plasma Window Decorations
by
solandrew