From me at the-compiler.org Sun Jun 5 14:07:38 2016 From: me at the-compiler.org (Florian Bruhin) Date: Sun, 5 Jun 2016 14:07:38 +0200 Subject: [qutebrowser] qutebrowser development blog Message-ID: <20160605120738.jfmzb4kmmklczrf4@tonks> Hi! I finally got around to setting up a blog for the development during the crowdfunding (which will start tomorrow!), where I plan to post daily-ish updates. I posted a first post with the intended timeline and some more background information. You can find it here: http://blog.qutebrowser.org/ RSS and atom feeds are available in the sidebar. Enjoy! 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: not available URL: From tony at witnessthepower.net Thu Jun 9 15:49:25 2016 From: tony at witnessthepower.net (Tony Power) Date: Thu, 9 Jun 2016 13:49:25 -0000 Subject: [qutebrowser] Youtube HTML5 video playback Message-ID: Hi there, Nice browser! Having some issue with HTML5 video playback on Youtube though, wondering if I'm missing something simple. Video screen is black, video duration displays Nan:Nan:Nan Qutebrowser version - 0.6.2 OS - Debian Jessie Gstreamer plugins installed : gir1.2-gstreamer-0.10 0.10.36-1.5 gir1.2-gstreamer-1.0 1.4.4-2 gstreamer0.10-alsa:amd64 0.10.36-2 gstreamer0.10-gconf:amd64 0.10.31-3+nmu4+b1 gstreamer0.10-plugins-bad:amd64 0.10.23-7.4 gstreamer0.10-plugins-base:amd64 0.10.36-2 gstreamer0.10-plugins-good:amd64 0.10.31-3+nmu4+b1 gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4+b1 gstreamer0.10-x:amd64 0.10.36-2 gstreamer1.0-clutter 2.0.12-1 gstreamer1.0-libav:amd64 1:1.4.5-dmo1 gstreamer1.0-plugins-bad:amd64 1.4.4-2.1+b1 gstreamer1.0-plugins-base:amd64 1.4.4-2 gstreamer1.0-plugins-base:i386 1.4.4-2 gstreamer1.0-plugins-good:amd64 1.4.4-2 gstreamer1.0-plugins-ugly:amd64 1.4.4-2+b1 gstreamer1.0-x:amd64 1.4.4-2 libgstreamer-plugins-bad0.10-0:amd64 0.10.23-7.4 libgstreamer-plugins-bad1.0-0:amd64 1.4.4-2.1+b1 libgstreamer-plugins-base0.10-0:amd64 0.10.36-2 libgstreamer-plugins-base0.10-0:i386 0.10.36-2 libgstreamer-plugins-base0.10-dev 0.10.36-2 libgstreamer-plugins-base1.0-0:amd64 1.4.4-2 libgstreamer-plugins-base1.0-0:i386 1.4.4-2 libgstreamer0.10-0:amd64 0.10.36-1.5 libgstreamer0.10-0:i386 0.10.36-1.5 libgstreamer0.10-dev 0.10.36-1.5 libgstreamer1.0-0:amd64 1.4.4-2 libgstreamer1.0-0:i386 1.4.4-2 libreoffice-avmedia-backend-gstreamer 1:4.3.3-2+deb8u4 Youtube HTML5 browser support page displays : HTML VideoElement - YES H.264 - YES WebM VP8 - YES Media Source Extensions - NO MSE & H.264 - NO MSE & WebM VP9 - NO Any idea what the problem could be, or ideas on what I could try to debug the problem? Thanks, Tony From me at the-compiler.org Thu Jun 9 17:55:05 2016 From: me at the-compiler.org (Florian Bruhin) Date: Thu, 9 Jun 2016 17:55:05 +0200 Subject: [qutebrowser] Youtube HTML5 video playback In-Reply-To: References: Message-ID: <20160609155504.opvg3iiie4ir4dbz@tonks> Hey Tony, * Tony Power [2016-06-09 13:49:25 -0000]: > Nice browser! Having some issue with HTML5 video playback on Youtube > though, wondering if I'm missing something simple. > > Video screen is black, video duration displays Nan:Nan:Nan > > Qutebrowser version - 0.6.2 > > OS - Debian Jessie I've heard about others with Debian Jessie having issues as well, I'm not sure if youtube works for anyone there unfortunately... > Gstreamer plugins installed : > > gstreamer0.10-plugins-bad:amd64 0.10.23-7.4 > gstreamer0.10-plugins-base:amd64 0.10.36-2 > gstreamer0.10-plugins-good:amd64 0.10.31-3+nmu4+b1 Maybe try installing gstreamer0.10-plugins-ugly too? > Any idea what the problem could be, or ideas on what I could try to debug > the problem? If that doesn't help, maybe installing a newer Qt (and thus QtWebKit) from Debian testing could help. Jessie comes with 5.3.2 from September 2014, quite a bit happened since then ;) Though of course that might break other Qt applications :-/ Another option is using an external player (like mpv) for youtube videos: https://github.com/The-Compiler/qutebrowser/blob/master/FAQ.asciidoc (point 9) Thanks for the nice report with everything important mentioned though! :) 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: not available URL: From tony at witnessthepower.net Thu Jun 9 20:15:08 2016 From: tony at witnessthepower.net (Tony Power) Date: Thu, 9 Jun 2016 18:15:08 -0000 Subject: [qutebrowser] Youtube HTML5 video playback In-Reply-To: <20160609155504.opvg3iiie4ir4dbz@tonks> References: <20160609155504.opvg3iiie4ir4dbz@tonks> Message-ID: Hi Florian, Thanks a lot for the suggestions - > Maybe try installing gstreamer0.10-plugins-ugly too? I had missed this package. Installing it doesn't resolve the problem unfortunately. > If that doesn't help, maybe installing a newer Qt (and thus QtWebKit) > from Debian testing could help. Jessie comes with 5.3.2 from > September 2014, quite a bit happened since then ;) I may give this a go when I get some time, thanks. If it works, I'll post a reply. > Another option is using an external player (like mpv) for youtube > videos: > https://github.com/The-Compiler/qutebrowser/blob/master/FAQ.asciidoc > (point 9) This is a good solution, works for me! Cheers, Tony From me at the-compiler.org Fri Jun 10 15:47:32 2016 From: me at the-compiler.org (Florian Bruhin) Date: Fri, 10 Jun 2016 15:47:32 +0200 Subject: [qutebrowser] qutebrowser v0.7.0 released! Message-ID: <20160610134732.bcs7cicz5im3izg4@tonks> Hi, I'm happy to annouce the release of qutebrowser v0.7.0! As usual the source release is available, binary releases (Windows as usual, and now also a standalone OS X .app/.dmg and a Debian .deb) will follow ASAP (but might be Monday until everything is taken care of). This is a really exciting release! It comes with fixes for a few long-standing bugs (like being able to use :hint spawn with flags or sharing of cookies between tabs with private browsing) and includes many new features (like marks to remember the scroll position). It also comes with a greatly improved hint and history implementation: Hints now work more reliably in some corner cases, and gained a few new features and other bugfixes. The history completion now contains titles and handles redirects. And there's a lot more than that - see the full changelog: Added ~~~~~ - New `:edit-url` command to edit the URL in an external editor. - New `network -> custom-headers` setting to send custom headers with every request. - New `{url:pretty}` commandline replacement which gets replaced by the decoded URL. - New marks to remember a scroll position: - New `:jump-mark` command to jump to a mark, bound to `'` - New `:set-mark` command to set a mark, bound to ```(backtick) - The `'` mark gets set when moving away (hinting link with anchor, searching, etc.) so you can move back with `''` - New `--force-color` argument to force colored logging even if stdout is not a terminal - New `:messages` command to show error messages - New pop-up showing possible keybinding when the first key of a keychain is pressed. This can be turned off using `:set ui keyhint-blacklist *`. - New `hints -> auto-follow-timeout` setting to ignore keypresses after following a hint when filtering in number mode. - New `:history-clear` command to clear the entire history - New `hints -> find-implementation` to select which implementation (JS/Python) should be used to find hints on a page. The `javascript` implementation is better, but slower. Changed ~~~~~~~ - qutebrowser got a new (slightly updated) logo - `:tab-focus` can now take a negative index to focus the nth tab counted from the right. - `:yank` can now yank the pretty/decoded URL by adding `--pretty` - `:navigate` now clears the URL fragment - `:completion-item-del` (`Ctrl-D`) can now be used in `:buffer` completion to close a tab - Counts can now be used with special keybindings (e.g. with modifiers) - Various SSL ciphers are now disabled by default. With recent Qt/OpenSSL versions those already all are disabled, but with older versions they might not be. - Show favicons as window icon with `tabs-are-windows` set. - `:bind ` without a command now shows the existing binding - The optional `colorlog` dependency got removed, as qutebrowser now displays colored logs without it. - URLs are now shown decoded when hovering. - Keybindings are now shown in the command completion - Improved behavior when pasting multiple lines - Rapid hints can now also be used for the `normal` hint target, which can be useful with javascript click handlers or checkboxes which don't actually open a new page. - `:zoom-in` or `:zoom-out` (`+`/`-`) with a too large count now zooms to the smallest/largest zoom instead of doing nothing. - The commandline now accepts partially typed commands if they're unique. - Number hints are now kept filtered after following a hint in rapid mode. - Number hints are now renumbered after filtering - Number hints can now be filtered with multiple space-separated search terms - `hints -> scatter` is now ignored for number hints - Better history implementation which also stores titles. As a consequence, URLs which redirect to another URL are now added to the history too, marked with a `-r` suffix to the timestamp field. Fixed ----- - Fixed using `:hint links spawn` with flags - you can now use things like the `-v` argument for `:spawn` or pass flags to the spawned commands. - Various fixes for hinting corner-cases where following a link didn't work or the hint was drawn at the wrong position. - Fixed crash when downloading from an URL with SSL errors - Close file handles correctly when a download failed - Fixed crash when using `;Y` (`:hint links yank-primary`) on a system without primary selection - Don't display quit confirmation with finished downloads - Fixed updating the tab index in the statusbar when opening a background tab - Fixed a crash when entering `:-- ` in the commandline - Fixed `:debug-console` with PyQt 5.6 - Fixed qutebrowser not starting when `sys.stderr` is `None` - Fixed crash when cancelling a download which belongs to a MHTML download - Fixed rebinding of keybindings being case-sensitive - Fix for tab indicators getting lost when moving tabs - Fixed handling of backspace in number hinting mode - Fixed `FileNotFoundError` when starting in some cases on old Qt versions - Fixed sharing of cookies between tabs when `private-browsing` is enabled - Toggling values with `:set` now uses lower-case values - Hints now work with (non-standard) links with spaces around the URL - Strip off trailing spaces for history entries with no title Since v0.6.0, the following people have contributed to qutebrowser: - Ryan Roden-Corrent - Daniel Schadt - Jakub Klinkovsk? - Panagiotis Ktistakis - Corentin Jul? - Felix Van der Jeugt - Tarcisio Fedrizzi - Liam BEGUIN - Jimmy - kanikaa1234 - Tomasz Kramkowski - Philipp Hansch - Nick Ginther - Fritz Reichwald - haitaka - Ismail - adam - Stefan Tatschner - Samuel Loury - Jan Verbeek - oniondreams - Xitian9 - Noah Huesser - Johannes Martinsson - Jay Kamat - Error 800 - Alexey Glushko Thank you! 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: not available URL: From me at the-compiler.org Thu Jun 16 06:50:53 2016 From: me at the-compiler.org (Florian Bruhin) Date: Thu, 16 Jun 2016 06:50:53 +0200 Subject: [qutebrowser] qutebrowser v0.7.0 released! In-Reply-To: <20160610134732.bcs7cicz5im3izg4@tonks> References: <20160610134732.bcs7cicz5im3izg4@tonks> Message-ID: <20160616045053.ejsae5piock7pmv5@tonks> * Florian Bruhin [2016-06-10 15:47:32 +0200]: > As usual the source release is available, binary releases > (Windows as usual, and now also a standalone OS X .app/.dmg and a > Debian .deb) will follow ASAP (but might be Monday until everything is > taken care of). Took a bit longer than expected, but now everything is uploaded. 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: not available URL: From me at the-compiler.org Thu Jun 16 08:09:56 2016 From: me at the-compiler.org (Florian Bruhin) Date: Thu, 16 Jun 2016 08:09:56 +0200 Subject: [qutebrowser] High DPI screens Message-ID: <20160616060956.ym3jewpnxjsujfov@tonks> Hi, Is there anyone using qutebrowser on a high DPI screen here? If so: What OS? Do you have an environment variable (like QT_SCALE_FACTOR/QT_AUTO_SCREEN_SCALE_FACTOR/QT_DEVICE_PIXEL_RATIO) set? How well do things work? See https://github.com/The-Compiler/qutebrowser/issues/1585 ;) 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: not available URL: From ganwell at fangorn.ch Thu Jun 16 10:35:30 2016 From: ganwell at fangorn.ch (Jean-Louis Fuchs) Date: Thu, 16 Jun 2016 10:35:30 +0200 Subject: [qutebrowser] High DPI screens In-Reply-To: <20160616060956.ym3jewpnxjsujfov@tonks> References: <20160616060956.ym3jewpnxjsujfov@tonks> Message-ID: <20160616083530.GB4265@checkmemaster.ignorelist.com> On Thu, Jun 16, 2016 at 08:09:56AM +0200, Florian Bruhin wrote: > Hi, > > Is there anyone using qutebrowser on a high DPI screen here? > > If so: What OS? Do you have an environment variable (like > QT_SCALE_FACTOR/QT_AUTO_SCREEN_SCALE_FACTOR/QT_DEVICE_PIXEL_RATIO) > set? How well do things work? > > See https://github.com/The-Compiler/qutebrowser/issues/1585 ;) > You only have to set the DPI on the X-Server correctly. Everything else works out of the box. This is true not only for qutebrowser but of almost every GUI program. There are few programs that don't scale Icons. BUT not every graphics card will detect the DPI correctly. If it doesn't you have to set it manually: Xorg: -dpi int screen resolution in dots per inch Best, Jean-Louis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 931 bytes Desc: Digital signature URL: From dev at wzhd.org Sat Jun 18 09:18:55 2016 From: dev at wzhd.org (wzhd) Date: Sat, 18 Jun 2016 07:18:55 +0000 Subject: [qutebrowser] High DPI screens In-Reply-To: <20160616083530.GB4265@checkmemaster.ignorelist.com> References: <20160616060956.ym3jewpnxjsujfov@tonks> <20160616083530.GB4265@checkmemaster.ignorelist.com> Message-ID: I'm using qutebrowser on Surface Pro 3 running Arch Linux, with QT_AUTO_SCREEN_SCALE_FACTOR set to 2. Qt 5 applications all work well, including qutebrowser. Most webpages are normal, but there are a few exceptions. Texts in Telegram Web appear blurry: https://i.imgur.com/hZ5ScyJ.png I've come across several blogs where source code snippets have tiny unreadable fonts, while everything in the page is normal. Sorry I can't remember which they were at this moment. On Thu, 16 Jun 2016 at 16:53 Jean-Louis Fuchs wrote: > On Thu, Jun 16, 2016 at 08:09:56AM +0200, Florian Bruhin wrote: > > Hi, > > > > Is there anyone using qutebrowser on a high DPI screen here? > > > > If so: What OS? Do you have an environment variable (like > > QT_SCALE_FACTOR/QT_AUTO_SCREEN_SCALE_FACTOR/QT_DEVICE_PIXEL_RATIO) > > set? How well do things work? > > > > See https://github.com/The-Compiler/qutebrowser/issues/1585 ;) > > > You only have to set the DPI on the X-Server correctly. Everything > else works out of the box. This is true not only for qutebrowser but > of almost every GUI program. There are few programs that don't scale > Icons. > > BUT not every graphics card will detect the DPI correctly. If it > doesn't you have to set it manually: > > Xorg: > > -dpi int screen resolution in dots per inch > > Best, > Jean-Louis > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryan at rcorre.net Wed Jun 22 04:52:23 2016 From: ryan at rcorre.net (Ryan Roden-Corrent) Date: Tue, 21 Jun 2016 22:52:23 -0400 Subject: [qutebrowser] Useful vim function for testing Message-ID: <20160622025223.GA632@zen-arch> I've been working with the tests a lot and thought I would share this vim function in case anyone else finds it useful: --- function! RunTest() if (expand('%:e') == 'feature') " this is a .feature file, run the corresponding .py test let l:fname = expand('%:h') . '/test_' . expand('%:t:r') . '_bdd.py' execute '!tox -e py35 -- ' . l:fname let s:last_run = l:fname elseif (expand('%:t') =~ 'test_.*\.py$') " if this is a test_*.py file, run it directly execute '!tox -e py35 -- ' . expand('%') let s:last_run = expand('%') elseif (exists('s:last_run')) " we are not on a test file, so run the test we ran last time execute '!tox -e py35 -- ' . s:last_run endif endfunction nnoremap :call RunTest() --- If the current buffer is 'test_foo.py', it runs that test. If it is 'foo.feature', it runs the corresponding feature test ('test_foo_bdd.py'). Otherwise, it runs whatever test you last ran. I'm no vimscript wizard so there may very well be some mistakes in there, but it works for me. -Ryan From aradone at gmail.com Sun Jun 26 01:00:31 2016 From: aradone at gmail.com (Arad) Date: Sun, 26 Jun 2016 01:00:31 +0200 Subject: [qutebrowser] pixelated youtube and vimeo Message-ID: Hello Everything is working like a charm. my only problem is watching videos in qutebrowser. Webm's are fine. Its just HTML5 videos that are pixelated, 720P is ok but you still notice them. play 360p is like going back in time. Would you tell me where my problem is? qutebrowser v0.7.0 CPython: 3.5.1 Qt: 5.6.0, runtime: 5.7.0 PyQt: 5.6 Thank you Arad -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Sun Jun 26 15:27:11 2016 From: me at the-compiler.org (Florian Bruhin) Date: Sun, 26 Jun 2016 15:27:11 +0200 Subject: [qutebrowser] pixelated youtube and vimeo In-Reply-To: References: Message-ID: <20160626132711.g5tzkxcuxllyd4rn@tonks> Hey Arad, * Arad [2016-06-26 01:00:31 +0200]: > Everything is working like a charm. my only problem is watching videos in > qutebrowser. > Webm's are fine. Its just HTML5 videos that are pixelated, 720P is ok but > you still notice them. play 360p is like going back in time. > Would you tell me where my problem is? No idea to be honest... What distribution are you on? What GStreamer packages are installed? 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: not available URL: From aradone at gmail.com Sun Jun 26 17:04:54 2016 From: aradone at gmail.com (Arad) Date: Sun, 26 Jun 2016 17:04:54 +0200 Subject: [qutebrowser] pixelated youtube and vimeo In-Reply-To: <20160626132711.g5tzkxcuxllyd4rn@tonks> References: <20160626132711.g5tzkxcuxllyd4rn@tonks> Message-ID: Arch. I followed the Installation guide pacman -S gst-plugins-{base,good,bad,ugly} gst-libav On Sun, Jun 26, 2016 at 3:27 PM, Florian Bruhin wrote: > Hey Arad, > > * Arad [2016-06-26 01:00:31 +0200]: > > Everything is working like a charm. my only problem is watching videos in > > qutebrowser. > > Webm's are fine. Its just HTML5 videos that are pixelated, 720P is ok but > > you still notice them. play 360p is like going back in time. > > Would you tell me where my problem is? > > No idea to be honest... What distribution are you on? What GStreamer > packages are installed? > > 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 -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Tue Jun 28 12:43:26 2016 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 28 Jun 2016 12:43:26 +0200 Subject: [qutebrowser] pixelated youtube and vimeo In-Reply-To: References: <20160626132711.g5tzkxcuxllyd4rn@tonks> Message-ID: <20160628104326.vmbcikfv3tosglrn@tonks> * Arad [2016-06-26 17:04:54 +0200]: > Arch. I followed the Installation guide > > pacman -S gst-plugins-{base,good,bad,ugly} gst-libav What you can try is *removing* gstreamer-vaapi if it's installed, various users had problems with it. If that doesn't help, unfortunately all you can do is waiting for the new (QtWebEngine) backend, as that'll do video rendering differently. In the meantime, you could add a keybinding to use mpv to play videos: https://github.com/The-Compiler/qutebrowser/blob/master/FAQ.asciidoc (point 9) 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: not available URL: From aradone at gmail.com Wed Jun 29 18:02:56 2016 From: aradone at gmail.com (Arad) Date: Wed, 29 Jun 2016 18:02:56 +0200 Subject: [qutebrowser] pixelated youtube and vimeo In-Reply-To: <20160628104326.vmbcikfv3tosglrn@tonks> References: <20160626132711.g5tzkxcuxllyd4rn@tonks> <20160628104326.vmbcikfv3tosglrn@tonks> Message-ID: gstreamer-vaapi is not installed. I rather not to go to mpv path becuase it needs to download videos and i dont want to download a 40+ mins video to just check it out. Thank you anyway, I am playing with driver/acceleration configs. If i find a solution,i'll let you know On Tue, Jun 28, 2016 at 12:43 PM, Florian Bruhin wrote: > * Arad [2016-06-26 17:04:54 +0200]: > > Arch. I followed the Installation guide > > > > pacman -S gst-plugins-{base,good,bad,ugly} gst-libav > > What you can try is *removing* gstreamer-vaapi if it's installed, > various users had problems with it. > > If that doesn't help, unfortunately all you can do is waiting for the > new (QtWebEngine) backend, as that'll do video rendering differently. > > In the meantime, you could add a keybinding to use mpv to play videos: > https://github.com/The-Compiler/qutebrowser/blob/master/FAQ.asciidoc > (point 9) > > 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 -------------- An HTML attachment was scrubbed... URL: From gavtroy at fastmail.fm Wed Jun 29 19:07:27 2016 From: gavtroy at fastmail.fm (Gavin Troy) Date: Wed, 29 Jun 2016 18:07:27 +0100 Subject: [qutebrowser] pixelated youtube and vimeo In-Reply-To: References: <20160626132711.g5tzkxcuxllyd4rn@tonks> <20160628104326.vmbcikfv3tosglrn@tonks> Message-ID: <1467220047.1832950.652182849.123AF990@webmail.messagingengine.com> On Wed, Jun 29, 2016, at 17:02, Arad wrote: > I rather not to go to mpv path becuase it needs to download videos and > i dont want to download a 40+ mins video to just check it out. That's not the case. > Thank you anyway, I am playing with driver/acceleration configs. If i > find a solution,i'll let you know I don't think this is down to your config. I see the same (when using non-100% scaling), and across other qtwebkit browsers. I did not see it when switching back to the webengine backend in Otter. Gavin -------------- next part -------------- An HTML attachment was scrubbed... URL: