[opensuse-factory] krdc doesn't work
Hi, is it possible to view parameterers from krdc or some debug output? Trying to connect via RDP. It works with xfreerdp cli, but krdc does not work. Maybe incompatibility between krdc and xfreerdp. thanks, m. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am Freitag, 1. Juni 2018, 11:20:41 schrieb Michal Hlavac:
is it possible to view parameterers from krdc or some debug output?
Enable debug output for KRDC in kdebugsettings. Then it should print the command it runs to the shell (if you run it in a shell, to the journal otherwise). Kind Regards, Wolfgang -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
hi Wolfgang, there is no KRDC entry in kdebugsettings. thanks, m. On piatok, 1. júna 2018 13:37:21 CEST Wolfgang Bauer wrote:
Enable debug output for KRDC in kdebugsettings. Then it should print the command it runs to the shell (if you run it in a shell, to the journal otherwise).
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Freitag, 1. Juni 2018 13:37:21 CEST Wolfgang Bauer wrote:
Am Freitag, 1. Juni 2018, 11:20:41 schrieb Michal Hlavac:
is it possible to view parameterers from krdc or some debug output?
Enable debug output for KRDC in kdebugsettings. Then it should print the command it runs to the shell (if you run it in a shell, to the journal otherwise).
Kind Regards, Wolfgang
kdrc misses the required *.categories files. See https://cgit.kde.org/krdc.git/tree/CMakeLists.txt and compare with e.g. https://cgit.kde.org/akonadi-calendar.git/commit/? id=230c97991a08309b6393aaa5c29ca6768991ca17 https://cgit.kde.org/akonadi-calendar.git/commit/? id=d4175d6aaaa6dc1d11d4b4745cbaa622c6087940 Kind regards, Stefan-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am 01.06.2018 um 11:20 schrieb Michal Hlavac:
Hi,
is it possible to view parameterers from krdc or some debug output? Trying to connect via RDP. It works with xfreerdp cli, but krdc does not work. Maybe incompatibility between krdc and xfreerdp.
thanks, m.
This works for me: QT_LOGGING_RULES="*.debug=true" krdc Hendrik -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
From: Hendrik Woltersdorf <hendrikw@arcor.de> Sent: Friday, June 1, 2018 11:10 AM To: opensuse-factory@opensuse.org Subject: Re: [opensuse-factory] krdc doesn't work
QT_LOGGING_RULES="*.debug=true" krdc
Thank you very much for this! It helped me figure out what was being executed :: KRDC: Starting xfreerdp with arguments: "-decorations /w:1280 /h:1024 /kbd:0x00000409 /u:myusername /parent-window:138412113 /bpp:24 /audio-mode:0 /sound:sys:alsa /drive:media,/media /network:lan /rfx /cert-ignore +clipboard /port:3389 /v:servername" If I tried to start xfreerdp from the command line with those parameters, it would fail. By removing the parameters one at a time, I found that the one that was causing the problem was: /drive:media,/media I removed that option from the krdc profile, but it still wouldn't work, unfortunately. But at least I can run it all from the command line. Not nearly as handy, but it's something at least :P Chris-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am Freitag, 8. Juni 2018, 16:10:27 schrieb Christopher Myers:
/drive:media,/media
I removed that option from the krdc profile, but it still wouldn't work, unfortunately.
You might have to create the /media folder if it doesn't exist. (or maybe just specify an existing one like /mnt ?) See also https://forums.opensuse.org/showthread.php/531358-KRDC-can-t-connect-to-RDP-...) Kind Regards, Wolfgang -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (5)
-
Brüns, Stefan
-
Christopher Myers
-
Hendrik Woltersdorf
-
Michal Hlavac
-
Wolfgang Bauer