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

Installation path #37

Open
VicDeo opened this issue Oct 24, 2024 · 1 comment
Open

Installation path #37

VicDeo opened this issue Oct 24, 2024 · 1 comment

Comments

@VicDeo
Copy link

VicDeo commented Oct 24, 2024

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.

Here is my install_manifest.txt

/share/plasma/plasmoids/org.kde.I3Pager/contents/ui/configGeneral.qml
/share/plasma/plasmoids/org.kde.I3Pager/contents/ui/configScreens.qml
/share/plasma/plasmoids/org.kde.I3Pager/contents/ui/main.qml
/share/plasma/plasmoids/org.kde.I3Pager/contents/ui/screens.js
/share/plasma/plasmoids/org.kde.I3Pager/contents/config/config.qml
/share/plasma/plasmoids/org.kde.I3Pager/contents/config/main.xml
/share/plasma/plasmoids/org.kde.I3Pager/metadata.json
/share/metainfo/org.kde.I3Pager.appdata.xml
/lib64/qml/org/kde/private/I3Pager/libI3PagerPlugin.so
/lib64/qml/org/kde/private/I3Pager/qmldir
/share/qlogging-categories6/org.kde.i3pager.categories

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:

file:///usr/share/plasma/plasmoids/org.kde.I3Pager/contents/ui/main.qml:13:1: module "org.kde.private.I3Pager" is not installed

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.

@VicDeo VicDeo changed the title Can't install Installation path Oct 24, 2024
@luigiannelli
Copy link

same problem on archlinux

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

2 participants