Summary: | RDP closing | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | NIkolay <texgas.ru> |
Component: | RDP | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, mserra, pseudo-account, ralf, turbidit |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
KRDC error window "Entered address can't be handled"
KRDC windows doesn't have RDP option Discover offers DEB and Snap version of KRDC, no Flatpak |
Description
NIkolay
2021-08-06 07:47:21 UTC
Created attachment 140679 [details]
KRDC error window "Entered address can't be handled"
Created attachment 140680 [details]
KRDC windows doesn't have RDP option
KRDC
Version 21.08.0
After update I can't use RDP, but required RDP libraries are installed.
$ apt list --installed | grep rdp
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
freerdp2-x11/focal-security,focal-updates,now 2.2.0+dfsg1-0ubuntu0.20.04.1 amd64 [установлен, автоматически]
libfreerdp-client2-2/focal-security,focal-updates,now 2.2.0+dfsg1-0ubuntu0.20.04.1 amd64 [установлен, автоматически]
libfreerdp2-2/focal-security,focal-updates,now 2.2.0+dfsg1-0ubuntu0.20.04.1 amd64 [установлен, автоматически]
Operating System: KDE neon 5.22
KDE Plasma Version: 5.22.4
KDE Frameworks Version: 5.84.0
Qt Version: 5.15.3
Kernel Version: 5.11.0-25-generic (64-bit)
Graphics Platform: X11
Processors: 6 × AMD Ryzen 5 4500U with Radeon Graphics
Memory: 5.7 ГиБ of RAM
Graphics Processor: AMD RENOIR
(In reply to Andrey E. from comment #2) > Created attachment 140680 [details] > KRDC windows doesn't have RDP option > Привет, я решил проблему. 1) Удалил все remmina, krdc, xfreerdp, конфиги от этих приложений. 2) Накатил заново KRDC, Remmina 3) Добавил подключение с базовыми настройками. Только адрес, логин и пароль. 4) На телефоне android проверил подключение через Microsoft Remote Desktop, нашёл ошибку с сертификатом, меня тупо из-за него не пускало. Но в логах нигде этого не было. Все настройки перепробовал. ;-) *** Bug 440913 has been marked as a duplicate of this bug. *** (In reply to NIkolay from comment #3) > (In reply to Andrey E. from comment #2) > > Created attachment 140680 [details] > > KRDC windows doesn't have RDP option > > > Привет, я решил проблему. > 1) Удалил все remmina, krdc, xfreerdp, конфиги от этих приложений. На всякий случай спрошу по-английски: Where can I find all config files required for deleting? I tried to uninstall and reinstall KRDC (I didn't have Remmina), but RDP option still doesn't appear. (In reply to Andrey E. from comment #5) > (In reply to NIkolay from comment #3) > > (In reply to Andrey E. from comment #2) > > > Created attachment 140680 [details] > > > KRDC windows doesn't have RDP option > > > > > Привет, я решил проблему. > > 1) Удалил все remmina, krdc, xfreerdp, конфиги от этих приложений. > > На всякий случай спрошу по-английски: > Where can I find all config files required for deleting? > I tried to uninstall and reinstall KRDC (I didn't have Remmina), but RDP > option still doesn't appear. включи видимость скрытых папок, пути: (тут у меня было freerdp) /home/user/.config/ (тут у меня было KRDC и remmina) /home/user/.local/share/ sudo apt-get purge krdc sudo apt-get purge freerdp2-x11 sudo apt autoremove Первая удалит KRDC с конфигами. Вторая удалит xfreerdp с конфигами. Третья удалит остатки мусора компонентов не использующихся. После этого установи через Discover KRDC из Flatpak. Created attachment 140688 [details] Discover offers DEB and Snap version of KRDC, no Flatpak (In reply to NIkolay from comment #6) > После этого установи через Discover KRDC из Flatpak. Are you sure that you are using Flatpak? I have connection with Flathub repo, but there are no any version of KRDC. For comparison I can easily find KDENLIVE both as a Snap and as a Flatpak (https://flathub.org/apps/details/org.kde.kdenlive). (In reply to NIkolay from comment #6) > (In reply to Andrey E. from comment #5) > > (In reply to NIkolay from comment #3) > > > (In reply to Andrey E. from comment #2) > > > > Created attachment 140680 [details] > > > > KRDC windows doesn't have RDP option > > > > > > > Привет, я решил проблему. > > > 1) Удалил все remmina, krdc, xfreerdp, конфиги от этих приложений. > > > > На всякий случай спрошу по-английски: > > Where can I find all config files required for deleting? > > I tried to uninstall and reinstall KRDC (I didn't have Remmina), but RDP > > option still doesn't appear. > > включи видимость скрытых папок, пути: > (тут у меня было freerdp) /home/user/.config/ > (тут у меня было KRDC и remmina) /home/user/.local/share/ > > sudo apt-get purge krdc > sudo apt-get purge freerdp2-x11 > sudo apt autoremove > > > Первая удалит KRDC с конфигами. > Вторая удалит xfreerdp с конфигами. > Третья удалит остатки мусора компонентов не использующихся. > > После этого установи через Discover KRDC из Flatpak. Hi, sorry, but that doesn't help. Still the same problem. Try to downgrade to 21.04.3 version... sudo apt-get install krdc=4:21.04.3-0xneon+20.04+focal+release+build29 https://bugs.kde.org/show_bug.cgi?id=440930 (In reply to MarcSerra from comment #9) > Try to downgrade to 21.04.3 version... > > sudo apt-get install krdc=4:21.04.3-0xneon+20.04+focal+release+build29 > > https://bugs.kde.org/show_bug.cgi?id=440930 Hi MarcSerra, that works. You saved my day. Thank you Ralf I confirm that RDP does not work in version 4:21.08.0-0xneon+20.04+focal+release+build30, rollback to 4:21.04.3-0xneon+20.04+focal+release+build29 helped. (In reply to RalfOE from comment #10) > (In reply to MarcSerra from comment #9) > > Try to downgrade to 21.04.3 version... > > Thank you > Ralf Also downgrading works for me. Thanks. Build 31 seems to solve the problem. With 4:21.08.0-0xneon+20.04+focal+release+build31 I haver RDP again. Thank's developers! |