Reply To: Notification Area as thinuser

#22883
ericgst
Member
  • Total Post: 5
  • Newbie

@Lavarius wrote:

I know There hasn’t been many views for this, but i was able to come up with a package that performed the task I required. inside of a shell script that runs at login, run these commands:

echo “before command”
su – thinuser -f -c “gconftool-2 –set /apps/panel/global/locked_down –type bool true”
su – thinuser -f -c “gconftool-2 –type list –set /apps/panel/general/applet_id_list –list-type string [,notification_area_screen0,window_list_screen0,notification_area_screen0,clock_screen0,mixer_screen0,main_menu_screen0]”
su – thinuser -f -c “killall gconfd-2”
su – thinuser -f -c “gconfd-2”
su – thinuser -f -c “killall gnome-panel”

works great on 11.1.031

Would you mind giving a little more detail? I am fairly new Linux, especially Wyse’s implementation. What script did you put it in, and how did you edit it?