Skip to content

Commit 50fe534

Browse files
authored
Merge pull request #91 from tcet-opensource/90-fix-virtualbox-resolution
[FIXED] virtualbox resolution
2 parents 51e0601 + 3befa3d commit 50fe534

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Unit]
2+
Description=VirtualBox Guest Additions service
3+
After=network.target
4+
5+
[Service]
6+
ExecStart=/usr/bin/VBoxService --foreground
7+
ExecStop=/usr/bin/VBoxService --pidfile /var/run/vboxadd-service.pid --no-start
8+
9+
[Install]
10+
WantedBy=multi-user.target
11+

packages.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ networkmanager
135135
network-manager-applet
136136
base-devel
137137
pacman-contrib
138-
#virtualbox-guest-utils
138+
virtualbox-guest-utils
139139

140140

141141
## TCET Linux Desktop Env - XFCE

0 commit comments

Comments
 (0)