Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
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.
I recently installed vuze 4.x on my mandriva 2007 system. Now it was a tar file which i unzipped. Now i want to run vuze on system startup.......i mean i want to bring it in the system panel permanently(even when the system starts)........ How shall i achieve it.
please help
You should be able to start a program from rc.local on boot.
You need to become root in order to edit that file. Go to /etc/rc.d/ and you will find a file called rc.local.
Create a line at the bottom of the file, with the full path to the binary file. Save the rc.local file, boot your system to test it. The program should launch normally from a konsole first. If that works, then edit the file.
You can use camorri's method of launching an application from rc.local, however, at the time rc.local is executed, there will be no X server started on the local host. If your application requires X, you should probably look to your desktop (probably KDE or Gnome; you haven't specified) configuration to automatically start up applications. Can you tell us about the nature of your application, and a bit about what resources it expects to have available?
--- rod.
You can use camorri's method of launching an application from rc.local, however, at the time rc.local is executed, there will be no X server started on the local host. If your application requires X, you should probably look to your desktop (probably KDE or Gnome; you haven't specified) configuration to automatically start up applications. Can you tell us about the nature of your application, and a bit about what resources it expects to have available?
--- rod.
you see, i don't get you properly..........
i have kde installed on my system. the file that i want to open is a shell script that brings up the vuze GUI version
There is an order to everything that happens at boot time. The starting of X happens only in runlevel 5, and after the commands in rc.local have executed. Ergo, the GUI application will be unable to start until after X has started. You can use the KDE desktop to automatically launch your application, however I do not know the precise method used to do this. It probably makes a difference which version of KDE you are using, and can probably be done in a way that it happens for all users, or simply for yourself. A quick Google search for 'KDE autostart application' turned up this page which looks helpful.
--- rod.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.