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
Hi!
Sorry for bothering, as it's not exactly a bugreport, but I appreciate some assistance.
I installed the widget on the openSUSE Tumbleweed by running
cmake -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCMAKE_BUILD_TYPE=Debug -B build
make -C build
sudo make -C build install
but my system likely needs different locations for the installation.
Hi!
Sorry for bothering, as it's not exactly a bugreport, but I appreciate some assistance.
I installed the widget on the openSUSE Tumbleweed by running
but my system likely needs different locations for the installation.
Here is my install_manifest.txt
I moved everything related to the plasmoid from
/share/*
to/usr/share/
and the widget was detected by system. But it can not find C++ part:It seems that the correct location for these files
/lib64/qml/org/kde/private/I3Pager/libI3PagerPlugin.so
/lib64/qml/org/kde/private/I3Pager/qmldir
on my system is
/lib64/qt6/qml/org/kde/private/I3Pager/libI3PagerPlugin.so
/lib64/qt6/qml/org/kde/private/I3Pager/qmldir
But copying did not help.
So I appreciate any clues.
The text was updated successfully, but these errors were encountered: