Ben Boeckel
Ben Boeckel
This could be a variable that uzbl-tabbed pays attention to.
Just an FYI, that will fail for any number of reasons because the `pgrep uzbl` (and the `wc -l` is better replaced with the `-c` flag to `pgrep`) will false-positive...
I figured, but before others go and run with this script, the caveats might be useful to know :) .
There's some buffering happening in the I/O system :/ . Thought that was finally fixed.
Oof, that's a bug. I suppose `if not raw: continue` makes sense. I'm guessing the `if not indent and state:` check should also see if `line` was empty (or we...
Do you have an on-disk store for session cookies? If not, only live instances will share them and new ones will get nothing
Odd. Not sure what's up here. Needs investigation.
Does your reflog have any info as to what revision it might have been?
Upstream never says that symbols are new in `x.` releases since they are development versions. You need to look at the actual tarballs to see what releases have which symbols....
We can do that once we remove the global `uzbl` object and make it passed around everywhere in the `user_data` field of signal callbacks.