forked from pool/RemoteBox
- Update to 3.1
- Changed the RemoteBox logo
- Various minor GUI tweaks
- Added button to save the message log to a text file. Might be
useful for debugging purposes.
- Fixed: Regression introduced in 3.0 caused Connection Profiles
dialog to essentially stop working correctly, potentially
losing existing profiles in the process.
- Fixed: Regression introduced in 3.0 meant that NAT rules were
not shown for IPv4 and IPv6 networks
- Fixed column sorting in the VMM (Virtual Media Manager)
- Fixed various list selection bugs. The get_selected() method
under GTK3 returns both the model and the iterator, not just
the iterator as with GTK2
- RemoteBox is no longer bundled with a PDF manual. Documentation
is now exclusively maintained on the RemoteBox web site.
OBS-URL: https://build.opensuse.org/request/show/966047
OBS-URL: https://build.opensuse.org/package/show/Virtualization/RemoteBox?expand=0&rev=44
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.1 (c) 2010-2022 Ian Chapman. Licenced under the terms of the GPL
|
|
use strict;
|