Re: Gmail bug?

2016-01-19 Thread Florian Bruhin
* Abraham Baker  [2016-01-19 19:52:49 -0600]:
> When I first tried qutebrowser, I installed the git version.  So, I don't
> have any versions cached in pacman (I'm using Arch) older than .5.0.  Where
> can I get older versions so I could try downgrading?

You should be able to close all running qutebrowser instances and do
the following:

$ git clone https://github.com/The-Compiler/qutebrowser.git
$ cd qutebrowser
$ git checkout v0.4.1
$ python3 -m qutebrowser --version

If that shows you v0.4.1, start it via python3 -m qutebrowser and
that's it.

Florian

-- 
http://www.the-compiler.org | m...@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/


signature.asc
Description: Digital signature


Re: Gmail bug?

2016-01-19 Thread Abraham Baker
When I first tried qutebrowser, I installed the git version.  So, I don't
have any versions cached in pacman (I'm using Arch) older than .5.0.  Where
can I get older versions so I could try downgrading?

On Tue, Jan 19, 2016 at 9:24 AM, Abraham Baker 
wrote:

> Still happens in .5.1, I'll try downgrading later
>
> On Tue, Jan 19, 2016 at 9:13 AM, Florian Bruhin 
> wrote:
>
>> * Abraham Baker  [2016-01-19 09:05:57 -0600]:
>> > After upgrading to qutebrowser 0.5.0, I've noticed that when I try to
>> drag
>> > emails from the inbox to labels on the side, instead of dragging the
>> email
>> > as before, the mouse just selects the entire page.
>>
>> First of all, please upgrade to v0.5.1 and check if there's any
>> invalid setting in the config - v0.5.0 has a bug where it doesn't
>> validate most setting values, which can cause all kinds of fun
>> trouble.
>>
>> If you get the same on v0.5.1, can you please downgrade to v0.4.1 and
>> see if that makes things work again? I'd be quite surprised, as
>> usually those kinds of things are due to QtWebKit issues.
>>
>> Thanks,
>>
>> Florian
>>
>> --
>> http://www.the-compiler.org | m...@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/
>>
>
>


Re: Gmail bug?

2016-01-19 Thread Abraham Baker
Still happens in .5.1, I'll try downgrading later

On Tue, Jan 19, 2016 at 9:13 AM, Florian Bruhin  wrote:

> * Abraham Baker  [2016-01-19 09:05:57 -0600]:
> > After upgrading to qutebrowser 0.5.0, I've noticed that when I try to
> drag
> > emails from the inbox to labels on the side, instead of dragging the
> email
> > as before, the mouse just selects the entire page.
>
> First of all, please upgrade to v0.5.1 and check if there's any
> invalid setting in the config - v0.5.0 has a bug where it doesn't
> validate most setting values, which can cause all kinds of fun
> trouble.
>
> If you get the same on v0.5.1, can you please downgrade to v0.4.1 and
> see if that makes things work again? I'd be quite surprised, as
> usually those kinds of things are due to QtWebKit issues.
>
> Thanks,
>
> Florian
>
> --
> http://www.the-compiler.org | m...@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/
>


Re: Gmail bug?

2016-01-19 Thread Florian Bruhin
* Abraham Baker  [2016-01-19 09:05:57 -0600]:
> After upgrading to qutebrowser 0.5.0, I've noticed that when I try to drag
> emails from the inbox to labels on the side, instead of dragging the email
> as before, the mouse just selects the entire page.

First of all, please upgrade to v0.5.1 and check if there's any
invalid setting in the config - v0.5.0 has a bug where it doesn't
validate most setting values, which can cause all kinds of fun
trouble.

If you get the same on v0.5.1, can you please downgrade to v0.4.1 and
see if that makes things work again? I'd be quite surprised, as
usually those kinds of things are due to QtWebKit issues.

Thanks,

Florian

-- 
http://www.the-compiler.org | m...@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/


signature.asc
Description: Digital signature


Gmail bug?

2016-01-19 Thread Abraham Baker
Hi,

After upgrading to qutebrowser 0.5.0, I've noticed that when I try to drag
emails from the inbox to labels on the side, instead of dragging the email
as before, the mouse just selects the entire page.

This is not a critical bug since it is still possible to sort emails with
the drop-down folder menu.

Abe