Package Details: remotebox 3.5-2

Git Clone URL: https://aur.archlinux.org/remotebox.git (read-only, click to copy)
Package Base: remotebox
Description: Open Source VirtualBox Client with Remote Management
Upstream URL: http://remotebox.knobgoblin.org.uk/
Licenses: GPL-2.0-only
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 20
Popularity: 0.000466
First Submitted: 2011-08-17 19:59 (UTC)
Last Updated: 2025-03-24 12:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Cetronix commented on 2013-08-02 17:33 (UTC)

package() { mkdir -p $pkgdir/usr/{share/{applications,doc/remotebox,remotebox},bin} cd $srcdir/RemoteBox-${pkgver}/share/remotebox /bin/tar cf - * | ( cd $pkgdir/usr/share/remotebox/; tar xfp - ) sed -i '/Bin\/share\/remotebox/s/\$Bin/\/usr/' ../../remotebox sed -i '/use FindBin/a\ $Bin='\''/usr/'\'';' ../../remotebox install -Dm755 ../../remotebox $pkgdir/usr/bin/remotebox install -Dm644 icons/remotebox-about.png $pkgdir/usr/share/pixmaps/remotebox.png install -Dm644 $srcdir/remotebox.desktop $pkgdir/usr/share/applications/remotebox.desktop install -Dm644 ../../docs/* $pkgdir/usr/share/doc/remotebox }

PTBM133A4X commented on 2013-02-27 23:12 (UTC)

Update to my last comment. I found the solution in the Remotebox docs: 6.1.16 I get an error message on the command line similar to the following “Incorrect parameter at <path>/SOAP/Lite.pm” line xxxx”. What can I do? This seems to be a bug in your particular perl-Gtk2 implementation. If possible upgrade your version of perl-Gtk2. You can also work around this by editing the SOAP/Lite.pm file and changing the line from: die “Incorrect parameter” unless $itself =~/^\d$/; to die “Incorrect parameter” unless $itself =~/^\d*$/; (Note the addition of the asterisk *)

PTBM133A4X commented on 2013-02-27 23:02 (UTC)

@carl_tw did you get this fixed? I have the same problem.

mrbit commented on 2012-11-26 13:07 (UTC)

please update 1.5 ...thanks

mrbit commented on 2012-09-20 05:40 (UTC)

please update 1.4 ...thanks

<deleted-account> commented on 2012-07-26 17:10 (UTC)

It didn't works while logged onto a VirtualBox server. *** unhandled exception in callback: *** Incorrect parameter at /usr/share/perl5/vendor_perl/SOAP/Lite.pm line 1993. *** ignoring at /usr/bin/remotebox line 49.

Harvey commented on 2012-07-23 07:48 (UTC)

additional dependency for 1.3: perl-soap-lite. Won't run without this installed.

Harvey commented on 2012-07-19 06:51 (UTC)

Version 1.3 available

sakaru commented on 2011-10-12 19:15 (UTC)

Also requires gtk2-perl and perl-soap-lite