Package Details: myrdp 2018.2.2-1

Git Clone URL: https://aur.archlinux.org/myrdp.git (read-only, click to copy)
Package Base: myrdp
Description: RDP manager using freerdp. Similar to Remmina, mRemoteNG, RDCMan.
Upstream URL: https://github.com/devqore/myrdp
Licenses: GPL
Submitter: devqore
Maintainer: devqore
Last Packager: devqore
Votes: 4
Popularity: 0.000058
First Submitted: 2018-03-04 20:20 (UTC)
Last Updated: 2022-02-12 16:19 (UTC)

Latest Comments

1 2 Next › Last »

8472 commented on 2020-12-15 10:00 (UTC)

@devqore: python-sip-pyqt4 was it, now it works, perfect, thanks man!

devqore commented on 2020-12-15 09:54 (UTC)

@8472 ok, so reinstallation helped a little bit, becasue an exception has been changed. This time I think reinstallation of aur/python-sip-pyqt4 might help (in my case it wasn't needed). Additionally here is a list of packages related to pyqt4 installed on my machine:

$ pacman -Qs pyqt4
local/pyqt4-common 4.12.3-4
    Common PyQt files shared between python-pyqt4 and python2-pyqt4
local/python-pyqt4 4.12.3-4
    A set of Python 3.x bindings for the Qt toolkit
local/python-sip-pyqt4 4.19.24-2
    Python 3.x SIP bindings for C and C++ libraries (PyQt4 version)

8472 commented on 2020-12-15 06:54 (UTC)

@devqore, I tried reinstalling it, but still no change. Have even tried removing it everything (pyqt4-common + myrdp) completely, cleared yay cache, even rebooted the system, installed it all as new, but it still fails with:

$ myrdp
Traceback (most recent call last):
File "/usr/share/myrdp/main.py", line 5, in <module>
from PyQt4.QtCore import Qt, QFile
ModuleNotFoundError: No module named 'PyQt4.sip'

devqore commented on 2020-12-14 20:13 (UTC)

@8472 I'm not sure what happened with the pyqt4 package, but after re-installing aur/pyqt4-common problem disappeared.

8472 commented on 2020-12-14 07:02 (UTC) (edited on 2020-12-14 15:15 (UTC) by 8472)

myrdp seems to be broken after some recent updates:
$ myrdp
Traceback (most recent call last):
File "/usr/share/myrdp/main.py", line 5, in <module>
from PyQt4.QtCore import Qt, QFile
ModuleNotFoundError: No module named 'PyQt4'

devqore commented on 2020-04-11 09:09 (UTC)

@8472 thanks for the information. I pushed change to use python3.

8472 commented on 2020-04-11 07:00 (UTC)

FYI, dependency python2-alembic seems to be gone

devqore commented on 2020-01-01 17:22 (UTC)

@cmonty14 thanks for the report. Please try with new PKGBUILD, should work.

cmonty14 commented on 2020-01-01 17:07 (UTC)

I get this error when trying to install this package: [thomas@pc7-cubi3 myrdp]$ makepkg -si ==> Erstelle Paket: myrdp 2018.2.0-2 (Mi 01 Jan 2020 17:56:59 CET) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> myrdp.sh gefunden -> myrdp.desktop gefunden ==> FEHLER: /home/thomas/Software/sources/myrdp ist kein Klon von git://github.com/szatanszmatan/myrdp Breche ab...

devqore commented on 2019-08-23 14:31 (UTC)

Package python2-pycryptodomex is available again, so myrdp is able to build again.