Search Criteria
Package Base Details: plasma-desktop-git
Git Clone URL: | https://aur.archlinux.org/plasma-desktop-git.git (read-only, click to copy) |
---|---|
Submitter: | arojas |
Maintainer: | IslandC0der |
Last Packager: | IslandC0der |
Votes: | 7 |
Popularity: | 0.116023 |
First Submitted: | 2014-03-31 06:31 |
Last Updated: | 2020-11-17 22:19 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
bhushan commented on 2015-11-21 16:33
Please post complete log on pastebin
jm86ar commented on 2015-11-21 16:03
@brushan Done! Still the same error.
bhushan commented on 2015-11-21 03:13
@jm86ar you will have to install https://aur.archlinux.org/packages/kscreenlocker-git/
jm86ar commented on 2015-11-21 01:19
Guys, i need your help please. I cannot finish building this last package. Recompiled every dependencie with no luck. Always the same.
Thanx in advance.
"CMake Error at CMakeLists.txt:55 (find_package):
Could not find a package configuration file provided by
"ScreenSaverDBusInterface" with any of the following names:
ScreenSaverDBusInterfaceConfig.cmake
screensaverdbusinterface-config.cmake
Add the installation prefix of "ScreenSaverDBusInterface" to
CMAKE_PREFIX_PATH or set "ScreenSaverDBusInterface_DIR" to a directory
containing one of the above files. If "ScreenSaverDBusInterface" provides"
a separate development package or SDK, be sure it has been installed.
desaparecido commented on 2015-08-25 13:31
here the bugreport:
https://bugs.kde.org/show_bug.cgi?id=351753
and here the output of commit 383aa77
http://pastebin.com/A9Rnpp2d
bhushan commented on 2015-08-25 13:19
@desaparecido : Can you give me output of pacman -Ql kdeclarative-git ?
bhushan commented on 2015-08-25 13:01
Thats upstream problem. Please report it on bugs.kde.org frameworks-kdeclarative
desaparecido commented on 2015-08-25 12:57
hi, with the latests changes in kdeclarative in commit 383aa77:
https://quickgit.kde.org/?p=kdeclarative.git&a=commitdiff&h=383aa77ebf0b08adca13ce67a90f61c9c6a65851
when I start plasma session, my desktop and panel widgets are not there, at their place I have this messages:
Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:27:1: module "org.kde.draganddrop" plugin "draganddropplugin" not found
and this one in panel:
Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:25:1: module "org.kde.kquickcontrolsaddons" plugin "kquickcontrolsaddonsplugin" not found
downgrading kdeclarative-git to precedent commit all works fine again....
so my question, is about a some necessary change in PKGBUILD or is upstream related (to report it) ? thanks ..
arojas commented on 2015-03-24 19:29
@jcelerier e-c-m-git provides e-c-m, so there's no issue.
jcelerier commented on 2015-03-24 19:27
Sounds like there is a small dependency problem :
- this depends on extra-cmake-modules and kinfocenter-git
- kinfocenter-git depends on kcmutils-git which depends on extra-cmake-modules-git
- extra-cmake-modules-git is of course incompatible with extra-cmake-modules.
Maybe changing the dependency to extra-cmake-modules-git would be enough ?