linuxmint / cinnamon

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.
GNU General Public License v2.0
4.58k stars 745 forks source link

Ctrl+C does not copy filename, duplicates file instead #12443

Open olibac opened 1 month ago

olibac commented 1 month ago

Distribution

Debian Edition 6 Faye

Package version

6.2.9

Graphics hardware in use

VMware SVGA II Adapter

Frequency

Always

Bug description

Ctrl+c on selected text file name and then Ctrl+v on other selected text file name duplicates the file instead of pasting the text copied. This behavior is happening when "Show position of pointer when the Control key is pressed" option is enabled in mouse configuration screen. If "Show position of pointer when the Control key is pressed" option is disabled in configuration copy/paste works as expected. It seems that by displaying the circle around the mouse pointer it is getting the focus.

Steps to reproduce

  1. Make sure "Show position of pointer when the Control key is pressed" option is enabled in mouse configuration.
  2. Open Nemo file browser.
  3. Navigate to a folder with two files at least.
  4. Select a file, press F2 (or "Rename" from context menu"), select some text from file name and press Ctrl+c.
  5. Select a different file, press F2 (or "Rename" from context menu") and press Ctrl+v.
  6. Result is the first file is duplicated.

Expected behavior

Paste selected text file name into the second file name.

Additional information

LMDE is running in Virtual Box.