-
Notifications
You must be signed in to change notification settings - Fork 578
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
Double click on mouse application opens new tab #1697
Comments
I am having the same issue on tmux with guake. Even without htop opened it start a new guake on double click |
Have the same issue. Quite annoying. |
Not sure what trigger the "new guake window", but disabling the "set mouse on" in the tmux config file fix the issue. We need the mouse support on guake (and vim), but it seem to create a conflict with guake click handler. |
It's a bit strange bug/feature. I have it in combination of |
@gsemet I think, I know, what the problem is. It's this line in Removing these lines makes it so that the new tab is not opened. Although with this "fix" the lines don't get selected when double-clicking in It's not obvious to me, why the double click opens a new tab only when some CLI app is also trying to capture the mouse input ( The related lines were added in commit b55e507 and it seems, that it was supposed to only open new tabs when double-clicking on the tab bar and not the actual terminal screen, so just removing them might be undesirable, since that would also remove this feature. Although I don't know, how widely used it is, given that there is both a Any ideas about why opening |
To me a double-click on the tab bar to open a new tab isn't straight forward for a user, does anyone here use it ? |
I do not want to clutter the pref window, for me this feature is not mandatory. If we can get double click on tab bar to open a new tab that could be enough. But if we can’t get it to work without conflict with in-Terminal click we can remove this feature |
If there was no other way to open a new tab, I'd be for fixing this but since this is not the case, I say remove this feature now and maybe reintroduce it when it works properly. |
You can still right click on a tab or click on the "+" button. The "Double-click opens a tab" is a nice feature, but not mandatory. Remove it, explaining why it has been done, and we will reintroduce it if needed later (probably by putting a stretched widget in the tab bar somehow that will receive the double-click event, instead of the notebook. But usage within the terminal is more important |
Still facing this problem running nvim 0.4.4/ vim 8.2 with guake 3.7.0-1 on Arch Linux. Anybody any guess why? |
+1 @paulkitt, I'm also facing same issue with 3.7 guake, nvim 0.4.3 on arch linux. |
The problem is still there because there hasn't been any new release since the bug was fixed. |
Indeed, I got a bit lost with guake maintainance lately. I have merged a couple of PR, I would be glad if some of you can retest it to see if everything still works fine (I do not have an environment to test it, macos only now...). Once it is ok, I can do a new release |
totally agree, please "add an option to |
Is this repository dead? Maybe its time to archive the project or hand it over to a new maintainer. |
hi. Are you a volunteer? I propose you start by looking at the master branch and see why it does not compile anymore. Thanks for your help ! |
Hi! No I am an user since a long time and curious about the state of the project. I am not experienced in python enough for such a big application to debug. Dont get me wrong I dont say do anything. From your last comment I just had the impression that the project is not maintained anymore. No problem with that its just good to know if so. Thanks for your work! Guake Terminal is/was a great help for me and a lot of my friends. |
This issue have been closed, you should create a new one. |
no pbl. I indeed struggle at this maintainance, but I gladly welcome pull requests :) |
Describe the bug
When double clicking on applications with mouse support (htop, vim with
set mouse=a
, etc.) a new guake tab is opened, as if double clicking on the tab bar.Expected behavior
No new tabs are launched.
Actual behavior
New tab launched every time.
To Reproduce
run htop
double click
The text was updated successfully, but these errors were encountered: