old-polackThank you, that prompted me to do it, looks better, though I think I might look around for something better looking, one of those personal things.
Run as Normal UserYour suggestion
[root@localhost ~]# ls -l /opt/VariCAD/bin |grep varicad had me thinking about these permissions and I figured it was a worth while effort to do some experimenting. I was hinting at that a bit earlier and I started su Konqeror and went to the directory /opt/VariCAD/ right clicked > Properties and changed to gert/gert and in time noticed the little box about "also in all subfolders" which got a tick.
[gert@localhost ~]$ ls -l /opt/VariCAD/bin/
total 44492
-rw-rw-r-- 1 gert gert 6480 2010-07-23 06:40 errors.txt
drwxrwxr-x 12 gert gert 4096 2010-06-14 10:17 glib/
-rwxrwxr-x 1 gert gert 45545388 2010-06-14 10:17 varicad*
[gert@localhost ~]$
Now gert is the user and it works, I think I was surprised because I had had an initial effort that failed and my confidence was cleaning the floor.
[gert@localhost ~]$ varicad
*** (R) VariCAD - graphic system release 2010-2.08
*** (C) VariCAD
[gert@localhost ~]$
Well to all you not so eagle eyed notice that I have got my
varicad exe file name operational from (almost) any normal user location as I was hoping. Theer are some administrative tasks to be sorted out with setting up new paths to file storage but not part of present problem.
PATH inclusionThis had already been mentioned earlier by
old-polack as this was the most difficult item for me I left it last and payed a price in some lost time. I had a few failed googling attempts but then I got a couple of good leads I will mention one which I found very interesting and a good description suiting me:
[gert@localhost ~]$ man PATH
No manual entry for PATH
[gert@localhost ~]$ PATH --help
Command not found.
* Waiting in queue..
* Loading list of packages...
[gert@localhost ~]$
Just showing that I had a vain attempt at using inbuilt help first
http://www.linfo.org/path_env_var.html In my case I have permanently, for the time being changed:
file:///home/gert/.bash_profile to include /opt/VariCAD/bin/
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/opt/VariCAD/bin/
export PATH
unset USERNAME
Error fileNote in the /opt/VariCAD/bin/ directory a file
errors.txt this is 90 lines looking like this
Object::connect: No such signal VcdKPopupMenu::highlightedRedirect(int)
Object::connect: No such signal VcdKPopupMenu::highlightedRedirect(int)
I am not sure at what time these started to pop up and why.
Edit: This message seen once in VariCAD forum (also 90 lines), no satisfactory description of what it may mean. In view of that however I consider it a VariCAD problem not pclos.
I have attached a pick of what can be done in 3D, it is a sample from the tutorials, looks easy but don't be fooled. Needs lots and lots of time.