From me at the-compiler.org Wed May 18 22:20:29 2016 From: me at the-compiler.org (Florian Bruhin) Date: Wed, 18 May 2016 22:20:29 +0200 Subject: [qutebrowser] Fwd: keyboard config - what am I doing wrong? Message-ID: <20160518202029.GP560@tonks> This message needed manual approval because the sender isn't subscribed, and I accidentally discarded it instead of allowing it, so I'm relaying it manually: ----- Forwarded message from qutebrowser-owner at lists.qutebrowser.org ----- [...] Date: Wed, 18 May 2016 22:02:05 +0200 From: lignux at gmx.com To: qutebrowser at lists.qutebrowser.org Sensitivity: Normal Hi, ? I started going a bit crazy, and decided I should ask for help. I added some keys to my config so that I had a keybinding to the brilliant spawn command. It goes like this: ? spawn mpv {url} ? ? ? hint links spawn mpv {hint-url} ? ? ? spawn lxterminal -e youtube-dl {url} ? ? z hint links spawn lxterminal -e youtube-dl {hint-url} ? ? Z ? ? ? So, the ones with mpv work flawlessly, as does the third one. The last one doesn't work; I get an error saying "unrecognized arguments: -e youtube-dl {hint-url}". My problem is that the structure of the spawn command works when done with mpv, and the command works when using it from within the website I want to download the video from. I think I'm going blind or something, I have been checking this for over 30 minutes, and I don't know where the mistake is. Could this be a bug? ? PLEASE!!! i'm begging you, help me out!. it's not about the functionality, i can get that by visiting the website and clicking "z", is about my mental health! ----- End forwarded message ----- -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From me at the-compiler.org Wed May 18 22:31:05 2016 From: me at the-compiler.org (Florian Bruhin) Date: Wed, 18 May 2016 22:31:05 +0200 Subject: [qutebrowser] Fwd: keyboard config - what am I doing wrong? In-Reply-To: <20160518202029.GP560@tonks> References: <20160518202029.GP560@tonks> Message-ID: <20160518203105.GR560@tonks> * lignux at gmx.com > I started going a bit crazy, and decided I should ask for help. I added > some keys to my config so that I had a keybinding to the brilliant spawn > command. It goes like this: > ? > spawn mpv {url} > ? ? ? > hint links spawn mpv {hint-url} > ? ? ? > spawn lxterminal -e youtube-dl {url} > ? ? z > hint links spawn lxterminal -e youtube-dl {hint-url} > ? ? Z > ? > So, the ones with mpv work flawlessly, as does the third one. The last one > doesn't work; I get an error saying "unrecognized arguments: -e youtube-dl > {hint-url}". My problem is that the structure of the spawn command works > when done with mpv, and the command works when using it from within the > website I want to download the video from. I think I'm going blind or > something, I have been checking this for over 30 minutes, and I don't know > where the mistake is. Could this be a bug? > ? > PLEASE!!! i'm begging you, help me out!. it's not about the functionality, > i can get that by visiting the website and clicking "z", is about my > mental health! It's indeed a bug: https://github.com/The-Compiler/qutebrowser/issues/797 I took a look at it before releasing v0.6.2 but I couldn't find an easy straightforward fix, so I postponed it until v0.7.0 or v0.7.1 for now. :-/ As a workaround you can create a wrapper script (say lx-youtube-dl) which calls the actual command so you can bind it to :hint links spawn without flags. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From me at the-compiler.org Tue May 31 22:54:16 2016 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 31 May 2016 22:54:16 +0200 Subject: [qutebrowser] qtwebkit-plugins for spell checking and proper notifications Message-ID: <20160531205416.GX13934@tonks> Hi, Thanks to David Rosca of QupZilla, there's a project which gives you basic spell checking (underlining misspelled words) and proper HTML5 nofications (using DBus/libnotify, like notify-send, instead of those Windows XP-like bubbles) for any QtWebKit-based browser: https://github.com/QupZilla/qtwebkit-plugins After using and kind of forgetting about it a few months, I now packaged it in the Archlinux AUR: https://aur.archlinux.org/packages/qtwebkit-plugins-git/ If you're on another distribution, you can also install it from source (qmake -qt5; make; make install) - it will install a single file (/usr/lib/qt/plugins/webkit/libqtwebkitplugins.so). Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: