*RemoteBox now requires VirtualBox 7.1.x. *Updated OS icons. *Added support for VirtioSound Audio Controller. *Implemented refresh function for guest logs, the button was available but actually did nothing. *Changed the default freerdp client preset. VirtualBox now issues self-signed certs on RDP connections, the new default ignores certificate verification as RemoteBox cannot prompt you. *Added Remmina as a VNC/RDP client preset. *Significant work on removing dependence on Glade and GTKBuilder. *VirtualBox now uses self-signed certs on RDP connections. You will need to reset your RDP settings in the RemoteBox Preferences -> Guest Display Tab, by selecting a preset. *RemoteBox 3.3 requires the Perl module Time-HiRes to be installed if not already. *RemoteBox 3.3 should run on ARM based Macs fine, but using ARM based Macs as the server is NOT supported. OBS-URL: https://build.opensuse.org/package/show/Virtualization/RemoteBox?expand=0&rev=50
11 lines
342 B
Diff
11 lines
342 B
Diff
Index: remotebox
|
|
===================================================================
|
|
--- remotebox.orig
|
|
+++ remotebox
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env perl
|
|
+#!/usr/bin/perl
|
|
# ^^^ You may need to change this to the location of your perl interpreter
|
|
# RemoteBox v3.3 (c) 2010-2024 Ian Chapman. Licenced under the terms of the GPL
|
|
use strict;
|