You are not logged in.
Pages: 1
1
Last edited by WoldemarShiPa (2016-05-13 08:59:10)
Offline
I don't use either but that looks like it would error. Should it not be,
tabbed -d >/tmp/tabbed.xid & surf -e $(</tmp/tabbed.xid) google.com?
Edit: Ahh nevermind, -d detaches it from the terminal. I still think the $() are superfluous.
Last edited by fsckd (2012-08-15 17:06:19)
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
It is working for me. Maybe you could try to add a sleep after starting tabbed?
I would use it like this:
tabbed -d >/tmp/tabbed.xid && surf -e $(</tmp/tabbed.xid) google.comLast edited by progandy (2012-08-15 17:02:58)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Confirmed in tabbed 0.4
Downgrading to 0.3-2 sees the expected behaviour...
# edit: from what I can see, the -e switch is no longer being honoured. Oddly, -embed still works with urxvt. Can anyone else confirm with 0.4?
# edit 2: see: http://permalink.gmane.org/gmane.comp.m … kless/9690
Offline
-embed with urxvt (tabbed0.4) -- fine here.
There are no foreign lands. It is the traveler only who is foreign. --R.L Stevenson
Offline
Pages: 1