• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux apps. Easy question. :P

AkumaBao

Golden Member
So what's up with these apps I have in my GUI that don't start? They try to start, but then they stop, and close. (i.e. TraceRoute, and a few DL'ed games.) The games were not RPM files so I did the usual and unzipped them. Tried to start them through the File Manger, but no luck. Also, tried in bash at RL 3. No luck. 🙁 Thanx in advance. 😀
 
If I do it in Bash, I get a "command file not found". If I do it from KDE, the Menu bar shows, but no screen.
 
Don't forget to execute files, you use ./ before the name.

Like if you have a program called JoeBlow, to execute it from the current directory, you type:

./JoeBlow

Ignore all this if you knew that. 🙂
 
That's probably my problem. 😛 I'm quite new to the Linux interface, so I wouldn't put it past myself that I did it wrong. Although some of the programs are installed in KDE, and don't function.
 
You should probably give one specific example of a file/game you are trying to run, with names directories, etc. Sounds like if you fix one, you will fix them all....
 
othe possibilities
1. are you logged in as root
2. if logged in as regular user, do you have permission to execute
the file. if not, chmod
3. is the file in your current dir, or in your PATH?
(ive made all these mistakes myselkf too)
 
Nevermind. The apps that weren't supposivly working, were not working under KDE. When I logged out, it showed them running.
 
Back
Top