From 4denis.kh at gmail.com Tue Dec 3 12:58:23 2019 From: 4denis.kh at gmail.com (Denis Khizhniak) Date: Tue, 3 Dec 2019 12:58:23 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser Message-ID: Hi Team, I would like to switch to qutebrowser from Chromium but I can't log in to my Google account. Every time I try I receive this message: Couldn't sign you in You are trying to sign in from a browser or app that doesn't allow us to keep your account secure. Try using a different browser. Learn more Could you please assist with this? I have already tried to change *headers.user_agent* with no luck. Do you have any workarounds? -- Best regards, Denis Khizhniak -------------- next part -------------- An HTML attachment was scrubbed... URL: From tgy at inria.fr Tue Dec 3 16:27:16 2019 From: tgy at inria.fr (Valentin Iovene) Date: Tue, 3 Dec 2019 16:27:16 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: Message-ID: <20191203152716.fvsh2khvo7ektw5a@valoup> Hey, That's new. I never had any message of the sort from any Google service I've been using (Drive, Photos, Gmail, Google Search...). Could you give details on which service you are trying to access to? -- Valentin From me at the-compiler.org Tue Dec 3 16:40:03 2019 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 3 Dec 2019 16:40:03 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: Message-ID: <20191203154003.j2wbfann52xhb577@hooch.localdomain> Hey Denis, On Tue, Dec 03, 2019 at 12:58:23PM +0100, Denis Khizhniak wrote: > I would like to switch to qutebrowser from Chromium but I can't log in to > my Google account. > Every time I try I receive this message: > > Couldn't sign you in > You are trying to sign in from a browser or app that doesn't allow us to > keep your account secure. > Try using a different browser. Learn more > > > Could you please assist with this? > I have already tried to change *headers.user_agent* with no luck. Do you > have any workarounds? This is a change by Google, targetting applications which aren't browsers but ask the user to sign in to their Google Account: https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html I've heard about it before: https://www.reddit.com/r/qutebrowser/comments/cyb1wi/cant_sign_into_google/ but it seems to come and go, and I've never seen it with my own account so far. Not much qutebrowser can do I guess - you might want to contact Google in some way, but... good luck with that. Florian -- me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ 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 4denis.kh at gmail.com Tue Dec 3 17:32:12 2019 From: 4denis.kh at gmail.com (Denis Khizhniak) Date: Tue, 3 Dec 2019 17:32:12 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: <20191203154003.j2wbfann52xhb577@hooch.localdomain> References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> Message-ID: Thank you guys for the response. To @Valentin I'm facing the issue with every service if I try to log in. For Gmail it is most notable as it requires me to log in. To @Florian I've also checked this reddit thread. And it doesn't work for me unfortunately. But thank you anyway. I don't really know whether I'll bother to address this question to Google directly. Anyway if I get something interesting on the topic I'll let you know. The best of luck to you all. ??, 3 ???. 2019 ?. ? 16:40, Florian Bruhin : > Hey Denis, > > On Tue, Dec 03, 2019 at 12:58:23PM +0100, Denis Khizhniak wrote: > > I would like to switch to qutebrowser from Chromium but I can't log in to > > my Google account. > > Every time I try I receive this message: > > > > Couldn't sign you in > > You are trying to sign in from a browser or app that doesn't allow us to > > keep your account secure. > > Try using a different browser. Learn more > > > > > > Could you please assist with this? > > I have already tried to change *headers.user_agent* with no luck. Do you > > have any workarounds? > > This is a change by Google, targetting applications which aren't browsers > but > ask the user to sign in to their Google Account: > > https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html > > I've heard about it before: > https://www.reddit.com/r/qutebrowser/comments/cyb1wi/cant_sign_into_google/ > but it seems to come and go, and I've never seen it with my own account so > far. > > Not much qutebrowser can do I guess - you might want to contact Google in > some > way, but... good luck with that. > > Florian > > -- > me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org > https://bruhin.software/ | > https://github.com/sponsors/The-Compiler/ > GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc > I love long mails! | https://email.is-not-s.ms/ > -- Best regards, Denis Khizhniak -------------- next part -------------- An HTML attachment was scrubbed... URL: From javierayres at gmail.com Tue Dec 3 17:48:05 2019 From: javierayres at gmail.com (Javier Ayres) Date: Tue, 3 Dec 2019 13:48:05 -0300 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: <20191203154003.j2wbfann52xhb577@hooch.localdomain> References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> Message-ID: Could this be solved with custom user agents? I have the following lines in my config.py: ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 ' \ '(KHTML, like Gecko) Chrome/69.0.3497.128 Safari/537.36' config.set('content.headers.user_agent', ua, '*.whatsapp.com') config.set('content.headers.user_agent', ua, '*.slack.com') On Tue, Dec 3, 2019, 12:40 Florian Bruhin wrote: > Hey Denis, > > On Tue, Dec 03, 2019 at 12:58:23PM +0100, Denis Khizhniak wrote: > > I would like to switch to qutebrowser from Chromium but I can't log in to > > my Google account. > > Every time I try I receive this message: > > > > Couldn't sign you in > > You are trying to sign in from a browser or app that doesn't allow us to > > keep your account secure. > > Try using a different browser. Learn more > > > > > > Could you please assist with this? > > I have already tried to change *headers.user_agent* with no luck. Do you > > have any workarounds? > > This is a change by Google, targetting applications which aren't browsers > but > ask the user to sign in to their Google Account: > > https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html > > I've heard about it before: > https://www.reddit.com/r/qutebrowser/comments/cyb1wi/cant_sign_into_google/ > but it seems to come and go, and I've never seen it with my own account so > far. > > Not much qutebrowser can do I guess - you might want to contact Google in > some > way, but... good luck with that. > > Florian > > -- > me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org > https://bruhin.software/ | > https://github.com/sponsors/The-Compiler/ > GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc > I love long mails! | https://email.is-not-s.ms/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From 4denis.kh at gmail.com Tue Dec 3 19:35:17 2019 From: 4denis.kh at gmail.com (Denis Khizhniak) Date: Tue, 3 Dec 2019 19:35:17 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> Message-ID: HI Javier, Thank you for the tip. I'm new to qutebrowser and may have done something wrong. I've created the config.py file. Page *qute://version* says that is has been loaded. I have copied your lines and added one for '*.google.com', but with no success. Could you please point me in the right direction? ??, 3 ???. 2019 ?. ? 17:48, Javier Ayres : > Could this be solved with custom user agents? I have the following lines > in my config.py: > > ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 ' \ > '(KHTML, like Gecko) Chrome/69.0.3497.128 Safari/537.36' > config.set('content.headers.user_agent', ua, '*.whatsapp.com') > config.set('content.headers.user_agent', ua, '*.slack.com') > > On Tue, Dec 3, 2019, 12:40 Florian Bruhin wrote: > >> Hey Denis, >> >> On Tue, Dec 03, 2019 at 12:58:23PM +0100, Denis Khizhniak wrote: >> > I would like to switch to qutebrowser from Chromium but I can't log in >> to >> > my Google account. >> > Every time I try I receive this message: >> > >> > Couldn't sign you in >> > You are trying to sign in from a browser or app that doesn't allow us to >> > keep your account secure. >> > Try using a different browser. Learn more >> > >> > >> > Could you please assist with this? >> > I have already tried to change *headers.user_agent* with no luck. Do you >> > have any workarounds? >> >> This is a change by Google, targetting applications which aren't browsers >> but >> ask the user to sign in to their Google Account: >> >> https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html >> >> I've heard about it before: >> >> https://www.reddit.com/r/qutebrowser/comments/cyb1wi/cant_sign_into_google/ >> but it seems to come and go, and I've never seen it with my own account >> so far. >> >> Not much qutebrowser can do I guess - you might want to contact Google in >> some >> way, but... good luck with that. >> >> Florian >> >> -- >> me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org >> https://bruhin.software/ | >> https://github.com/sponsors/The-Compiler/ >> GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc >> I love long mails! | https://email.is-not-s.ms/ >> > -- Best regards, Denis Khizhniak -------------- next part -------------- An HTML attachment was scrubbed... URL: From javierayres at gmail.com Wed Dec 4 02:26:07 2019 From: javierayres at gmail.com (Javier Ayres) Date: Tue, 3 Dec 2019 22:26:07 -0300 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> Message-ID: I think you did everything right, it just seems that this check is not based on the user agent. If you want to make sure: find one of those pages that tell you your user agent, add a line in your config.py with the page's domain, visit it and check that it returns the user agent you wrote. 2019-12-03 15:35 GMT-03:00, Denis Khizhniak <4denis.kh at gmail.com>: > HI Javier, > > Thank you for the tip. I'm new to qutebrowser and may have done something > wrong. > I've created the config.py file. Page *qute://version* says that is has > been loaded. > I have copied your lines and added one for '*.google.com', but with no > success. > > Could you please point me in the right direction? > > ??, 3 ???. 2019 ?. ? 17:48, Javier Ayres : > >> Could this be solved with custom user agents? I have the following lines >> in my config.py: >> >> ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 ' \ >> '(KHTML, like Gecko) Chrome/69.0.3497.128 Safari/537.36' >> config.set('content.headers.user_agent', ua, '*.whatsapp.com') >> config.set('content.headers.user_agent', ua, '*.slack.com') >> >> On Tue, Dec 3, 2019, 12:40 Florian Bruhin wrote: >> >>> Hey Denis, >>> >>> On Tue, Dec 03, 2019 at 12:58:23PM +0100, Denis Khizhniak wrote: >>> > I would like to switch to qutebrowser from Chromium but I can't log in >>> to >>> > my Google account. >>> > Every time I try I receive this message: >>> > >>> > Couldn't sign you in >>> > You are trying to sign in from a browser or app that doesn't allow us >>> > to >>> > keep your account secure. >>> > Try using a different browser. Learn more >>> > >>> > >>> > Could you please assist with this? >>> > I have already tried to change *headers.user_agent* with no luck. Do >>> > you >>> > have any workarounds? >>> >>> This is a change by Google, targetting applications which aren't >>> browsers >>> but >>> ask the user to sign in to their Google Account: >>> >>> https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html >>> >>> I've heard about it before: >>> >>> https://www.reddit.com/r/qutebrowser/comments/cyb1wi/cant_sign_into_google/ >>> but it seems to come and go, and I've never seen it with my own account >>> so far. >>> >>> Not much qutebrowser can do I guess - you might want to contact Google >>> in >>> some >>> way, but... good luck with that. >>> >>> Florian >>> >>> -- >>> me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org >>> https://bruhin.software/ | >>> https://github.com/sponsors/The-Compiler/ >>> GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc >>> I love long mails! | https://email.is-not-s.ms/ >>> >> > > -- > Best regards, > Denis Khizhniak > From Kevin.Ashley at practicemax.com Wed Dec 4 03:16:39 2019 From: Kevin.Ashley at practicemax.com (Kevin Ashley) Date: Wed, 4 Dec 2019 02:16:39 +0000 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> Message-ID: <24467c4684924380bfe1acb9d51db4bb@practicemax.com> The following links may be of use: 1 - Comment from google security about preventing MITM https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html 2 - Reddit thread indicating someone else resolved this by adjusting their google account's "less secure apps" security setting: https://www.reddit.com/r/qutebrowser/comments/cyb1wi/cant_sign_into_google/ 3 - Documentation of the "less secure apps" security setting on your google account: https://support.google.com/accounts/answer/6010255 Thank you, Kevin CONFIDENTIALITY STATEMENT This e-mail, and any attachment(s) transmitted with it, may contain confidential health information or other information that is privileged, restricted or exempt from disclosure and is covered by law including, but not limited to, the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521. The information contained herein is intended solely for the use of the individual or entity to which it is addressed. The authorized recipient of this information is prohibited from further disclosing it without proper authorization or as permitted by law. Unauthorized disclosure on your part could subject you to penalties as described in federal and state law. If you are not the intended recipient, or agent responsible for delivering or copying this communication, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by calling or replying that you have received the message in error, then permanently delete this message. Thank you. -----Original Message----- From: qutebrowser On Behalf Of Javier Ayres Sent: Tuesday, December 3, 2019 18:26 To: Denis Khizhniak <4denis.kh at gmail.com> Cc: qutebrowser Subject: Re: [qutebrowser] Log in to Google Account using qutebrowser I think you did everything right, it just seems that this check is not based on the user agent. If you want to make sure: find one of those pages that tell you your user agent, add a line in your config.py with the page's domain, visit it and check that it returns the user agent you wrote. 2019-12-03 15:35 GMT-03:00, Denis Khizhniak <4denis.kh at gmail.com>: > HI Javier, > > Thank you for the tip. I'm new to qutebrowser and may have done > something wrong. > I've created the config.py file. Page *qute://version* says that is > has been loaded. > I have copied your lines and added one for '*.google.com', but with no > success. > > Could you please point me in the right direction? > > ??, 3 ???. 2019 ?. ? 17:48, Javier Ayres : > >> Could this be solved with custom user agents? I have the following >> lines in my config.py: >> >> ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 ' \ '(KHTML, >> like Gecko) Chrome/69.0.3497.128 Safari/537.36' >> config.set('content.headers.user_agent', ua, '*.whatsapp.com') >> config.set('content.headers.user_agent', ua, '*.slack.com') >> >> On Tue, Dec 3, 2019, 12:40 Florian Bruhin wrote: >> >>> Hey Denis, >>> >>> On Tue, Dec 03, 2019 at 12:58:23PM +0100, Denis Khizhniak wrote: >>> > I would like to switch to qutebrowser from Chromium but I can't >>> > log in >>> to >>> > my Google account. >>> > Every time I try I receive this message: >>> > >>> > Couldn't sign you in >>> > You are trying to sign in from a browser or app that doesn't allow >>> > us to keep your account secure. >>> > Try using a different browser. Learn more >>> > >> > le.com_accounts_answer_7675428-3Fhl-3Den&d=DwIFaQ&c=CGMgyzKYjHNQIm >>> > UEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3U >>> > Bs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=ER9yxyXH >>> > smfPven-KFz2rdKbq37LyLG88yzTVLXzXcc&e= > >>> > >>> > Could you please assist with this? >>> > I have already tried to change *headers.user_agent* with no luck. >>> > Do you have any workarounds? >>> >>> This is a change by Google, targetting applications which aren't >>> browsers but ask the user to sign in to their Google Account: >>> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__security.google >>> blog.com_2019_04_better-2Dprotection-2Dagainst-2Dman-2Din-2Dmiddle.h >>> tml&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vL >>> gKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDw >>> R35UAk4HHH0Sd0&s=AVr5ChWRfe3pTcF6gNDeWy0RFpOprQAhc42XHAKYXuE&e= >>> >>> I've heard about it before: >>> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.reddit.com_ >>> r_qutebrowser_comments_cyb1wi_cant-5Fsign-5Finto-5Fgoogle_&d=DwIFaQ& >>> c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpse >>> R6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd >>> 0&s=acJWwu-D0-044_SVEIvOTG3xncJRfWBT8841GcqIE8o&e= >>> but it seems to come and go, and I've never seen it with my own >>> account so far. >>> >>> Not much qutebrowser can do I guess - you might want to contact >>> Google in some way, but... good luck with that. >>> >>> Florian >>> >>> -- >>> me at the-compiler.org (Mail/XMPP) | https://urldefense.proofpoint.com/v2/url?u=https-3A__www.qutebrowser.org&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=q5aZ0IRTbFGo0zjmwaj3VTBWcX5ygog6YxofXHAjyg4&e= >>> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__bruhin.software_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=nF62cWjWajQGUvGFSt3TS4AsUrTjBxEj2Y0xVe3K92E&e= | https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sponsors_The-2DCompiler_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=cj7B0JczsWIlJhL7NnxE90Se8hV0cU_k2oloWh8rt30&e= >>> GPG: 916E B0C8 FD55 A072 | https://urldefense.proofpoint.com/v2/url?u=https-3A__the-2Dcompiler.org_pubkey.asc&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=i1lARUoEA8SxtuvH9bo89iu6teGiSqxpazYc3ctFGM0&e= >>> I love long mails! | >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__email.is-2Dnot- >>> 2Ds.ms_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4 >>> I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6P >>> vdDwR35UAk4HHH0Sd0&s=CUeZOBXAu6qT6CPTnAWrxx_ipAshXRNpmTSMng925UQ&e= >>> >> > > -- > Best regards, > Denis Khizhniak > From 4denis.kh at gmail.com Wed Dec 4 12:36:51 2019 From: 4denis.kh at gmail.com (Denis Khizhniak) Date: Wed, 4 Dec 2019 12:36:51 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: <24467c4684924380bfe1acb9d51db4bb@practicemax.com> References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> <24467c4684924380bfe1acb9d51db4bb@practicemax.com> Message-ID: Hi Kevin, And thank you for replying. I tried to turn on the access for untrusted applications but it didn't work for me as well. ??, 4 ???. 2019 ?. ? 03:16, Kevin Ashley : > The following links may be of use: > > 1 - Comment from google security about preventing MITM > > https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html > > 2 - Reddit thread indicating someone else resolved this by adjusting their > google account's "less secure apps" security setting: > https://www.reddit.com/r/qutebrowser/comments/cyb1wi/cant_sign_into_google/ > > 3 - Documentation of the "less secure apps" security setting on your > google account: > https://support.google.com/accounts/answer/6010255 > > > > Thank you, > Kevin > > > > CONFIDENTIALITY STATEMENT > > This e-mail, and any attachment(s) transmitted with it, may contain > confidential health information or other information that is privileged, > restricted or exempt from disclosure and is covered by law including, but > not limited to, the Electronic Communications Privacy Act, 18 U.S.C. > 2510-2521. The information contained herein is intended solely for the use > of the individual or entity to which it is addressed. The authorized > recipient of this information is prohibited from further disclosing it > without proper authorization or as permitted by law. Unauthorized > disclosure on your part could subject you to penalties as described in > federal and state law. > > If you are not the intended recipient, or agent responsible for delivering > or copying this communication, you are hereby notified that any retention, > dissemination, distribution, or copying of this communication is strictly > prohibited. If you have received this communication in error, please notify > the sender immediately by calling or replying that you have received the > message in error, then permanently delete this message. Thank you. > -----Original Message----- > From: qutebrowser On Behalf > Of Javier Ayres > Sent: Tuesday, December 3, 2019 18:26 > To: Denis Khizhniak <4denis.kh at gmail.com> > Cc: qutebrowser > Subject: Re: [qutebrowser] Log in to Google Account using qutebrowser > > I think you did everything right, it just seems that this check is not > based on the user agent. > > If you want to make sure: find one of those pages that tell you your user > agent, add a line in your config.py with the page's domain, visit it and > check that it returns the user agent you wrote. > > 2019-12-03 15:35 GMT-03:00, Denis Khizhniak <4denis.kh at gmail.com>: > > HI Javier, > > > > Thank you for the tip. I'm new to qutebrowser and may have done > > something wrong. > > I've created the config.py file. Page *qute://version* says that is > > has been loaded. > > I have copied your lines and added one for '*.google.com', but with no > > success. > > > > Could you please point me in the right direction? > > > > ??, 3 ???. 2019 ?. ? 17:48, Javier Ayres : > > > >> Could this be solved with custom user agents? I have the following > >> lines in my config.py: > >> > >> ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 ' \ '(KHTML, > >> like Gecko) Chrome/69.0.3497.128 Safari/537.36' > >> config.set('content.headers.user_agent', ua, '*.whatsapp.com') > >> config.set('content.headers.user_agent', ua, '*.slack.com') > >> > >> On Tue, Dec 3, 2019, 12:40 Florian Bruhin wrote: > >> > >>> Hey Denis, > >>> > >>> On Tue, Dec 03, 2019 at 12:58:23PM +0100, Denis Khizhniak wrote: > >>> > I would like to switch to qutebrowser from Chromium but I can't > >>> > log in > >>> to > >>> > my Google account. > >>> > Every time I try I receive this message: > >>> > > >>> > Couldn't sign you in > >>> > You are trying to sign in from a browser or app that doesn't allow > >>> > us to keep your account secure. > >>> > Try using a different browser. Learn more > >>> > >>> > le.com_accounts_answer_7675428-3Fhl-3Den&d=DwIFaQ&c=CGMgyzKYjHNQIm > >>> > UEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3U > >>> > Bs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=ER9yxyXH > >>> > smfPven-KFz2rdKbq37LyLG88yzTVLXzXcc&e= > > >>> > > >>> > Could you please assist with this? > >>> > I have already tried to change *headers.user_agent* with no luck. > >>> > Do you have any workarounds? > >>> > >>> This is a change by Google, targetting applications which aren't > >>> browsers but ask the user to sign in to their Google Account: > >>> > >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__security.google > >>> blog.com_2019_04_better-2Dprotection-2Dagainst-2Dman-2Din-2Dmiddle.h > >>> tml&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vL > >>> gKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDw > >>> R35UAk4HHH0Sd0&s=AVr5ChWRfe3pTcF6gNDeWy0RFpOprQAhc42XHAKYXuE&e= > >>> > >>> I've heard about it before: > >>> > >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.reddit.com_ > >>> r_qutebrowser_comments_cyb1wi_cant-5Fsign-5Finto-5Fgoogle_&d=DwIFaQ& > >>> c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpse > >>> R6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd > >>> 0&s=acJWwu-D0-044_SVEIvOTG3xncJRfWBT8841GcqIE8o&e= > >>> but it seems to come and go, and I've never seen it with my own > >>> account so far. > >>> > >>> Not much qutebrowser can do I guess - you might want to contact > >>> Google in some way, but... good luck with that. > >>> > >>> Florian > >>> > >>> -- > >>> me at the-compiler.org (Mail/XMPP) | > https://urldefense.proofpoint.com/v2/url?u=https-3A__www.qutebrowser.org&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=q5aZ0IRTbFGo0zjmwaj3VTBWcX5ygog6YxofXHAjyg4&e= > >>> > >>> > https://urldefense.proofpoint.com/v2/url?u=https-3A__bruhin.software_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=nF62cWjWajQGUvGFSt3TS4AsUrTjBxEj2Y0xVe3K92E&e= > | > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sponsors_The-2DCompiler_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=cj7B0JczsWIlJhL7NnxE90Se8hV0cU_k2oloWh8rt30&e= > >>> GPG: 916E B0C8 FD55 A072 | > https://urldefense.proofpoint.com/v2/url?u=https-3A__the-2Dcompiler.org_pubkey.asc&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=i1lARUoEA8SxtuvH9bo89iu6teGiSqxpazYc3ctFGM0&e= > >>> I love long mails! | > >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__email.is-2Dnot- > >>> 2Ds.ms_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4 > >>> I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6P > >>> vdDwR35UAk4HHH0Sd0&s=CUeZOBXAu6qT6CPTnAWrxx_ipAshXRNpmTSMng925UQ&e= > >>> > >> > > > > -- > > Best regards, > > Denis Khizhniak > > > -- Best regards, Denis Khizhniak -------------- next part -------------- An HTML attachment was scrubbed... URL: From 4denis.kh at gmail.com Wed Dec 4 12:39:44 2019 From: 4denis.kh at gmail.com (Denis Khizhniak) Date: Wed, 4 Dec 2019 12:39:44 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> <24467c4684924380bfe1acb9d51db4bb@practicemax.com> Message-ID: Hi Javier, The custom setting for the user agent seems to work. I tried typing "show my user agent" in Google and it showed me the one I've set via config.py file. So, I have no idea how Google checks the actual browser and whether it's possible to fool him. ??, 4 ???. 2019 ?. ? 12:36, Denis Khizhniak <4denis.kh at gmail.com>: > Hi Kevin, > > And thank you for replying. I tried to turn on the access for untrusted > applications but it didn't work for me as well. > > > ??, 4 ???. 2019 ?. ? 03:16, Kevin Ashley : > >> The following links may be of use: >> >> 1 - Comment from google security about preventing MITM >> >> https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html >> >> 2 - Reddit thread indicating someone else resolved this by adjusting >> their google account's "less secure apps" security setting: >> >> https://www.reddit.com/r/qutebrowser/comments/cyb1wi/cant_sign_into_google/ >> >> 3 - Documentation of the "less secure apps" security setting on your >> google account: >> https://support.google.com/accounts/answer/6010255 >> >> >> >> Thank you, >> Kevin >> >> >> >> CONFIDENTIALITY STATEMENT >> >> This e-mail, and any attachment(s) transmitted with it, may contain >> confidential health information or other information that is privileged, >> restricted or exempt from disclosure and is covered by law including, but >> not limited to, the Electronic Communications Privacy Act, 18 U.S.C. >> 2510-2521. The information contained herein is intended solely for the use >> of the individual or entity to which it is addressed. The authorized >> recipient of this information is prohibited from further disclosing it >> without proper authorization or as permitted by law. Unauthorized >> disclosure on your part could subject you to penalties as described in >> federal and state law. >> >> If you are not the intended recipient, or agent responsible for >> delivering or copying this communication, you are hereby notified that any >> retention, dissemination, distribution, or copying of this communication is >> strictly prohibited. If you have received this communication in error, >> please notify the sender immediately by calling or replying that you have >> received the message in error, then permanently delete this message. Thank >> you. >> -----Original Message----- >> From: qutebrowser On Behalf >> Of Javier Ayres >> Sent: Tuesday, December 3, 2019 18:26 >> To: Denis Khizhniak <4denis.kh at gmail.com> >> Cc: qutebrowser >> Subject: Re: [qutebrowser] Log in to Google Account using qutebrowser >> >> I think you did everything right, it just seems that this check is not >> based on the user agent. >> >> If you want to make sure: find one of those pages that tell you your user >> agent, add a line in your config.py with the page's domain, visit it and >> check that it returns the user agent you wrote. >> >> 2019-12-03 15:35 GMT-03:00, Denis Khizhniak <4denis.kh at gmail.com>: >> > HI Javier, >> > >> > Thank you for the tip. I'm new to qutebrowser and may have done >> > something wrong. >> > I've created the config.py file. Page *qute://version* says that is >> > has been loaded. >> > I have copied your lines and added one for '*.google.com', but with no >> > success. >> > >> > Could you please point me in the right direction? >> > >> > ??, 3 ???. 2019 ?. ? 17:48, Javier Ayres : >> > >> >> Could this be solved with custom user agents? I have the following >> >> lines in my config.py: >> >> >> >> ua = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 ' \ '(KHTML, >> >> like Gecko) Chrome/69.0.3497.128 Safari/537.36' >> >> config.set('content.headers.user_agent', ua, '*.whatsapp.com') >> >> config.set('content.headers.user_agent', ua, '*.slack.com') >> >> >> >> On Tue, Dec 3, 2019, 12:40 Florian Bruhin wrote: >> >> >> >>> Hey Denis, >> >>> >> >>> On Tue, Dec 03, 2019 at 12:58:23PM +0100, Denis Khizhniak wrote: >> >>> > I would like to switch to qutebrowser from Chromium but I can't >> >>> > log in >> >>> to >> >>> > my Google account. >> >>> > Every time I try I receive this message: >> >>> > >> >>> > Couldn't sign you in >> >>> > You are trying to sign in from a browser or app that doesn't allow >> >>> > us to keep your account secure. >> >>> > Try using a different browser. Learn more >> >>> > > >>> > le.com_accounts_answer_7675428-3Fhl-3Den&d=DwIFaQ&c=CGMgyzKYjHNQIm >> >>> > UEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3U >> >>> > Bs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=ER9yxyXH >> >>> > smfPven-KFz2rdKbq37LyLG88yzTVLXzXcc&e= > >> >>> > >> >>> > Could you please assist with this? >> >>> > I have already tried to change *headers.user_agent* with no luck. >> >>> > Do you have any workarounds? >> >>> >> >>> This is a change by Google, targetting applications which aren't >> >>> browsers but ask the user to sign in to their Google Account: >> >>> >> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__security.google >> >>> blog.com_2019_04_better-2Dprotection-2Dagainst-2Dman-2Din-2Dmiddle.h >> >>> tml&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vL >> >>> gKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDw >> >>> R35UAk4HHH0Sd0&s=AVr5ChWRfe3pTcF6gNDeWy0RFpOprQAhc42XHAKYXuE&e= >> >>> >> >>> I've heard about it before: >> >>> >> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.reddit.com_ >> >>> r_qutebrowser_comments_cyb1wi_cant-5Fsign-5Finto-5Fgoogle_&d=DwIFaQ& >> >>> c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpse >> >>> R6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd >> >>> 0&s=acJWwu-D0-044_SVEIvOTG3xncJRfWBT8841GcqIE8o&e= >> >>> but it seems to come and go, and I've never seen it with my own >> >>> account so far. >> >>> >> >>> Not much qutebrowser can do I guess - you might want to contact >> >>> Google in some way, but... good luck with that. >> >>> >> >>> Florian >> >>> >> >>> -- >> >>> me at the-compiler.org (Mail/XMPP) | >> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.qutebrowser.org&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=q5aZ0IRTbFGo0zjmwaj3VTBWcX5ygog6YxofXHAjyg4&e= >> >>> >> >>> >> https://urldefense.proofpoint.com/v2/url?u=https-3A__bruhin.software_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=nF62cWjWajQGUvGFSt3TS4AsUrTjBxEj2Y0xVe3K92E&e= >> | >> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sponsors_The-2DCompiler_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=cj7B0JczsWIlJhL7NnxE90Se8hV0cU_k2oloWh8rt30&e= >> >>> GPG: 916E B0C8 FD55 A072 | >> https://urldefense.proofpoint.com/v2/url?u=https-3A__the-2Dcompiler.org_pubkey.asc&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6PvdDwR35UAk4HHH0Sd0&s=i1lARUoEA8SxtuvH9bo89iu6teGiSqxpazYc3ctFGM0&e= >> >>> I love long mails! | >> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__email.is-2Dnot- >> >>> 2Ds.ms_&d=DwIFaQ&c=CGMgyzKYjHNQImUEHNe2B8lDgzoGYXpYQgjl1xrjsdI&r=Zv4 >> >>> I5vLgKKLdEfoJPpseR6EJ8k97HqLh3UBs2iSFH-8&m=5FUQMHpcVz2D8xnYlx9U0_W6P >> >>> vdDwR35UAk4HHH0Sd0&s=CUeZOBXAu6qT6CPTnAWrxx_ipAshXRNpmTSMng925UQ&e= >> >>> >> >> >> > >> > -- >> > Best regards, >> > Denis Khizhniak >> > >> > > > -- > Best regards, > Denis Khizhniak > -- Best regards, Denis Khizhniak -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Wed Dec 4 13:28:26 2019 From: me at the-compiler.org (Florian Bruhin) Date: Wed, 4 Dec 2019 13:28:26 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> <24467c4684924380bfe1acb9d51db4bb@practicemax.com> Message-ID: <20191204122826.2vqgqc6ck63zf2sj@hooch.localdomain> On Wed, Dec 04, 2019 at 12:39:44PM +0100, Denis Khizhniak wrote: > So, I have no idea how Google checks the actual browser and whether it's > possible to fool him. Neither do I. Chances are that as soon as someone finds a solution, Google will just adjust whatever checking they do to break it again. There are various other projects and browsers (including e.g. Brave or Steam) affected as well. Some examples: https://support.google.com/accounts/thread/21838601 https://support.google.com/accounts/thread/21634818 https://github.com/search?q=%22You+are+trying+to+sign+in+from+a+browser+or+app+that+doesn%27t+allow+us+to+keep+your+account+secure%22&type=Issues https://www.reddit.com/r/brave_browser/comments/cyrlt0/you_are_trying_to_sign_in_from_a_browser_or_app/ https://www.reddit.com/r/Steam/comments/e3kb4w/steam_web_browser_problems/ There are some people who claim to have a solution, but don't want to talk about it publicly - precisely because it'll just end up in Google blocking that as well. I wouldn't be surprised if Google just blocks pretty much everything other than Chrome and maybe Firefox. It's ridiculous, but it's yet another sign showing that maybe it isn't a good thing to make yourself dependent on Google - you're absolutely at their mercy, and they don't exactly have a good track record. I've once tried helping someone who only got an internal server error when trying to open an important attachment of an older mail in GMail. We contacted Google Support, and as you'd predict, nothing happened. Given that Google really doesn't care about its users, your only option is either switching browsers, or moving away from Google. I did the latter years ago[*]. Seeing what's going on here, this absolutely was the right decision, but I'm aware this isn't something everyone can realistically do... Florian [*] At least for stuff like Calendar and Mail. I still use Youtube (mostly via mpv/youtube-dl), Google Play and sometimes Maps (mostly switched to Openstreetmap/OSMand). -- me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ 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 4denis.kh at gmail.com Wed Dec 4 17:22:14 2019 From: 4denis.kh at gmail.com (Denis Khizhniak) Date: Wed, 4 Dec 2019 17:22:14 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: <20191204122826.2vqgqc6ck63zf2sj@hooch.localdomain> References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> <24467c4684924380bfe1acb9d51db4bb@practicemax.com> <20191204122826.2vqgqc6ck63zf2sj@hooch.localdomain> Message-ID: Thank you, Florian, a really comprehensive answer. I am not really bothered about my security as I have nothing to hind. I like the way Google lets me save and substitute my credentials for plenty of web resources and across multiple devices. Otherwise, it would not be a problem for me with accessing my Google Account on qutebrowser. I mean Google makes my life easier sometimes and would like to retain his help. At the same time, I like the simplicity and the vim-like nature of qutebrowser. Anyway, the information that you've shared is quite interesting and helpful. Thank you. ??, 4 ???. 2019 ?. ? 13:28, Florian Bruhin : > On Wed, Dec 04, 2019 at 12:39:44PM +0100, Denis Khizhniak wrote: > > So, I have no idea how Google checks the actual browser and whether it's > > possible to fool him. > > Neither do I. Chances are that as soon as someone finds a solution, Google > will > just adjust whatever checking they do to break it again. > > There are various other projects and browsers (including e.g. Brave or > Steam) > affected as well. Some examples: > > https://support.google.com/accounts/thread/21838601 > https://support.google.com/accounts/thread/21634818 > > https://github.com/search?q=%22You+are+trying+to+sign+in+from+a+browser+or+app+that+doesn%27t+allow+us+to+keep+your+account+secure%22&type=Issues > > https://www.reddit.com/r/brave_browser/comments/cyrlt0/you_are_trying_to_sign_in_from_a_browser_or_app/ > https://www.reddit.com/r/Steam/comments/e3kb4w/steam_web_browser_problems/ > > There are some people who claim to have a solution, but don't want to talk > about it publicly - precisely because it'll just end up in Google blocking > that > as well. > > I wouldn't be surprised if Google just blocks pretty much everything other > than > Chrome and maybe Firefox. It's ridiculous, but it's yet another sign > showing > that maybe it isn't a good thing to make yourself dependent on Google - > you're > absolutely at their mercy, and they don't exactly have a good track record. > > I've once tried helping someone who only got an internal server error when > trying to open an important attachment of an older mail in GMail. We > contacted > Google Support, and as you'd predict, nothing happened. > > Given that Google really doesn't care about its users, your only option is > either switching browsers, or moving away from Google. I did the latter > years > ago[*]. Seeing what's going on here, this absolutely was the right > decision, > but I'm aware this isn't something everyone can realistically do... > > Florian > > [*] At least for stuff like Calendar and Mail. I still use Youtube (mostly > via > mpv/youtube-dl), Google Play and sometimes Maps (mostly switched to > Openstreetmap/OSMand). > > -- > me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org > https://bruhin.software/ | > https://github.com/sponsors/The-Compiler/ > GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc > I love long mails! | https://email.is-not-s.ms/ > -- Best regards, Denis Khizhniak -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryan at rcorre.net Wed Dec 4 23:00:58 2019 From: ryan at rcorre.net (Ryan Roden-Corrent) Date: Wed, 04 Dec 2019 17:00:58 -0500 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> <24467c4684924380bfe1acb9d51db4bb@practicemax.com> <20191204122826.2vqgqc6ck63zf2sj@hooch.localdomain> Message-ID: At the risk of derailing this, you might want to search "nothing to hide fallacy" on the search engine of your choice (maybe duckduckgo instead of google?). https://www.schneier.com/blog/archives/2006/05/the_value_of_pr.html and https://spreadprivacy.com/three-reasons-why-the-nothing-to-hide-argument-is-flawed/ are some good ones. There are alternatives to Google. https://www.passwordstore.org/ is a nice password manager that can sync between multiple devices including your phone. Qutebrowser bookmarks/quickmarks are simple files you can sync between devices using any file syncing service (ideally with encryption - I'm using keybase for this right now). I'm sure if you ask around this community you can find many other options. If you find that Google seems to be fighting your desire to use their service in the way you want, you can keep fighting that battle, or look for friendlier alternatives. Best of luck, whichever route you choose :) -Ryan On December 4, 2019 11:22:14 AM EST, Denis Khizhniak <4denis.kh at gmail.com> wrote: >Thank you, Florian, a really comprehensive answer. > >I am not really bothered about my security as I have nothing to hind. I >like the way Google lets me save and substitute my credentials for >plenty >of web resources and across multiple devices. Otherwise, it would not >be a >problem for me with accessing my Google Account on qutebrowser. >I mean Google makes my life easier sometimes and would like to retain >his >help. At the same time, I like the simplicity and the vim-like nature >of >qutebrowser. > >Anyway, the information that you've shared is quite interesting and >helpful. Thank you. > > >??, 4 ???. 2019 ?. ? 13:28, Florian Bruhin : > >> On Wed, Dec 04, 2019 at 12:39:44PM +0100, Denis Khizhniak wrote: >> > So, I have no idea how Google checks the actual browser and whether >it's >> > possible to fool him. >> >> Neither do I. Chances are that as soon as someone finds a solution, >Google >> will >> just adjust whatever checking they do to break it again. >> >> There are various other projects and browsers (including e.g. Brave >or >> Steam) >> affected as well. Some examples: >> >> https://support.google.com/accounts/thread/21838601 >> https://support.google.com/accounts/thread/21634818 >> >> >https://github.com/search?q=%22You+are+trying+to+sign+in+from+a+browser+or+app+that+doesn%27t+allow+us+to+keep+your+account+secure%22&type=Issues >> >> >https://www.reddit.com/r/brave_browser/comments/cyrlt0/you_are_trying_to_sign_in_from_a_browser_or_app/ >> >https://www.reddit.com/r/Steam/comments/e3kb4w/steam_web_browser_problems/ >> >> There are some people who claim to have a solution, but don't want to >talk >> about it publicly - precisely because it'll just end up in Google >blocking >> that >> as well. >> >> I wouldn't be surprised if Google just blocks pretty much everything >other >> than >> Chrome and maybe Firefox. It's ridiculous, but it's yet another sign >> showing >> that maybe it isn't a good thing to make yourself dependent on Google >- >> you're >> absolutely at their mercy, and they don't exactly have a good track >record. >> >> I've once tried helping someone who only got an internal server error >when >> trying to open an important attachment of an older mail in GMail. We >> contacted >> Google Support, and as you'd predict, nothing happened. >> >> Given that Google really doesn't care about its users, your only >option is >> either switching browsers, or moving away from Google. I did the >latter >> years >> ago[*]. Seeing what's going on here, this absolutely was the right >> decision, >> but I'm aware this isn't something everyone can realistically do... >> >> Florian >> >> [*] At least for stuff like Calendar and Mail. I still use Youtube >(mostly >> via >> mpv/youtube-dl), Google Play and sometimes Maps (mostly switched to >> Openstreetmap/OSMand). >> >> -- >> me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org >> https://bruhin.software/ | >> https://github.com/sponsors/The-Compiler/ >> GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc >> I love long mails! | https://email.is-not-s.ms/ >> > > >-- >Best regards, >Denis Khizhniak -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: From 4denis.kh at gmail.com Wed Dec 4 23:38:05 2019 From: 4denis.kh at gmail.com (Denis Khizhniak) Date: Wed, 4 Dec 2019 23:38:05 +0100 Subject: [qutebrowser] Log in to Google Account using qutebrowser In-Reply-To: References: <20191203154003.j2wbfann52xhb577@hooch.localdomain> <24467c4684924380bfe1acb9d51db4bb@practicemax.com> <20191204122826.2vqgqc6ck63zf2sj@hooch.localdomain> Message-ID: Hi Ryan, Very interested thoughts about the privacy. I've never been worried about this seriously though I heard the about the issue. Actually I'm not fighting for neither of both just noted that I found some Google services convenient enough, for ex. I can't imagine my day without Google maps with it's completeness of organisations, coffee shops, stores, etc, traffic information and navigation system. Another one is Gmail which I am using not only for android account, but for all emails. BTW, I was using pass, but didn't know that I can use it on the cell phone as well. My experience with this application ended in storing and retrieving back the email password for mutt. On Wed, 4 Dec 2019, 23:01 Ryan Roden-Corrent wrote: > At the risk of derailing this, you might want to search "nothing to hide > fallacy" on the search engine of your choice (maybe duckduckgo instead of > google?). > > https://www.schneier.com/blog/archives/2006/05/the_value_of_pr.html and > https://spreadprivacy.com/three-reasons-why-the-nothing-to-hide-argument-is-flawed/ > are some good ones. > > There are alternatives to Google. https://www.passwordstore.org/ is a > nice password manager that can sync between multiple devices including your > phone. Qutebrowser bookmarks/quickmarks are simple files you can sync > between devices using any file syncing service (ideally with encryption - > I'm using keybase for this right now). I'm sure if you ask around this > community you can find many other options. > > If you find that Google seems to be fighting your desire to use their > service in the way you want, you can keep fighting that battle, or look for > friendlier alternatives. > > Best of luck, whichever route you choose :) > > -Ryan > > On December 4, 2019 11:22:14 AM EST, Denis Khizhniak <4denis.kh at gmail.com> > wrote: >> >> Thank you, Florian, a really comprehensive answer. >> >> I am not really bothered about my security as I have nothing to hind. I >> like the way Google lets me save and substitute my credentials for plenty >> of web resources and across multiple devices. Otherwise, it would not be a >> problem for me with accessing my Google Account on qutebrowser. >> I mean Google makes my life easier sometimes and would like to retain his >> help. At the same time, I like the simplicity and the vim-like nature of >> qutebrowser. >> >> Anyway, the information that you've shared is quite interesting and >> helpful. Thank you. >> >> >> ??, 4 ???. 2019 ?. ? 13:28, Florian Bruhin : >> >>> On Wed, Dec 04, 2019 at 12:39:44PM +0100, Denis Khizhniak wrote: >>> > So, I have no idea how Google checks the actual browser and whether >>> it's >>> > possible to fool him. >>> >>> Neither do I. Chances are that as soon as someone finds a solution, >>> Google will >>> just adjust whatever checking they do to break it again. >>> >>> There are various other projects and browsers (including e.g. Brave or >>> Steam) >>> affected as well. Some examples: >>> >>> https://support.google.com/accounts/thread/21838601 >>> https://support.google.com/accounts/thread/21634818 >>> >>> https://github.com/search?q=%22You+are+trying+to+sign+in+from+a+browser+or+app+that+doesn%27t+allow+us+to+keep+your+account+secure%22&type=Issues >>> >>> https://www.reddit.com/r/brave_browser/comments/cyrlt0/you_are_trying_to_sign_in_from_a_browser_or_app/ >>> >>> https://www.reddit.com/r/Steam/comments/e3kb4w/steam_web_browser_problems/ >>> >>> There are some people who claim to have a solution, but don't want to >>> talk >>> about it publicly - precisely because it'll just end up in Google >>> blocking that >>> as well. >>> >>> I wouldn't be surprised if Google just blocks pretty much everything >>> other than >>> Chrome and maybe Firefox. It's ridiculous, but it's yet another sign >>> showing >>> that maybe it isn't a good thing to make yourself dependent on Google - >>> you're >>> absolutely at their mercy, and they don't exactly have a good track >>> record. >>> >>> I've once tried helping someone who only got an internal server error >>> when >>> trying to open an important attachment of an older mail in GMail. We >>> contacted >>> Google Support, and as you'd predict, nothing happened. >>> >>> Given that Google really doesn't care about its users, your only option >>> is >>> either switching browsers, or moving away from Google. I did the latter >>> years >>> ago[*]. Seeing what's going on here, this absolutely was the right >>> decision, >>> but I'm aware this isn't something everyone can realistically do... >>> >>> Florian >>> >>> [*] At least for stuff like Calendar and Mail. I still use Youtube >>> (mostly via >>> mpv/youtube-dl), Google Play and sometimes Maps (mostly switched to >>> Openstreetmap/OSMand). >>> >>> -- >>> me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org >>> https://bruhin.software/ | >>> https://github.com/sponsors/The-Compiler/ >>> GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc >>> I love long mails! | https://email.is-not-s.ms/ >>> >> >> >> -- >> Best regards, >> Denis Khizhniak >> > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Thu Dec 5 16:53:47 2019 From: me at the-compiler.org (Florian Bruhin) Date: Thu, 5 Dec 2019 16:53:47 +0100 Subject: [qutebrowser] qutebrowser v1.8.3 released Message-ID: <20191205155347.jy2gcxjecp7n7mca@hooch.localdomain> Hey, I just released qutebrowser v1.8.3. It contains a single fix for a segmentation fault introduced in v1.8.2 when a tab gets closed immediately after it has finished loading (e.g. with certain login flows). Florian -- me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ 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 rajiv at nwesc.top Sat Dec 7 19:43:36 2019 From: rajiv at nwesc.top (Rajiv Parfenov) Date: Sat, 07 Dec 2019 21:43:36 +0300 Subject: [qutebrowser] Mouse hiding issue Message-ID: <15764112.Oh0800mG3f@dell> Hi guys, I've visited http://cursors.io/[1] and there is a dialog which asks if I am okay with hiding mouse cursor. But it never stops hiding. After the tab is closed cursor is still hidden and locked to the window. On quitting qb cursor will show itself again. I'm on Arch, qb v1.8.2. -- Rajiv -------- [1] http://cursors.io/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Mon Dec 9 15:22:43 2019 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 9 Dec 2019 15:22:43 +0100 Subject: [qutebrowser] Mouse hiding issue In-Reply-To: <15764112.Oh0800mG3f@dell> References: <15764112.Oh0800mG3f@dell> Message-ID: <20191209142243.axrp5uewmfv65n4a@hooch.localdomain> Hey Rajiv, On Sat, Dec 07, 2019 at 09:43:36PM +0300, Rajiv Parfenov wrote: > I've visited http://cursors.io/[1] and there is a dialog which asks if I am okay with > hiding mouse cursor. > But it never stops hiding. After the tab is closed cursor is still hidden and locked > to the window. > On quitting qb cursor will show itself again. > > I'm on Arch, qb v1.8.2. See https://github.com/qutebrowser/qutebrowser/issues/4571 Florian -- me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ 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 rajiv at nwesc.top Mon Dec 9 18:16:23 2019 From: rajiv at nwesc.top (Rajiv Parfenov) Date: Mon, 09 Dec 2019 20:16:23 +0300 Subject: [qutebrowser] Mouse hiding issue In-Reply-To: <20191209142243.axrp5uewmfv65n4a@hooch.localdomain> References: <15764112.Oh0800mG3f@dell> <20191209142243.axrp5uewmfv65n4a@hooch.localdomain> Message-ID: <1779349.xYTxlzBBI7@dell> Oh, I have missed it. Thank you. -- Rajiv On Monday, December 9, 2019 5:22:43 PM MSK Florian Bruhin wrote: > Hey Rajiv, > > On Sat, Dec 07, 2019 at 09:43:36PM +0300, Rajiv Parfenov wrote: > > I've visited http://cursors.io/[1] and there is a dialog which asks if I > > am okay with hiding mouse cursor. > > But it never stops hiding. After the tab is closed cursor is still hidden > > and locked to the window. > > On quitting qb cursor will show itself again. > > > > I'm on Arch, qb v1.8.2. > > See https://github.com/qutebrowser/qutebrowser/issues/4571 > > Florian From campdog at pm.me Wed Dec 18 17:50:34 2019 From: campdog at pm.me (campdog at pm.me) Date: Wed, 18 Dec 2019 16:50:34 +0000 Subject: [qutebrowser] Qutebrowser won't run... Message-ID: I have been using Qutebrowser for several years... Awesome! I was adding some keybindings and then executed a restart. After that it wouldn't run. Here is what I have done: 1 - Looked at the lines in the files below. 2 - reinstalled Qutebrowser 3 - reinstalled python3 I am still getting this same output. Any advice would be greatly appreciated. Thank you, David Output when I try to run Qutebrowser: qutebrowser 11:45:28 WARNING: /usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import fnmatch, glob, traceback, errno, sys, atexit, locale, imp Traceback (most recent call last): File "/usr/bin/qutebrowser", line 11, in load_entry_point('qutebrowser==1.1.1', 'gui_scripts', 'qutebrowser')() File "/usr/lib/python3/dist-packages/qutebrowser/qutebrowser.py", line 188, in main return app.run(args) File "/usr/lib/python3/dist-packages/qutebrowser/app.py", line 100, in run configinit.early_init(args) File "/usr/lib/python3/dist-packages/qutebrowser/config/configinit.py", line 59, in early_init configfiles.read_config_py(config_file) File "/usr/lib/python3/dist-packages/qutebrowser/config/configfiles.py", line 426, in read_config_py api.finalize() File "/usr/lib/python3/dist-packages/qutebrowser/config/configfiles.py", line 240, in finalize self._config.update_mutables() File "/usr/lib/python3/dist-packages/qutebrowser/config/config.py", line 391, in update_mutables self.set_obj(name, new_value, save_yaml=save_yaml) File "/usr/lib/python3/dist-packages/qutebrowser/config/config.py", line 335, in set_obj self._set_value(self.get_opt(name), value) File "/usr/lib/python3/dist-packages/qutebrowser/config/config.py", line 269, in _set_value opt.typ.to_py(value) # for validation File "/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", line 1223, in to_py for key, val in value.items()} File "/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", line 1223, in for key, val in value.items()} File "/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", line 1223, in to_py for key, val in value.items()} File "/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", line 1223, in for key, val in value.items()} File "/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", line 1651, in to_py self._basic_py_validation(value, str) File "/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", line 169, in _basic_py_validation self._basic_str_validation(value) File "/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", line 182, in _basic_str_validation raise configexc.ValidationError(value, "may not be empty!") qutebrowser.config.configexc.ValidationError: Invalid value '' - may not be empty! Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryan at rcorre.net Wed Dec 18 17:55:12 2019 From: ryan at rcorre.net (Ryan Roden-Corrent) Date: Wed, 18 Dec 2019 11:55:12 -0500 Subject: [qutebrowser] Qutebrowser won't run... In-Reply-To: References: Message-ID: Hi David, Did you add these in config.py or using config commands from the browser? Can you tell us what commands you ran and/or show us your config.py (the lines you added, at least)? -Ryan On December 18, 2019 11:50:34 AM EST, Jack via qutebrowser wrote: >I have been using Qutebrowser for several years... Awesome! > >I was adding some keybindings and then executed a restart. After that >it wouldn't run. >Here is what I have done: >1 - Looked at the lines in the files below. >2 - reinstalled Qutebrowser >3 - reinstalled python3 > >I am still getting this same output. > >Any advice would be greatly appreciated. > >Thank you, > >David > >Output when I try to run Qutebrowser: > >qutebrowser >11:45:28 WARNING: /usr/lib/python3/dist-packages/apport/report.py:13: >DeprecationWarning: the imp module is deprecated in favour of >importlib; see the module's documentation for alternative uses > import fnmatch, glob, traceback, errno, sys, atexit, locale, imp > >Traceback (most recent call last): > File "/usr/bin/qutebrowser", line 11, in > load_entry_point('qutebrowser==1.1.1', 'gui_scripts', 'qutebrowser')() >File "/usr/lib/python3/dist-packages/qutebrowser/qutebrowser.py", line >188, in main > return app.run(args) >File "/usr/lib/python3/dist-packages/qutebrowser/app.py", line 100, in >run > configinit.early_init(args) >File "/usr/lib/python3/dist-packages/qutebrowser/config/configinit.py", >line 59, in early_init > configfiles.read_config_py(config_file) >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configfiles.py", >line 426, in read_config_py > api.finalize() >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configfiles.py", >line 240, in finalize > self._config.update_mutables() >File "/usr/lib/python3/dist-packages/qutebrowser/config/config.py", >line 391, in update_mutables > self.set_obj(name, new_value, save_yaml=save_yaml) >File "/usr/lib/python3/dist-packages/qutebrowser/config/config.py", >line 335, in set_obj > self._set_value(self.get_opt(name), value) >File "/usr/lib/python3/dist-packages/qutebrowser/config/config.py", >line 269, in _set_value > opt.typ.to_py(value) # for validation >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", >line 1223, in to_py > for key, val in value.items()} >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", >line 1223, in > for key, val in value.items()} >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", >line 1223, in to_py > for key, val in value.items()} >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", >line 1223, in > for key, val in value.items()} >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", >line 1651, in to_py > self._basic_py_validation(value, str) >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", >line 169, in _basic_py_validation > self._basic_str_validation(value) >File >"/usr/lib/python3/dist-packages/qutebrowser/config/configtypes.py", >line 182, in _basic_str_validation > raise configexc.ValidationError(value, "may not be empty!") >qutebrowser.config.configexc.ValidationError: Invalid value '' - may >not be empty! > >Thanks, > >David -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: From hofer_andreas at posteo.de Mon Dec 30 12:03:55 2019 From: hofer_andreas at posteo.de (Andreas Hofer) Date: Mon, 30 Dec 2019 12:03:55 +0100 Subject: [qutebrowser] Some questions Message-ID: <86e6b4ba-72a4-0d2a-6a27-cd95f86fbe62@posteo.de> hello, thanks for developing qutebrowser. I have some questions: 1. Is this a bug? ":help open:" throws "blocked through an extension" (may jblock?) 2. Slower startup after doing some configuration There is a percentage status after start qutebrowser, while loading the startpage. Something wrong with my config.py? Any suggestions for better performance? 3.I've read that this might increase the performance to use c.bindings.default = {}. Is that true? 4. Is it possible to open the startpage to a new tab and directly change to insert-mode? (see my keybinding for 't' in normal mode) Best Regards Andrew -------------- next part -------------- A non-text attachment was scrubbed... Name: config.py Type: text/x-python Size: 2765 bytes Desc: not available URL: From me at the-compiler.org Mon Dec 30 17:49:47 2019 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 30 Dec 2019 17:49:47 +0100 Subject: [qutebrowser] Some questions In-Reply-To: <86e6b4ba-72a4-0d2a-6a27-cd95f86fbe62@posteo.de> References: <86e6b4ba-72a4-0d2a-6a27-cd95f86fbe62@posteo.de> Message-ID: <20191230164947.3pj6t2557kdky2gy@hooch.localdomain> Hey Andre(w|as), Note you aren't subscribed to the list - I approved your mail manually and added you to the whitelist now, but you won't receive any replies if people don't include you directly. On Mon, Dec 30, 2019 at 12:03:55PM +0100, Andreas Hofer wrote: > 1. Is this a bug? > > ":help open:" throws "blocked through an extension" (may jblock?) That shows "Invalid help topic open:!" for me, which is what I expect. Do you mean ":help :open"? Do you actually run the :help command like that, or are you in fact clicking on some link to qute://help somewhere? Have you tried without jblock? > 2. Slower startup after doing some configuration > > There is a percentage status after start qutebrowser, while loading the > startpage. > > Something wrong with my config.py? Any suggestions for better performance? What do you mean with "There is a percentage status after start qutebrowser"? What qutebrowser version are you running? Also, have you tried without jblock? ;-) > 3.I've read that this might increase the performance to use > c.bindings.default = {}. > > Is that true? Where did you read so? Probably not significantly. Certainly not if you end up re-adding all the bindings anyways. qutebrowser without any bindings seems pretty useless to me. Something that does increase startup performance a bit is setting c.bindings.commands instead of using config.bind, but with only a handful of bindings, that shouldn't make a big difference. > 4. Is it possible to open the startpage to a new tab and directly change to > insert-mode? > > (see my keybinding for 't' in normal mode) You can chain commands with ";;", but by default, qutebrowser leaves insert mode when a page finished loading. You can disable that via input.insert_mode.leave_on_load, but that'll mean you'll stay in insert mode after e.g. pressing enter on DuckDuckGo. You could do something like this: open -t https://start.duckduckgo.com ;; later 1000 enter-mode insert But the timeout to use really depends on the loading time of the website. Florian -- me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ 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 me at the-compiler.org Mon Dec 30 18:50:09 2019 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 30 Dec 2019 18:50:09 +0100 Subject: [qutebrowser] 2019 crowdfunding with shirts, stickers and more! In-Reply-To: <20191030130236.4tfcufzzmhrxic2m@hooch.localdomain> References: <20191030130236.4tfcufzzmhrxic2m@hooch.localdomain> Message-ID: <20191230175009.ejfcamgpgdesaifs@hooch.localdomain> Hey, On Wed, Oct 30, 2019 at 02:02:40PM +0100, Florian Bruhin wrote: > Just like in the 2017/2018 crowdfundings, it'll be possible to get t-shirts and > stickers again. I'll also add some new swag to the mix :) Just a quick reminder: If you want physical rewards with the current perk levels, sign up to the GitHub Sponsors campaign before the end of the year: https://github.com/sponsors/The-Compiler/ Somewhen after 2020 comes around the corner (and probably after my birthday on the 2nd) I'm going to adjust the perks accordingly. Florian -- me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org https://bruhin.software/ | https://github.com/sponsors/The-Compiler/ 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 ben.hengst at gmail.com Mon Dec 30 18:54:32 2019 From: ben.hengst at gmail.com (benh) Date: Mon, 30 Dec 2019 09:54:32 -0800 Subject: [qutebrowser] 2019 crowdfunding with shirts, stickers and more! In-Reply-To: <20191230175009.ejfcamgpgdesaifs@hooch.localdomain> References: <20191030130236.4tfcufzzmhrxic2m@hooch.localdomain> <20191230175009.ejfcamgpgdesaifs@hooch.localdomain> Message-ID: Happy pre-birthday! On Mon, Dec 30, 2019 at 9:50 AM Florian Bruhin wrote: > Hey, > > On Wed, Oct 30, 2019 at 02:02:40PM +0100, Florian Bruhin wrote: > > Just like in the 2017/2018 crowdfundings, it'll be possible to get > t-shirts and > > stickers again. I'll also add some new swag to the mix :) > > Just a quick reminder: If you want physical rewards with the current perk > levels, sign up to the GitHub Sponsors campaign before the end of the year: > > https://github.com/sponsors/The-Compiler/ > > Somewhen after 2020 comes around the corner (and probably after my > birthday on > the 2nd) I'm going to adjust the perks accordingly. > > Florian > > -- > me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org > https://bruhin.software/ | > https://github.com/sponsors/The-Compiler/ > GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc > I love long mails! | https://email.is-not-s.ms/ > -- benh~ http://about.notbenh.info Stability is not a Regression and keep being Awesome! -------------- next part -------------- An HTML attachment was scrubbed... URL: From jaygkamat at gmail.com Tue Dec 31 22:40:50 2019 From: jaygkamat at gmail.com (Jay Kamat) Date: Tue, 31 Dec 2019 13:40:50 -0800 Subject: [qutebrowser] Some questions In-Reply-To: <86e6b4ba-72a4-0d2a-6a27-cd95f86fbe62@posteo.de> References: <86e6b4ba-72a4-0d2a-6a27-cd95f86fbe62@posteo.de> Message-ID: <86zhf86un1.fsf@gmail.com> Andreas Hofer writes: > 2. Slower startup after doing some configuration > > There is a percentage status after start qutebrowser, while loading > the startpage. > > Something wrong with my config.py? Any suggestions for better performance? Most config.py configuration functions are horribly slow (bind, set, etc). I avoid config.py whenever possible due to this. Reducing the number of calls to the config system mitigates this, which is where the alternatives to 'bind' comes in. See this file for an example: http://www.gitlab.com/jgkamat/qutemacs/blob/master/qutemacs.py