Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apt install dbus-x11 #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Scripts/DesktopEnvironment/Apt/Xfce4/de-apt-xfce4.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/bash

#Get the necessary components
apt-get update
apt-get install xfce4 xfce4-terminal tightvncserver -y
apt-get install xfe -y
apt-get clean
apt update
apt install xfce4 xfce4-terminal tightvncserver -y
apt install xfe -y
apt install dbus-x11
apt clean

#Setup the necessary files
mkdir ~/.vnc
Expand Down Expand Up @@ -41,4 +42,4 @@ echo " "
echo "export DISPLAY=":1"" >> /etc/profile
source /etc/profile

vncserver-start
vncserver-start