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

Snap to the right isn't working with the keyboard shorcut #63

Closed
ddidier opened this issue Jun 28, 2024 · 10 comments
Closed

Snap to the right isn't working with the keyboard shorcut #63

ddidier opened this issue Jun 28, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@ddidier
Copy link

ddidier commented Jun 28, 2024

Describe the bug
When using a layout with 3 columns (e.g. small left, large middle, small right), I cannot send the window to the right column. With a custom 4 columns layout, only the two left columns are working.

To Reproduce
Steps to reproduce the behavior:

  1. Select the second layout (small left, large middle, small right)
  2. Super+Left send the window to the left column
  3. Super+Right send the window to the middle column
  4. Super+Right does nothing
  5. Super+Left send the window to the left column
  6. Super+Right send the window to the middle column
  7. Super+Right does nothing
  8. And so on...

Information (please complete the following):

  • Tiling Shell version: 12 (in the Extensions application, looks different from the GitHub version)
  • GNOME version: 46.0

Additional context

  • Ubuntu 24.04`
  • Installed extensions (I deactivated them but no luck): Capture d’écran du 2024-06-28 23-55-09
@domferr domferr added the bug Something isn't working label Jun 28, 2024
@domferr
Copy link
Owner

domferr commented Jun 28, 2024

Hey, thank you for reporting this bug!
I'm not sure this is related to another issue that I fixed yesterday. I'll leave here the files which include the fixes to the other bug, let me know if you can test it!

If it is not solved, may I ask you to share a video if possible? Thank you!

@ddidier
Copy link
Author

ddidier commented Jun 29, 2024

Thank you but I don't know how to install this. I looked on the internet and tried:

% gnome-extensions install Téléchargements/tilingshell@ferrarodomenico.com.zip  

Doesn't show:

% gnome-extensions list                                                       
hibernate-status@dromi
add-username-toppanel@brendaw.com
wsmatrix@martin.zurowietz.de
date-menu-formatter@marcinjakubowski.github.com
ding@rastersoft.com
tiling-assistant@ubuntu.com 
ubuntu-appindicators@ubuntu.com
ubuntu-dock@ubuntu.com

But is there:

% ll .local/share/gnome-shell/extensions                                        
total 28K
drwxrwxr-x 7 ddidier ddidier 4,0K juin  29 11:02  ./
drwx------ 4 ddidier ddidier 4,0K juin  29 10:56  ../
drwxrwxr-x 2 ddidier ddidier 4,0K juin  17 23:19 'add-username-toppanel@brendaw.com'/
drwxrwxr-x 6 ddidier ddidier 4,0K juin  17 23:19 'date-menu-formatter@marcinjakubowski.github.com'/
drwxrwxr-x 4 ddidier ddidier 4,0K juin  17 23:08 'hibernate-status@dromi'/
drwxrwxr-x 4 ddidier ddidier 4,0K juin  29 11:02 'tilingshell@ferrarodomenico.com'/
drwxrwxr-x 5 ddidier ddidier 4,0K juin  17 23:20 'wsmatrix@martin.zurowietz.de'/

I tried anyway:

% gnome-extensions enable tilingshell@ferrarodomenico.com 
L’extension « tilingshell@ferrarodomenico.com » n’existe pas   <<<<<< extension doesn't exist

@domferr
Copy link
Owner

domferr commented Jun 29, 2024

Thank you but I don't know how to install this. I looked on the internet and tried:

% gnome-extensions install Téléchargements/tilingshell@ferrarodomenico.com.zip  

Doesn't show:

% gnome-extensions list                                                       
hibernate-status@dromi
add-username-toppanel@brendaw.com
wsmatrix@martin.zurowietz.de
date-menu-formatter@marcinjakubowski.github.com
ding@rastersoft.com
tiling-assistant@ubuntu.com 
ubuntu-appindicators@ubuntu.com
ubuntu-dock@ubuntu.com

But is there:

% ll .local/share/gnome-shell/extensions                                        
total 28K
drwxrwxr-x 7 ddidier ddidier 4,0K juin  29 11:02  ./
drwx------ 4 ddidier ddidier 4,0K juin  29 10:56  ../
drwxrwxr-x 2 ddidier ddidier 4,0K juin  17 23:19 'add-username-toppanel@brendaw.com'/
drwxrwxr-x 6 ddidier ddidier 4,0K juin  17 23:19 'date-menu-formatter@marcinjakubowski.github.com'/
drwxrwxr-x 4 ddidier ddidier 4,0K juin  17 23:08 'hibernate-status@dromi'/
drwxrwxr-x 4 ddidier ddidier 4,0K juin  29 11:02 'tilingshell@ferrarodomenico.com'/
drwxrwxr-x 5 ddidier ddidier 4,0K juin  17 23:20 'wsmatrix@martin.zurowietz.de'/

I tried anyway:

% gnome-extensions enable tilingshell@ferrarodomenico.com 
L’extension « tilingshell@ferrarodomenico.com » n’existe pas   <<<<<< extension doesn't exist

You need to perform the following steps:

  • overwrite the files into .local/share/gnome-shell/extensions/tilingshell@ferrarodomenico.com with the ones in the archive I shared
  • log out and log in (or restart the system)

@ddidier
Copy link
Author

ddidier commented Jun 29, 2024

That's not working either:
Capture vidéo du 2024-06-29 15-34-22.webm

@domferr
Copy link
Owner

domferr commented Jun 29, 2024

That's not working either: Capture vidéo du 2024-06-29 15-34-22.webm

Hmmmm ok, that's interesting. As I can see, you have set zero outer gaps and zero inner gaps, right? However, even if I set that settings too, I don't have that bug...

It seems a problem related to your system, so we need to investigate ahahaha
Can you share the following information?

  • Are you using multiple monitors?
  • You said "With a custom 4 columns layout, only the two left columns are working", so you cannot move to the third and fourth columns: is the third column starting after the middle of the screen? Can you move the window to the third column if it starts before the middle of the screen?

Thank you

@ddidier
Copy link
Author

ddidier commented Jun 29, 2024

I have a laptop and and external screen, ad my laptop screen is turned off. This is my default setup. However I tried with only my laptop and the behavior is the same.

And the middle of the screen doesn't seem to have anything to do with this. Only Super+Left is working:
Capture vidéo du 2024-06-29 18-57-46.webm

I want to help because this looks like a great extension, the missing piece. FYI I'm a software engineer so don't be afraid to ask anything ;-)

@ddidier
Copy link
Author

ddidier commented Jun 29, 2024

Capture d’écran du 2024-06-29 19-23-27

@domferr
Copy link
Owner

domferr commented Jul 1, 2024

I have a laptop and and external screen, ad my laptop screen is turned off. This is my default setup. However I tried with only my laptop and the behavior is the same.

And the middle of the screen doesn't seem to have anything to do with this. Only Super+Left is working: Capture vidéo du 2024-06-29 18-57-46.webm

I want to help because this looks like a great extension, the missing piece. FYI I'm a software engineer so don't be afraid to ask anything ;-)

Wow 😮, this isn't a bug, this is a mistery! Ahahah
Thank you for you feedback and the detailed information. I'll think about it and come back to you, thanks!

@ddidier
Copy link
Author

ddidier commented Jul 31, 2024

Hi, this is now working with the latest version... mystery not solved ;-)

@ddidier ddidier closed this as completed Jul 31, 2024
@domferr
Copy link
Owner

domferr commented Jul 31, 2024

Wooohooo ahahah 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants