Search Criteria
Package Details: kdeconnect-git 20.08.0.r189.b2036bd3-1
Git Clone URL: | https://aur.archlinux.org/kdeconnect-git.git (read-only, click to copy) |
---|---|
Package Base: | kdeconnect-git |
Description: | Adds communication between KDE and your smartphone |
Upstream URL: | https://community.kde.org/KDEConnect |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | zizzfizzix |
Maintainer: | rhssk |
Last Packager: | rhssk |
Votes: | 157 |
Popularity: | 0.60 |
First Submitted: | 2013-08-06 08:57 |
Last Updated: | 2021-03-20 15:10 |
Dependencies (17)
- hicolor-icon-theme (hicolor-icon-theme-git)
- kcmutils (kcmutils-git)
- kirigami2 (kirigami2-git)
- kpeople (kpeople-git)
- kpeoplevcard (kpeoplevcard-git)
- kwayland (kwayland-git)
- libfakekey
- pulseaudio-qt
- qca (qca-qt5-git)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
- kdoctools (kdoctools-git) (make)
- qqc2-desktop-style (qqc2-desktop-style-git) (make)
- qt5-declarative (qt5-declarative-git) (make)
- kde-cli-tools (kde-cli-tools-git) (optional) – configuration UI
- python-nautilus (optional) – Nautilus integration
- sshfs (optional) – remote filesystem browser
Required by (10)
- archsimian-git (requires kdeconnect) (optional)
- deepin-kcm-integration-git (requires kdeconnect) (optional)
- firefox-extension-kdeconnect (requires kdeconnect)
- i3status-rust-git (requires kdeconnect) (optional)
- indicator-kdeconnect (requires kdeconnect)
- indicator-kdeconnect-git (requires kdeconnect)
- lxqt-kcm-integration-extra-git (requires kdeconnect) (optional)
- moonwm-git (requires kdeconnect)
- plasma-bigscreen-git (requires kdeconnect)
- plasma-nano-git (requires kdeconnect)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 ... Next › Last »
edoantonioco commented on 2015-09-11 23:43
its not working
/usr/bin/ld: no se puede encontrar -lconnectcm
collect2: error: ld devolvió el estado de salida 1
daemon/CMakeFiles/kdeconnectd.dir/build.make:120: fallo en las instrucciones para el objetivo 'daemon/kdeconnectd'
make[2]: *** [daemon/kdeconnectd] Error 1
CMakeFiles/Makefile2:621: fallo en las instrucciones para el objetivo 'daemon/CMakeFiles/kdeconnectd.dir/all'
make[1]: *** [daemon/CMakeFiles/kdeconnectd.dir/all] Error 2
Makefile:138: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2
==> ERROR: Se produjo un fallo en build().
Cancelando...
==> ERROR: Makepkg no ha podido compilar kdeconnect-git.
arojas commented on 2015-09-11 19:05
@Soukyuu https://bugs.kde.org/show_bug.cgi?id=352582
For now remove telepathy-qt5 or build in a clean chroot
Soukyuu commented on 2015-09-11 18:54
Tried building it just now, it fails with:
==============
/tmp/makepkg/kdeconnect-git/src/kdeconnect-kde/telepathy-cm/connection.cpp: In constructor ‘ConnectConnection::ConnectConnection(const QDBusConnection&, const QString&, const QString&, const QVariantMap&)’:
/tmp/makepkg/kdeconnect-git/src/kdeconnect-kde/telepathy-cm/connection.cpp:49:69: error: no matching function for call to ‘Tp::BaseConnectionContactsInterface::create(ConnectConnection*)’
contactsIface = Tp::BaseConnectionContactsInterface::create(this);
^
In file included from /usr/include/telepathy-qt5/TelepathyQt/BaseConnection:8:0,
from /tmp/makepkg/kdeconnect-git/src/kdeconnect-kde/telepathy-cm/connection.h:19,
from /tmp/makepkg/kdeconnect-git/src/kdeconnect-kde/telepathy-cm/connection.cpp:14:
/usr/include/telepathy-qt5/TelepathyQt/base-connection.h:204:47: note: candidate: static Tp::BaseConnectionContactsInterfacePtr Tp::BaseConnectionContactsInterface::create()
static BaseConnectionContactsInterfacePtr create() {
^
/usr/include/telepathy-qt5/TelepathyQt/base-connection.h:204:47: note: candidate expects 0 arguments, 1 provided
/usr/include/telepathy-qt5/TelepathyQt/base-connection.h:208:63: note: candidate: template<class BaseConnectionContactsInterfaceSubclass> static Tp::SharedPtr<T> Tp::BaseConnectionContactsInterface::create()
static SharedPtr<BaseConnectionContactsInterfaceSubclass> create() {
^
/usr/include/telepathy-qt5/TelepathyQt/base-connection.h:208:63: note: template argument deduction/substitution failed:
/tmp/makepkg/kdeconnect-git/src/kdeconnect-kde/telepathy-cm/connection.cpp:49:69: note: candidate expects 0 arguments, 1 provided
contactsIface = Tp::BaseConnectionContactsInterface::create(this);
^
============
arojas commented on 2015-09-10 18:48
@Nierro already fixed upstream
Nierro commented on 2015-09-10 17:24
Autostart not working for me. I had to change "Exec=" line in /etc/xdg/autostart/kdeconnectd.desktop to "Exec=/usr/lib/kdeconnectd" to make autostart work again.
ceri commented on 2015-09-06 22:22
Is anyone else getting an "error loading QML file" when opening the plasmoid from the systray?
arojas commented on 2015-09-03 10:23
@AnAkkk that service is not shipped by kdeconnect, please report it to plasma-workspace-units
AnAkkk commented on 2015-09-02 23:34
There seem to be a problem with the kdeconnect systemd user service, it fails to start:
kdeconnectd.service: Failed at step EXEC spawning /usr/lib64/libexec/kdeconnectd: No such file or directory
Apparently it is looking for kdeconnectd in the wrong directory.
lobisquit commented on 2015-08-29 20:08
"sshfs" should be added as a dependency (such as "kdeconnect" package does) to enable remote phone filesystem.
bakgwailo commented on 2015-08-26 21:50
Is kwayland-git actually needed now that the official kwayland 5.4.0 package is out/in the mainline repositories ?