Quote:
Originally posted by totothehero program works! thanks so much for the help. I still need to "source ~/.bash_profile" before i run the .jar file...anyway around this? this is a minor problem, though. i can just write a script for myself if need be.
great work! |
Your welcome and thank you for the positive feedback. In regards to having to run source .bash_profile for every terminal, the solution depends on what WM(Window Manager) you use.
If you use KDE, add "--login" at the beginning of the startkde script like so:
#!/bin/bash --login
That should fix your problem in KDE. I am currently trying to find a solution for openbox/fluxbox/blackbox (my preferred WM of choice).
altoine