Skip to content
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

Emacs window not having gaps at the edges #13

Open
ghost opened this issue Jun 18, 2022 · 5 comments
Open

Emacs window not having gaps at the edges #13

ghost opened this issue Jun 18, 2022 · 5 comments
Labels
status:needsinfo This issue requires more information to be resolved type:bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 18, 2022

First of all, thank you for releasing the new update. I have this odd bug, which only happens with Emacs, where the window slowly resizes itself after being tiled. I have attached both the video and my current settings.

2022-06-18.15-37-16.mp4

ss

@ghost
Copy link
Author

ghost commented Jun 18, 2022

Update: it seems to happen with to multiple apps that are tiled on the right side with Emacs on the left, for example dolphin.

@ghost
Copy link
Author

ghost commented Jun 18, 2022

Another thing visible in the video is that Emacs does not seem to respect the tiling gap, the window ends up touching the bottom screen border. This might just be a GTK3 issue, I had a similar issue on gnome with a gap extension on GNOME where old GTK apps did not respect the gap, or showed odd behavior.

@nclarius
Copy link
Owner

I just released an update; please test whether this fixes the problem.

@nclarius nclarius added type:bug Something isn't working status:needsinfo This issue requires more information to be resolved labels Jun 22, 2022
@ghost
Copy link
Author

ghost commented Jun 23, 2022

Fixed. Still have emacs borders touching the edges of the screen but I think this may just be a GTK bug

@nclarius nclarius changed the title Odd dynamic scaling with Emacs Emacs window not having gaps at the edges Jun 24, 2022
@nclarius
Copy link
Owner

It should work regardless of which application. To help me debug this, could you please run the following:

kwriteconfig5 --file kwinrc --group Script-tilegaps --key debugMode true
kwriteconfig5 --file kwinrc --group Script-tilegaps --key fullDebugMode true
export QT_LOGGING_RULES='kwin*.debug=true'
qdbus org.kde.KWin /KWin reconfigure
journalctl -g "test" -f 2>&1 | tee tilegaps.log

Then trigger the bug, see if you get any output and if yes, post the contents of the file ~/tilegaps.log here. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:needsinfo This issue requires more information to be resolved type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant