You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support negative-valued action parameters
by converting them in the Python helper code into a positive value
whose bit pattern is the 2's complement representation of the negative
value.
* Minor fixes and improvements to Ubuntu 24.04 VM readme
Copy file name to clipboardExpand all lines: vm-ubuntu-24.04/README.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ Feel free to try it out and report problems if you find any.
6
6
Known issues that anyone who knows how to fix is welcome to suggest
7
7
improvements:
8
8
9
-
+ The VM created has a GUI desktop with icons, but the icon images are
10
-
"blank".
9
+
+ The desktop icon for the Wireshark application does not seem to
10
+
exist, at least not under the name that worked for Ubuntu 20.04, so
11
+
it shows up as a question mark.
11
12
12
13
13
14
# Creating the VM
@@ -82,9 +83,10 @@ create new VM images once per month.
82
83
+ In "Wallpaper mode" popup menu, choose "Center on the screen".
83
84
+ Click Apply button
84
85
+ Close "Desktop preferences" window
85
-
+ The desktop "icons" are some kind of strange invisible or
86
-
non-existent icon images. If you know how to fix this, please let
87
-
me know.
86
+
+ Start menu -> Preferences -> LXQt settings -> Appearance
87
+
+ Click "Icons Theme"in left column
88
+
+ Click "Ubuntu-Mono-Light ..."in right column.
89
+
+ Click "Apply" button, then"Close" button.
88
90
+ Several of the icons on the desktop have an exclamation mark on
89
91
them. If you try double-clicking those icons, it pops up a window
90
92
saying "This file 'Wireshark' seems to be a desktop entry. What do
@@ -243,7 +245,7 @@ Virtual system settings:
243
245
+ Description:
244
246
245
247
```
246
-
Open source P4 development tools built from latest source code as of 2024-Jun-01 and packaged into an Ubuntu 20.04 Desktop Linux VM for the AMD64 architecture.
248
+
Open source P4 development tools built from latest source code as of 2024-Jun-01 and packaged into an Ubuntu 24.04 Desktop Linux VM for the AMD64 architecture.
0 commit comments