Results 1 to 5 of 5
im running mandriva 2007 free with cedega
ive installed the sims and it runs ok but i want to place a shortcut icon for the sims on my desktop so ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-29-2007 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 30
place a shortcut to desktop
im running mandriva 2007 free with cedega
ive installed the sims and it runs ok but i want to place a shortcut icon for the sims on my desktop so the kids dont have to use the konsole
how do i place the shortcut on desktop
- 01-30-2007 #2
you can create symlink ( shorcuts ) through 'ln' command.
Code:ln -s <path of sims package> ~/Desktop/sims
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-30-2007 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 30
just tried what you said and got the following error
Originally Posted by devils_casper
[john@localhost ~]$ ln -s <path of sims package> ~/Desktop/sims
bash: path: No such file or directory
[john@localhost ~]$ su
Password:
[root@localhost john]# ln -s <path of sims package> ~/Desktop/sims
bash: path: No such file or directory
[root@localhost john]#
- 01-30-2007 #4
you should 'type' actual path of sims binary file.
i assume that package name is 'sims'. execute this
this will display the path of sims pacakge. mostly its /usr/bin/sims.Code:which sims
now create symlink
Code:ln -s /usr/bin/sims ~/Desktop/sims
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-30-2007 #5Just Joined!
- Join Date
- Mar 2006
- Posts
- 30
ln -s /usr/bin/sims ~/Desktop/sims
Originally Posted by devils_casper
had to change to ln -s /usr/bin/the_sims ~/Desktop/sims.
problem solved thanx


Reply With Quote
