-
Notifications
You must be signed in to change notification settings - Fork 576
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
Mouse scroll in terminal started to switch tabs: How to switch this off? #2142
Comments
I can not reproduce this, scrolling while the mouse is over the tab list switches between tabs (which is consistent with many other applications presenting a tabbed interface) while scrolling over the terminal scrolls that terminal only. Which desktop environment and window manager are you using? Can you also include the output of |
None,
xfwm4 At system startup, a lightdm session manager starts, and from this, the Here is my
And here my environment (some personal data replaced with
Here:
Does that help? I am not sure if this in the end is some "magic" from GTK3 itself that was imposed upon me at some upgrade. Any hint on how I can track this down is helpful as well. I have for now resorted to use Regards! |
I'm experiencing the same issue, and downgrading to a previously-known working version of Guake didn't resolve this issue, so I suspect it's caused by an update to something else in the system. I'm using Gnome 42.4, the output of
I also tried running
The tabs switched, but nothing showed up on the log after Let me know what else I can do to help debug this! |
I had the same problem. GTK_IM_MODULE=xim was the culprit, in my case at least. Unsetting or changing to ibus solved it for me. |
@4ext's solution works for me. I ran |
I can confirm that this was also the culprit for me. Is this a bug in xim, a bug in guake, a bug in GTK3, or in some intermediate library or (default) configuration, or where? |
Hm, after upgrading from fedora 36 to 38 I got something similar just only attempts to scroll up switching tabs from left to right, but in case of scrolling down everything works as expected... I'm on Mate DE and doesn't matter with compiz or marco it works in the same way.... |
I have left |
I have the same issue on ubuntu 23.10 |
Additions to |
@Davidy22 seems like just running this command |
It happened to me too.
|
With a recent update (I am at guake version 3.9.1.dev0 (according to
guake --version
) from Arch Linux) when I use mouse wheel on a guake terminal window, guake changes tabs (as well as forwarding the scroll to the currently opened terminal, which changes quickly while scrolling).In the settings of guake (Right click -> "Preferences"), I don't see that I have mouse scroll assigned to any action, and especially under "Keyboard shortcuts", "Go to previos tab" and "Go to next tab" are assigned to
<Alt>
+<Left>
and<Alt>
+<Right>
, respectively.How can I switch off that mouse scroll switches tabs, so that I can use it to scroll within the terminal window without any interference?
I also don't know where guake stores it's settings; a
find .[a-zA-Z]* | grep guake
in my home directory did only reveal the session storage.config/guake/session.json
. Otherwise I would have posted my quake configuration file.Regards!
The text was updated successfully, but these errors were encountered: