A
A
alexq22015-03-06 16:57:02
linux
alexq2, 2015-03-06 16:57:02

Why can't the gui program run as a regular user?

Why can't the gui program run as a regular user? Everything works under root.
cds_root command not found
Error: Unable to find the installation_name in your path.
Please correct this and try again.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
alexq2, 2015-03-10
@alexq2

Thanks a lot guys! Added environment variable under user.
Then xhost + (from under the root)

S
Saboteur, 2015-03-06
@saboteur_kiev

Perhaps it simply does not find the executable file, because the path to it is not specified in the path?

T
Tolik, 2015-03-06
@Diel

user dir/with/program$ ./program
And for any directory: add to .bashrc or similar
export PATH=$PATH:/home/user/path_to_program (folder_where_the_binary is)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question