Skip to content

Commit

Permalink
Added xfce4-session to xfce4 required packages.
Browse files Browse the repository at this point in the history
TODO : check other desktops in other distros.
.
  • Loading branch information
scarygliders committed Jun 17, 2014
1 parent fb32a8d commit 1b425f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RDPsesconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Automatic RDP session configurator
# a.k.a. ScaryGliders RDPsesconfig
#
# Version 3.02
# Version 3.11
#
# Version release date : 20131017
# Version release date : 20140617
########################(yyyyMMDD)
#
# See CHANGELOG for release detials
Expand Down Expand Up @@ -312,7 +312,7 @@ config_for_unity2d()
config_for_xfce()
{
session="startxfce4"
RequiredPackages=(xfdesktop4)
RequiredPackages=(xfdesktop4 xfce4-session)
selecttext="Select which user(s) to configure an Xfce RDP session for..."
}

Expand Down

0 comments on commit 1b425f0

Please sign in to comment.