Skip to content

Commit

Permalink
Update ubuntu-14.04-postinstall.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bristow committed Apr 26, 2014
1 parent caad2fb commit bffbbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-14.04-postinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def main(argv):
showexec ("Gnome Shell is now the default shell", "/usr/lib/lightdm/lightdm-set-defaults -s gnome-shell")

# Unity configuration
#if (config.has_section("unity")):
if (config.has_section("unity")):
# Set the default theme
#if (config.has_option("unity", "theme")):
#showexec ("Set the default Unity theme to "+config.get("unity", "theme"), "gsettings set org.gnome.desktop.interface gtk-theme "+config.get("unity", "theme"))
Expand Down

0 comments on commit bffbbf0

Please sign in to comment.