You are not logged in.
i am try to run a bash script to start Rox in "root" from the menu in Fluxbox. here is the script,
#! /bin/bash
su -c "rox"
it runs fine from the console, but from the menu after i enter my password xterm shuts down.
please help
Offline
you might want to try gksu instead of su -c
Offline
thanks
Offline