mirror of
https://github.com/jiangcuo/pve-installer.git
synced 2026-08-07 02:03:08 +00:00
Since Glib 2.76 there is no need to set this environment variable as this is the default now. For more details see the release notes of 2.75.3 (pre-release for 2.76). Additionally, when run under Valgrind it would use malloc even from before 2.75.3. Proxmox VE 9 ships with libglib2.0 2.84. [1] https://gitlab.gnome.org/GNOME/glib/-/releases/2.75.3 Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> Link: https://lore.proxmox.com/20250807095420.210040-1-m.sandoval@proxmox.com
8 lines
129 B
Bash
8 lines
129 B
Bash
#!/bin/sh
|
|
|
|
/usr/bin/xrdb -load /.Xdefaults
|
|
/usr/bin/X11/xsetroot -solid grey
|
|
openbox &
|
|
/.spice-vdagent.sh &
|
|
/usr/bin/proxinstall
|