Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-13-2004, 05:09 PM
|
#1
|
LQ Newbie
Registered: Feb 2004
Posts: 25
Rep:
|
No program shortcut for installed applications?
I have just installed Suse 9.1 and have installed a couple of programs, one of which is Real VNC. It has been installed using Yast and all went well.
However, there has been no shortcuts created. Does anyone know how to start the VNC sever or the config file so I can get it running.
Just a folder location would do or terminal command to start the server or config file.
Thanks
|
|
|
08-13-2004, 05:12 PM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
rpm -ql `rpm -qa | grep -i vnc`
Cheers,
Tink
|
|
|
08-13-2004, 07:22 PM
|
#3
|
Member
Registered: Jul 2004
Location: Palo Alto, CA
Distribution: #! Korora
Posts: 472
Rep:
|
Create a bunch of "alias"es and put them into your
$HOME/.bashrc file. Learn about "alias" if needed, i.e.,
man alias
Sheng-Chieh
p.s. something like (warning: I may have syntact (sp?) wrong,
someone corrects me)
alias vncstart "rpm -ql `rpm -qa | grep -i vnc`"
|
|
|
08-14-2004, 01:19 PM
|
#4
|
LQ Newbie
Registered: Feb 2004
Posts: 25
Original Poster
Rep:
|
I have run the command you gave me in a "Shell-Console", it seems to run some script and list all the file locations. What does this actually do? Should it create a shortcut anywhere?
I just want to configure the vnc server program somehow?
|
|
|
08-14-2004, 03:50 PM
|
#5
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
What I gave you will list all files that
have vnc in the name ... if you filter
that through grep bin as well, chances
are you know where the executable
lives, which you could then use to
create a shortcut/menu-entry.
Cheers,
Tink
|
|
|
08-14-2004, 04:09 PM
|
#6
|
Member
Registered: Jun 2004
Location: Scotland
Distribution: Anything that'll install...
Posts: 305
Rep:
|
Quote:
Originally posted by shengchieh
Create a bunch of "alias"es and put them into your
$HOME/.bashrc file. Learn about "alias" if needed, i.e.,
man alias
Sheng-Chieh
p.s. something like (warning: I may have syntact (sp?) wrong,
someone corrects me)
alias vncstart "rpm -ql `rpm -qa | grep -i vnc`"
|
There should be an '=' in there too, e.g.
alias ls="ls -lh --color"
|
|
|
All times are GMT -5. The time now is 12:22 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|