[arch-general] Connect android with kdeconnect in archlinux
I have installed kdeconnect by pacman. When I exec: maykel@arch-maykel ~/ $ sudo qdbus org.kde.kded /kded loadModule kdeconnect qdbus: could not exec '/usr/lib/qt/bin/qdbus': No such file or directory Can I help me please? Thanks in advanced.
Am 20.03.2014 13:11, schrieb Maykel Franco:
I have installed kdeconnect by pacman. When I exec:
maykel@arch-maykel ~/ $ sudo qdbus org.kde.kded /kded loadModule kdeconnect qdbus: could not exec '/usr/lib/qt/bin/qdbus': No such file or directory
Can I help me please?
1) Either use qdbus-qt4 or configure the default version properly in /etc/xdg/qtchooser/. 2) What drives you to use sudo for this command? It makes no sense whatsoever.
2014-03-20 13:16 GMT+01:00 Thomas Bächler <thomas@archlinux.org>:
Am 20.03.2014 13:11, schrieb Maykel Franco:
I have installed kdeconnect by pacman. When I exec:
maykel@arch-maykel ~/ $ sudo qdbus org.kde.kded /kded loadModule kdeconnect qdbus: could not exec '/usr/lib/qt/bin/qdbus': No such file or directory
Can I help me please?
1) Either use qdbus-qt4 or configure the default version properly in /etc/xdg/qtchooser/. 2) What drives you to use sudo for this command? It makes no sense whatsoever.
I do symbolic link: root@arch-maykel /home/maykel/ # ln -s /usr/lib/qt4/bin/qdbus /usr/lib/qt/bin/qdbus And exec: root@arch-maykel /home/maykel/ # qdbus org.kde.kded /kded loadModule kdeconnect Could not connect to D-Bus server: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Am 20.03.2014 13:20, schrieb Maykel Franco:
root@arch-maykel /home/maykel/ # qdbus org.kde.kded /kded loadModule kdeconnect ^^^^ I hate to repeat myself, but WHY?
Le jeudi 20 mars 2014 13:11:14 Maykel Franco a écrit :
maykel@arch-maykel ~/ $ sudo qdbus org.kde.kded /kded loadModule kdeconnect qdbus: could not exec '/usr/lib/qt/bin/qdbus': No such file or directory
There's a kcm module in systemsettings to manage the service, you don't have to do all this.
2014-03-20 14:54 GMT+01:00 <nmset@netcourrier.com>:
Le jeudi 20 mars 2014 13:11:14 Maykel Franco a écrit :
maykel@arch-maykel ~/ $ sudo qdbus org.kde.kded /kded loadModule kdeconnect qdbus: could not exec '/usr/lib/qt/bin/qdbus': No such file or directory
There's a kcm module in systemsettings to manage the service, you don't have to do all this.
Yes, but not add device it with module. First add module qdbus with the command.
On Thu, Mar 20, 2014 at 1:11 PM, Maykel Franco <maykeldebian@gmail.com> wrote:
I have installed kdeconnect by pacman. When I exec:
maykel@arch-maykel ~/ $ sudo qdbus org.kde.kded /kded loadModule kdeconnect qdbus: could not exec '/usr/lib/qt/bin/qdbus': No such file or directory
Can I help me please?
Thanks in advanced.
I think you are making things too complicated. All you need to do is to: 1. install kdeconnect using pacman 2. logout from kde and log-in back again 3. install KDE connect from Google Play to your phone 4. open KDE connect on phone or KDE connect in system settings and request pair.
participants (5)
-
Jeroen Mathon
-
Lukas Jirkovsky
-
Maykel Franco
-
nmset@netcourrier.com
-
Thomas Bächler