From me at the-compiler.org Sun Sep 2 15:16:11 2018 From: me at the-compiler.org (Florian Bruhin) Date: Sun, 2 Sep 2018 15:16:11 +0200 Subject: [qutebrowser] qutebrowser v1.4.2 released Message-ID: <20180902131611.y2dm24fyixrmxrqy@hooch.localdomain> Hey! I'm happy to announce that I just released qutebrowser v1.4.2 which mostly consists of bugfixes: Changed ~~~~~~~ - The `content.xss_auditing` setting is now enabled by default, to mirror Chromium's rather than Qt's default behavior. - Long URLs in the statusbar are now elided at the end rather than in the middle, to make sure the hostname is completely visible whenever possible. Fixed ~~~~~ - Crash in Qt 5.7.1 when a website uses `window.print()`. - The workaround for Nouveau graphic drivers now works properly again. - Crash when using `:follow-selected` with a link which is outside of the view. - Workaround for windows not showing as urgent with some window managers (like i3). - Crash when opening URLs with some unicode characters (IDNA 2008). Those URLs still won't open though, due to missing support in Qt. - Crash when a download directory which can't be created is configured. - Crash in the `importer.py` script when importing Chrome bookmarks from newer Chrome versions. - The `content.webrtc_public_interfaces_only` option didn't work on Qt 5.11 previously (it now does). Note it still does not work on Qt 5.10 (due to a Qt bug) and Qt < 5.9.2. - Repeated escaping of entries in `qute://log` when refreshing page. - The host blocker doesn't block 0.0.0.0 anymore. - Crash when using :// as URL pattern. - The `:buffer` completion now sorts tabs with indices >= 10 correctly again. Florian -- https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From rushic24 at gmail.com Mon Sep 3 10:08:00 2018 From: rushic24 at gmail.com (Rushi Chaudhari) Date: Mon, 3 Sep 2018 13:38:00 +0530 Subject: [qutebrowser] porting qutebrowser Message-ID: Hello ,it is a request (if possible ) , Can you develop qutebrowser for android ? i use few of my android devices using a keyboard ,its much difficuklt to use touch screen at same time. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Mon Sep 3 12:06:08 2018 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 3 Sep 2018 12:06:08 +0200 Subject: [qutebrowser] porting qutebrowser In-Reply-To: References: Message-ID: <20180903100608.n3hu3vfngbaqkdj2@hooch.localdomain> Hi, On Mon, Sep 03, 2018 at 01:38:00PM +0530, Rushi Chaudhari wrote: > Hello ,it is a request (if possible ) , Can you develop qutebrowser for > android ? i use few of my android devices using a keyboard ,its much > difficuklt to use touch screen at same time. I've heard from some people who got it to run on Android with a Debian chroot somehow, though that was some time ago. No plans from my side to port it to Android. I'm not sure whether it'd be possible at all. Florian -- https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From sdavies at umw.edu Mon Sep 3 18:05:08 2018 From: sdavies at umw.edu (Stephen Davies (sdavies)) Date: Mon, 3 Sep 2018 16:05:08 +0000 Subject: [qutebrowser] stuck in full-screen mode?? Message-ID: <20180903160506.GA2327@umw.edu> Gahhh! I fat fingered something and now my qutebrowser comes up in full-screen mode (no title bar, no way to click on anything else). Even killing the app externally, rebooting my machine, etc., has no effect: it is always in full-screen mode when I bring it up which I do NOT want. Can someone tell me how to correct this?? Sorry, I feel dumb, - Stephen From me at the-compiler.org Mon Sep 3 19:05:59 2018 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 3 Sep 2018 19:05:59 +0200 Subject: [qutebrowser] stuck in full-screen mode?? In-Reply-To: <20180903160506.GA2327@umw.edu> References: <20180903160506.GA2327@umw.edu> Message-ID: <20180903170559.lsthzx6lm4uayh6q@hooch.localdomain> Hey, On Mon, Sep 03, 2018 at 04:05:08PM +0000, Stephen Davies (sdavies) wrote: > Gahhh! I fat fingered something and now my qutebrowser comes up in > full-screen mode (no title bar, no way to click on anything else). Even > killing the app externally, rebooting my machine, etc., has no effect: it is > always in full-screen mode when I bring it up which I do NOT want. > > Can someone tell me how to correct this?? Earlier qutebrowser versions used to have bindings to hide the tab/statusbar (xx to hide both, xt for tabs, xb for statusbar). However, those were removed in v1.1.0 because people did indeed accidentally press them a lot. Maybe that's what happened to you? You should probably upgrade your qutebrowser though, if it's that. Either way, double-check the value for the statusbar.hide and tabs.show settings via :set. Florian -- https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From jaygkamat at gmail.com Mon Sep 3 20:56:16 2018 From: jaygkamat at gmail.com (Jay Kamat) Date: Mon, 03 Sep 2018 11:56:16 -0700 Subject: [qutebrowser] porting qutebrowser In-Reply-To: References: Message-ID: <87k1o2mmun.fsf@gmail.com> It may also be possible to package qb yourself for android, but I'm not sure how that would work. It appears that pyqtdeploy supports exporting to android, but I've never tried it: http://pyqt.sourceforge.net/Docs/pyqtdeploy/tutorial.html Rushi Chaudhari writes: > Hello ,it is a request (if possible ) , Can you develop qutebrowser for > android ? i use few of my android devices using a keyboard ,its much > difficuklt to use touch screen at same time. From mail at fritzreichwald.de Mon Sep 3 21:01:10 2018 From: mail at fritzreichwald.de (Fritz Reichwald) Date: Mon, 03 Sep 2018 21:01:10 +0200 Subject: [qutebrowser] porting qutebrowser In-Reply-To: <87k1o2mmun.fsf@gmail.com> References: <87k1o2mmun.fsf@gmail.com> Message-ID: <87pnxus8w9.fsf@endor.stealthx.de> I'm not sure if there is Qt packaged for android already -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: From me at the-compiler.org Mon Sep 3 22:25:17 2018 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 3 Sep 2018 22:25:17 +0200 Subject: [qutebrowser] porting qutebrowser In-Reply-To: <87pnxus8w9.fsf@endor.stealthx.de> References: <87k1o2mmun.fsf@gmail.com> <87pnxus8w9.fsf@endor.stealthx.de> Message-ID: <20180903202517.llxryfmvrcrvu3w2@hooch.localdomain> On Mon, Sep 03, 2018 at 09:01:10PM +0200, Fritz Reichwald wrote: > I'm not sure if there is Qt packaged for android already Qt is, but both QtWebKit and QtWebEngine apparently aren't, so that's not going to work out. Florian -- https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From felix.vanderjeugt at gmail.com Mon Sep 3 23:13:01 2018 From: felix.vanderjeugt at gmail.com (Felix Van der Jeugt) Date: Mon, 03 Sep 2018 23:13:01 +0200 Subject: [qutebrowser] stuck in full-screen mode?? In-Reply-To: <20180903170559.lsthzx6lm4uayh6q@hooch.localdomain> References: <20180903160506.GA2327@umw.edu> <20180903170559.lsthzx6lm4uayh6q@hooch.localdomain> Message-ID: <153600918141.10379.16794373206757935552@abysm> Hi Stephen, On Mon, Sep 03, 2018 at 04:05:08PM +0000, Stephen Davies (sdavies) wrote: > Gahhh! I fat fingered something and now my qutebrowser comes up in > full-screen mode (no title bar, no way to click on anything else). Even > killing the app externally, rebooting my machine, etc., has no effect: it is > always in full-screen mode when I bring it up which I do NOT want. > > Can someone tell me how to correct this?? Maybe just press F11 or use the `:fullscreen` command if you are using a recent version. Sincerely, Felix -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: signature URL: From mgcyung at gmail.com Fri Sep 14 14:36:24 2018 From: mgcyung at gmail.com (mgcyung at gmail.com) Date: Fri, 14 Sep 2018 20:36:24 +0800 Subject: [qutebrowser] How to add a bookmark with tags? Message-ID: <87va78uugn.fsf@163.com> I want to filter bookmarks with tags. How to add a bookmark with tags? From ryan at rcorre.net Sat Sep 15 16:48:03 2018 From: ryan at rcorre.net (Ryan Roden-Corrent) Date: Sat, 15 Sep 2018 10:48:03 -0400 Subject: [qutebrowser] How to add a bookmark with tags? In-Reply-To: <87va78uugn.fsf@163.com> References: <87va78uugn.fsf@163.com> Message-ID: <20180915144803.GA1211@midova.localdomain> Hi mgcyun, Currently there is no concept of "tags", however you can use quickmarks, which tie a url to a 'key'. I have a pull request out that merges bookmarks/quickmarks into a single concept that supports a featureful concept of tagging (looks like I need to merge master again): https://github.com/qutebrowser/qutebrowser/pull/3855 You can find the discussion on how it should work here: https://github.com/qutebrowser/qutebrowser/issues/882 -Ryan On Fri 09/14/18 08:36PM, mgcyung at gmail.com wrote: > > I want to filter bookmarks with tags. How to add a bookmark with tags? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From me at the-compiler.org Fri Sep 21 23:45:14 2018 From: me at the-compiler.org (Florian Bruhin) Date: Fri, 21 Sep 2018 23:45:14 +0200 Subject: [qutebrowser] qutebrowser plugin API as student research project Message-ID: <20180921214514.hgcxlxzsu3gdd6yf@hooch.localdomain> Heya, (Stefan: Added you to the BCC just FYI, but if you feel like it, you might want to subscribe to the announce-only mailinglist here: https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser-announce it's quite low-traffic, usually 0-3 messages per month) I have some exciting news to share: Some of you might already have seen my preparations some months ago, but now it's official: Until mid-December, I'll work some 17h per week on qutebrowser, and get study credits for it too \o/ (8 ECTS for the curious). Some of that time will be spent on cleaning up qutebrowser's code base to fix some long-standing issues, and the rest on starting work on a plugin API. We decided to leave plugin packaging/distribution/loading out of the picture, so the main focus is on creating a clean "internal" plugin API and refactoring components in qutebrowser out of the core and into "plugins". However, once all that work is done and the plugin API has been battle-tested a bit, I intend to first add the ability to load local plugins from disk, and then at some later point add a way to manage plugins from inside qutebrowser. It's a research project ("Studienarbeit") which is basically intended as the small brother of a Bachelor thesis to gather some experience. That means there'll also be a lot of documentation at the end, which I decided to write in English to give people something (hopefully) nice to read at the end, for those of you who are into that :) We decided to do things as much in the open as possible, so here are some links if you want to follow along: https://github.com/qutebrowser/qutebrowser/projects/3 to organize qutebrowser issues relevant to all this. https://github.com/qutebrowser/qutebrowser-hsr-sa as a repository for issues about the research project itself, and as a place for things like the documentation and meeting minutes (those are in German though). https://github.com/qutebrowser/qutebrowser-plugins as a place for plugin ideas and in the future, maybe curated plugins. Planning to look through https://github.com/qutebrowser/qutebrowser/issues/30 which has gotten way too big, and open more fine-grained issues with notes there. Currently the plan is to first look through (hopefully) all the open PRs, and then go on with important refactoring tasks which will impact the plugin API a lot. Looking forward! :) Florian -- https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From bearcatsandor at gmail.com Tue Sep 25 20:47:20 2018 From: bearcatsandor at gmail.com (=?UTF-8?B?QmVhcmNhdCBNLiDFnsOhbmRvcg==?=) Date: Tue, 25 Sep 2018 12:47:20 -0600 Subject: [qutebrowser] Shift-D closes tab in Gmail? Message-ID: Folks, On the gmail settings "Keyboard Shortcuts" tab i have Delete set to "D", to prevent closing the tab every time i want to delete an email. However, when i press shift-d qutebrowser asks me if i want to close the pinned tab. Looking at the qutebrowser default key bindings, 'D" isn't set. Can anyone duplicate this, and why/where would "D" be set? -- Bearcat M. ??ndor Feline Soul Systems LLC Voice: 872.CAT.SOUL (872.228.7685) Fax: 406.235.7070 -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Tue Sep 25 21:44:24 2018 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 25 Sep 2018 21:44:24 +0200 Subject: [qutebrowser] Shift-D closes tab in Gmail? In-Reply-To: References: Message-ID: <20180925194424.b2m4xyyaewtxci2t@hooch.localdomain> Hey, On Tue, Sep 25, 2018 at 12:47:20PM -0600, Bearcat M. ??ndor wrote: > Looking at the qutebrowser default key bindings, 'D" isn't set. Looking at ":help bindings.default", it is bound to ":tab-close -o" by default (-o/--opposite focuses the tab on the left instead of the one on the right). Florian -- https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: