Skip to content
Snippets Groups Projects
Commit 881d7574 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

go to hell dbus

parent c2b4bc06
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,8 @@ config_66(){ ...@@ -56,8 +56,8 @@ config_66(){
66-enable -v3 dbus ntpd consolekit connmand wpa_supplicant 66-enable -v3 dbus ntpd consolekit connmand wpa_supplicant
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current" out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics" su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics"
out_action "Enable dbus-user and xdg-user-dirs on tree graphics" out_action "Enable xdg-user-dirs on tree graphics"
su "${NEWUSER}" -c "66-enable -v3 -t graphics dbus-user xdg-user-dirs" su "${NEWUSER}" -c "66-enable -v3 -t graphics xdg-user-dirs"
} }
custo_once config_66 custo_once config_66
......
...@@ -44,7 +44,6 @@ custo_once() { ...@@ -44,7 +44,6 @@ custo_once() {
############################## only modifie this script after this line ############################ ############################## only modifie this script after this line ############################
create_log_user(){ create_log_user(){
out_action "add ${NEWUSER} at log group" out_action "add ${NEWUSER} at log group"
gpasswd -a "$NEWUSER" log gpasswd -a "$NEWUSER" log
...@@ -57,8 +56,8 @@ config_66(){ ...@@ -57,8 +56,8 @@ config_66(){
66-enable -v3 dbus ntpd consolekit connmand wpa_supplicant 66-enable -v3 dbus ntpd consolekit connmand wpa_supplicant
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current" out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics" su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics"
out_action "Enable dbus-user and xdg-user-dirs on tree graphics" out_action "Enable xdg-user-dirs on tree graphics"
su "${NEWUSER}" -c "66-enable -v3 -t graphics dbus-user xdg-user-dirs" su "${NEWUSER}" -c "66-enable -v3 -t graphics xdg-user-dirs"
} }
custo_once config_66 custo_once config_66
......
...@@ -57,8 +57,8 @@ config_66(){ ...@@ -57,8 +57,8 @@ config_66(){
66-enable -v3 dbus ntpd consolekit networkmanager 66-enable -v3 dbus ntpd consolekit networkmanager
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current" out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics" su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics"
out_action "Enable dbus-user and xdg-user-dirs on tree graphics" out_action "Enable xdg-user-dirs on tree graphics"
su "${NEWUSER}" -c "66-enable -v3 -t graphics dbus-user xdg-user-dirs" su "${NEWUSER}" -c "66-enable -v3 -t graphics xdg-user-dirs"
} }
custo_once config_66 custo_once config_66
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment