-
Notifications
You must be signed in to change notification settings - Fork 754
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
Nemo: Renaming file in list view doesn't allow Ctrl #11445
Comments
Hi The bug still present in "Linux Mint 21.2 Cinnamon 5.8.4". The above bug description is really fine :-) Regards & cheers |
This is a known issue/limitation with X11. Copying from linuxmint/muffin#673:
|
Hi It must be noted that only append in "List View" mode, it doesn't happen in the other two modes (icon, compact), so I do not understand why it is a X11 dependency. |
The objects are drawn differently in one layout vs the other. I'm not sure if objects can be drawn the same way in the List view due to the nature of the objects. I've checked the code on this a few times, but feel free to take a look to see if there's anything I've missed. |
Hello all :-) Just to say that the Thanks for all & cheers. |
Were you able to confirm that the issue is still present in the experimental Wayland session? |
Hi @rcalixte
Cannot test because of a dark screen with a coredump with Wayland session It's not the place here, just for info :-)
|
You might need to create a temporary new user to get the login working. |
I have no idea why this should be related to "objects are drawn" or X just like OP - it is a simple text field which entry isn't processed correctly. I'll check this starting a wayland session and enter results at #10322 . Edit after adding a new user to test: the rename in nemo obviously uses a different system routine like e.g. the text box to enter the new username. |
Hi. I'm not precise, but it seems to me that there are many places where the For some time now, I've been getting into the habit of using the mouse instead of the keyboard to copy a selected item, and thinking to leave Cinnamon only for this every day problem :-( |
It seems that under Xorg ctrl is grabbed at key pressed and the circle effect is shown at key release. Under wayland instead ctrl is grabbed, and the circle effect is shown at release. Observation probably depending on theme: |
OS: mint 20.3
Cinnamon 5.2.7
Theme: standard that comes with fresh installation
Steps to reproduce:
In Preferences/Mouse and Touchpad:
Then:
This is not happening in Icon-view: filename can be edited as expected.
Expected to work as per standard copy/paste CNTRL + x,c,v combinations even in List View and "Show position... " is enabled.
Thanks!
The text was updated successfully, but these errors were encountered: