Git Product home page Git Product logo

Comments (11)

keis avatar keis commented on May 14, 2024

Actually looks like it's just missing a 'newwindow' tag as the last argument to follow.sh

from uzbl.

GSI avatar GSI commented on May 14, 2024

Note: At least for the 0.9rc no trigger seems to be set off upon finishing input. I.e. when the keyboard hint is the number 2, upon entering Fl2, the text just remains there as such in the keycmd_section.

(Whereas with lower case fl it would vanish and load the according link instead.)

from uzbl.

GSI avatar GSI commented on May 14, 2024

@keis: Where?

This is the binding as declared in the default config:

@cbind  Fl*  = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'newwindow') >\@

from uzbl.

keis avatar keis commented on May 14, 2024
@cbind  Fl*  = spawn @scripts_dir/follow.sh \@< uzbl.follow.followLinks("\@follow_hint_keys", "%s", 'newwindow') >\@ newwindow

like so, but even without that the typed stuff is still getting cleared

from uzbl.

GSI avatar GSI commented on May 14, 2024

Strange. Now that I did some playing around (changing NEW_WINDOW to sh -c uzbl-browser ..., then /usr/bin/uzbl-browser ... and back to the original value) it works.

However, there is a delay of up to 2 seconds once the last char (digit) of the key hint is entered.

Which shell is used by/for spawn_sh?

from uzbl.

mathstuf avatar mathstuf commented on May 14, 2024

@GSI: Whatever is configured for your user (we use g_spawn).

As for the delay, that is probably the event queue not being flushed properly. I fixed some of it with the buffered-io branch (#137), but maybe some flush calls need to be made when uzbl-core writes to its outputs?

from uzbl.

GSI avatar GSI commented on May 14, 2024

How are we managing changes that should go into master and next? Two PR's? Or will you cherry-pick?

from uzbl.

mathstuf avatar mathstuf commented on May 14, 2024

PR to master, merge into next. If it has webkit2-related things, branch off next and merge directly into next.

from uzbl.

keis avatar keis commented on May 14, 2024

I believe this is fixed now

from uzbl.

GSI avatar GSI commented on May 14, 2024

from uzbl.

keis avatar keis commented on May 14, 2024

If you find anything that could help reproduce that please open an issue. Some ideas on things to try

  • Does it happen running uzbl-browser from the terminal or only from within a running browser
  • Does it happen (more often) with certain urls?
  • Does it happen running a uzbl-core without connecting to the em
  • Does it happen running a uzbl-core without config and without connecting to the em

from uzbl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.