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.
|
|
12-27-2004, 11:20 AM
|
#1
|
LQ Newbie
Registered: Dec 2004
Location: Toronto, Canada
Distribution: Mandrake 10.1
Posts: 14
Rep:
|
Programs not starting
Some of my programs that I've installed on my most recent reformat of my system (Yes, eight and counting. This time it was because the stupid system just couldn't figure out a basic ethernet connection... So I reformatted and let the installer take car of it), namely so far, Mozilla and WineX, refuse to start. They come up on the task bar with "Starting such and so", but after about 15 seconds, just dissappear and don't start. No error, nothing.
Probably been asked/answered before, but the little search button on new posts gave me no topics on it.
|
|
|
12-27-2004, 11:33 AM
|
#2
|
Member
Registered: Sep 2004
Distribution: Gentoo
Posts: 134
Rep:
|
1) What distro are you using?
2) What, exactly, is the output if you try running these programs from the command line?
(If you are not familiar with the command line, open one up and type "mozilla" without the quotes, its that simple)
|
|
|
12-27-2004, 11:35 AM
|
#3
|
LQ Newbie
Registered: Dec 2004
Location: Toronto, Canada
Distribution: Mandrake 10.1
Posts: 14
Original Poster
Rep:
|
Distro:
<---
Output: None... It says its starting, then after 15 seconds, the tab on the taskbar just dissappears. In the command shell, it just sits for a second or two, then gives me a new input prompt. (In the case of winex, it says bash: winex: command not found. (I tried /usr/bin/winex as well))
For Mozilla, I'm just trying to open a browser window
For WineX, I'm trying to test its working order by running Chip's Challenge
Last edited by Floydian; 12-27-2004 at 11:39 AM.
|
|
|
12-27-2004, 11:40 AM
|
#4
|
Member
Registered: Sep 2004
Distribution: Gentoo
Posts: 134
Rep:
|
Okay, try doing
Code:
find / -iname winex
This could take a while, depending on your hard drive size and speed.
|
|
|
12-27-2004, 11:53 AM
|
#5
|
LQ Newbie
Registered: Dec 2004
Location: Toronto, Canada
Distribution: Mandrake 10.1
Posts: 14
Original Poster
Rep:
|
Ok, it gave me a few, most notably ones in my /usr/share directories, and the entries in my star menu (/usr/share/applnk-mdk/More Applications/Emulators/WineX), but nothing that I could find actually contained the central winex program
So I put in dir /usr/share/applnk-mdk/More\ Applications/Emulators/WineX
And it gave me a few programs (The ones that would appear in the star menu folder for winex), and I tried running Notepad.desktop, and it said 'Access Denied'... Something I'm familiar with.
So I used su to change to root, and gave it the ol' chmod 7777 command and tried running it both from the star menu and command shell.
It ran the same out of the star menu (AKA, not starting, but saying 'starting' in the taskbar), in the shell it gave me the error '/usr/share/applnk-mdk/More Applications/Emulators/WineX/Notepad.desktop: line 1: [Desktop: command not found'
|
|
|
12-27-2004, 04:53 PM
|
#6
|
Member
Registered: Jun 2004
Location: Scotland
Distribution: Anything that'll install...
Posts: 305
Rep:
|
To see if the apps are installed, do
Code:
`rpm -qa | grep -i wine`
and
Code:
`rpm -qa | grep -i mozilla`
To find out where the binaries are: and To see if the directories output from the previous commands are in your path: .
|
|
|
12-27-2004, 06:08 PM
|
#7
|
LQ Newbie
Registered: Dec 2004
Location: Toronto, Canada
Distribution: Mandrake 10.1
Posts: 14
Original Poster
Rep:
|
Ok, typing the former 2 tells me the name of the programs (IE winex-3-3-1), the next 2 give me /usr/bin/~~~~ paths, and the which commands give the following:
For winex: which: no winex in (/usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/home/floydian/bin)
For mozilla:/usr/bin/mozilla
echo $path gave no output but an extra blank line
Last edited by Floydian; 12-27-2004 at 06:09 PM.
|
|
|
12-27-2004, 06:43 PM
|
#8
|
Member
Registered: Jun 2004
Location: Scotland
Distribution: Anything that'll install...
Posts: 305
Rep:
|
Quote:
echo $path gave no output but an extra blank line
|
It would, if you used lower case.
Try the full path to the binary, i.e. `/usr/bin/mozilla`
|
|
|
12-28-2004, 12:04 PM
|
#9
|
LQ Newbie
Registered: Dec 2004
Location: Toronto, Canada
Distribution: Mandrake 10.1
Posts: 14
Original Poster
Rep:
|
Hmmm... Rather than waste my life away on my corrupted system, I've decided to go for number 8. I'll just reformat the whole damn thing... It's the only time it actually works.
|
|
|
All times are GMT -5. The time now is 02:04 PM.
|
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
|
|