-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b2a4b5
commit ee9d6aa
Showing
3 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
sudo pkg_add at-spi2-core | ||
|
||
sudo pkg_add install xfce | ||
sudo pkg_add install xfce-extras | ||
sudo pkg_add install xfce-desktop | ||
|
||
sudo sed -i 's/xconsole/#xconsole/' /etc/X11/xenodm/Xsetup_0 | ||
|
||
sudo pkg_add xfce4-power-manager | ||
|
||
sudo pkg_add install xdg-user-dirs | ||
xdg-user-dirs-update | ||
|
||
rcctl enable messagebus | ||
rcctl start messagebus | ||
rcctl enable apmd | ||
rcctl start apmd | ||
|
||
# this must be done for the local user | ||
touch .xsession | ||
# echo 'exec ck-launch-session xfce4-session' > .xsession | ||
echo 'exec xfce4-session' > .xsession | ||
ln -s .xsession .xinitrc | ||
xdg-user-dirs-update |