Package Details: remmina-plugin-rdesktop 1.3.0.0-4

Git Clone URL: https://aur.archlinux.org/remmina-plugin-rdesktop.git (read-only, click to copy)
Package Base: remmina-plugin-rdesktop
Description: A protocol plugin for Remmina to open a RDP connection with rdesktop
Upstream URL: http://www.muflone.com/remmina-plugin-rdesktop/
Licenses: GPL
Submitter: Muflone
Maintainer: Muflone
Last Packager: Muflone
Votes: 87
Popularity: 0.027835
First Submitted: 2013-05-01 00:36 (UTC)
Last Updated: 2023-08-13 23:52 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

sajattack commented on 2017-09-23 05:22 (UTC)

Successfully built on armv7h. Please add this to your supported architectures.

Muflone commented on 2016-04-23 23:06 (UTC)

The plugin code was updated to reflect the changes in the remmina code.

Muflone commented on 2016-04-23 23:06 (UTC)

@thebodzio I'm the plugin author, I'm 100% absolutely sure my code doesn't use directly or indirectly the freerdp library. You are confusing the rdesktop plugin (which doesn't use freerdp at all) with the rdp plugin (which uses the freerdp library).

thebodzio commented on 2016-04-19 20:20 (UTC)

@Muflone: I agree with eduncan911 about freerdp dependency. Without freerdp remmina spits out the following during startup: Failed to load plugin: /usr/lib/remmina/plugins/remmina-plugin-rdp.so. Error: libfreerdp.so.2.0: cannot open shared object file: No such file or directory What is more, there's no RDP option in quick connect form. Explicit freerdp installation solves the problem. For completeness sake: community/remmina 1:1.2.0rcgit.11-1 aur/remmina-plugin-rdesktop 1.2.2.0-2 community/freerdp-1:1.2.0_20160107-6

comeandtakeit commented on 2016-04-19 17:16 (UTC)

Same issue as jvybihal for me as well.

jvybihal commented on 2016-04-19 08:34 (UTC)

gdb: http://pastebin.com/tfss2jFv

jvybihal commented on 2016-04-19 08:25 (UTC)

Plugin crashes for me (either remmina or remmina-git, with -DREMMINA_VER_1_1=OFF) $ remmina Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. Segmentation fault (core dumped) Looks like plugin issue to me, not remmina issue.

Muflone commented on 2016-01-23 17:11 (UTC)

@eduncan911 there's no dependency of freerdp on the remmina-plugin-rdesktop. If remmina crashes the causes can be: 1) an issue with remmina itself 2) you compiled the remmina-plugin-rdesktop for the wrong version (see the PKGBUILD)

eduncan911 commented on 2016-01-23 15:01 (UTC)

I think there's dependency on "freerdp"? Fresh install of Arch and Remmina + this plugin on a new laptop... Remmina segment faults when selecting RDP after a reboot. Loading on command line, got errors on Remmina that it couldn't load the RDP plugin. After some digging: $ ldd /usr/lib/remmina/plugins/remmina-plugin-rdp.so (...snip...) libfreerdp.so.2.0 => not found libfreerdp-client.so.2.0 => not found libwinpr.so.1.1 => not found (...snip...) # pacman -S freerdp Then I run the previous command: $ ldd /usr/lib/remmina/plugins/remmina-plugin-rdp.so (...snip...) libfreerdp.so.2.0 => /usr/lib/libfreerdp.so.2.0 (0x00007f771ea0e000) libfreerdp-client.so.2.0 => /usr/lib/libfreerdp-client.so.2.0 (0x00007f771e767000) libwinpr.so.1.1 => /usr/lib/libwinpr.so.1.1 (0x00007f771e47e000) (...snip...) And Remmina now is able to select RDP without crashing.

rca commented on 2016-01-18 10:20 (UTC)

The remmina package in community has been updated to 1.2 https://www.archlinux.org/packages/community/x86_64/remmina/ I suppose the PKGBUILD should now default to : cmake -DCMAKE_INSTALL_PREFIX=/usr -DREMMINA_VER_1_1=OFF .