New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot switch workspace on gnome when SQLiteBrowser is open #934
Comments
Thanks for reporting this. I'm pretty sure someone else has mentioned this happening to them a few months ago too, but I'm not finding the bug report about it just yet. @revolter Do you remember the previous bug report about this? From memory, you commented on it. |
In any case it's upstream bug, not SQLiteBrowser. |
Why an upstream bug? |
@kehugter Excellent, that's good info. 😄 |
Just quickly mentioning issue #635 here which seems to describe a similar problem (see the last couple of comments). However, that issue is older than the commits mentioned by @kehugter. No idea how to explain this but maybe this is some valuable input for somebody 😃 |
Bug appears only when |
That's some interesting information, @akhilman! Can you double check one extra case for me? When disabling the If we can really narrow this down to the Edit dialog I could prepare a patch that adds tons of debug output to that dialog and, with any luck, this helps us tracking down the source of the problem. |
It's only |
I can confirm this bug on GNOME 3.22 on Fedora 25. Looking at the above comments, I'm just running SQLIteBrowser as it comes installed by default - I haven't disabled or enabled the Views as mentioned two comments above. If there is anything you want me to try to confirm, please let me know. |
@vanitasvitae @prcutler @akhilman @kehugter Would any of you have time to try something out which might (if lucky) solve this problem? 😄 If you do, please compiling this branch here and see if the problem seems any different: https://github.com/justinclift/sqlitebrowser/tree/issue_934_v1 It's our latest source for what will become version 3.10.0, but with all of the calls to While debugging a different problem today I gained a sneaking suspicion that these calls might be causing the problem here. Removing them hasn't seemed to cause any change in user visible behaviour for me just now. So, it'd be useful to find out if there's any change for yourselves. 😄 |
@justinclift sorry for taking so long to answer. I'm using Arch now but can still reproduce the issue compiling 6029e25. Issue is also present in https://github.com/justinclift/sqlitebrowser/commit/e7933fac6dd9b881a0a7247c65c23ee0d66b75c1 even after a |
@kehugter Thanks for testing. Someone else mentioned a few weeks ago that the experimental thing above didn't fix it for them either, so I guess your report really confirms it. Will probably have time to investigate it further over the next few weeks. 😄 |
Hi: I'm using gnome shell 3.24 in Debian Sid. |
I don't think so. sqlitebrowser seems to be requesting focus. Some new findings in the
|
@vanitasvitae @akhilman @prcutler @rastersoft A fix (written by @kehugter) for this problem has just been added to our source code. Would any of you have the time/interest to try compiling, and confirm back from your point of view? 😄 |
Compiling... |
Ok, this patch seems to have fixed the problem. Thanks!!!! |
Fantastic! Thanks for confirming @rastersoft. 😄 Good work @kehugter, this bug has been annoying people for ages. 😀 |
+1
|
Workspace switching still blocked (version 3.10.1 on Archlinux / Gnome 3.30) |
In Debian SID (sqlitebrowser 3.10.1/Gnome 3.30) works fine. |
@hutou That's not good. Are you comfortable compiling stuff from source? If you are, the build instructions we use are here: https://github.com/sqlitebrowser/sqlitebrowser/blob/master/BUILDING.md#generic-linux-and-freebsd We don't have any Arch specific steps yet, but it's generally a matter of installing dependencies, then running In theory (!), it shouldn't be toooooooooo hard to figure out. 😄 |
Ok, sqlbrowser works fine after compiling from source (git clone). NB. I tried to create binaries locally with Archlinux tools package builder (PKGBUILD), but, in my current environment, compilation of sqlitebrowser-3.10.1.tar.gz fails |
Cool. 😄 And yeah, the next release should be pretty soon (#1656 for progress, if you're interested), so it's probably not worth filing a bug for 3.10.1. 😄 |
Details for the issue
Hi!
Im using sqlitebrowser from the Debian testing repository on my machine running Gnome Shell (3.22.2).
When I have sqlitebrowser opened, it seems like it is constantly requesting focus. I cannot switch workspaces, since it constantly switches back to the sqlitebrowser window.
Also I cannot minimize it, since it instantly gets de-minimized again.
Useful extra information
Gnome-Shell version 3.22.2
I'm opening this issue because:
I'm using DB4S on:
I'm using DB4S version:
I have also:
The text was updated successfully, but these errors were encountered: