LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   urxvt -e (https://www.linuxquestions.org/questions/linux-newbie-8/urxvt-e-315919/)

cs-cam 04-21-2005 11:28 PM

urxvt -e
 
Now I'm sure this is something stupid or I'm not understanding what the flag is for, but when I try running urxvt -e "pacman -Su" it seems as if nothing happens. I tried the same with aterm, I see what may be an aterm flicker on the screen for less than half a second and it's gone. Now if I do a plain pacman -Su or urxvt it works fine, where am I going wrong?

I'm doing this from a python script but I get the same results if I type the command straight into a terminal, I want to open a new terminal window that stays open and is running the command I specify.

Thanks :)

foo_bar_foo 04-22-2005 11:36 PM

not suposed to use the quotes

cs-cam 04-23-2005 12:10 AM

Code:

urxvt -e pacman -Su
aterm -e pacman -Su

Both yield the same results as before :(

Any other ideas?

Harmaa Kettu 04-23-2005 04:32 AM

Rxvt requires some command line switches to work properly. Pacman probably complains about either lack of color support (-tn rxvt) or too small terminal size (-geometry 80x25). Try running it in the terminal you started with plain urxvt, it should display an error message.

cs-cam 04-23-2005 05:16 AM

Nah, it works fine when I run it normally in the terminal. Like I said in the first post, I can run pacman fine and I can run urxvt and get a new terminal window fine, individually it works great, that -e switch is where the problem is though. Maybe it's an issue with my setup or something because it seems to work fine for other people :( Was in IRC getting people to do it and it works for everyone except me, any ideas?


All times are GMT -5. The time now is 04:59 AM.