LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-23-2018, 08:03 PM   #1
cybervigilante
Member
 
Registered: Apr 2018
Posts: 39

Rep: Reputation: Disabled
I can Drag but not Copy and Paste


This is driving me nuts. I can Copy from Downloads but can't Paste into a common folder like Videos. Yet I can Drag from ont folder to the other folder. This is Mint 18.3 and it's happened on two different machines with a fresh Mint install, so I don't think it's the system.

System: Host: jim-Aspire-XC-603G Kernel: 4.13.0-38-generic x86_64 (64 bit gcc: 5.4.0)
Desktop: Cinnamon 3.6.7 (Gtk 3.18.9-1ubuntu3.3) dm: lightdm
Distro: Linux Mint 18.3 Sylvia
 
Old 04-23-2018, 09:32 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
Are you copying from the default user Download directory to the default user Videos directory? What do you mean by common folder. As a user, you should have read write access to anything in your /home/user directory and not much else. You see to be saying that you cannot copy and paste from your user Download folder to your same user Videos folder but that you can drag and drop from/to those folders. That would by pretty unusual. You might be a little more specific about whether these directories/folders are in the same user /home directory. If they are not that is expected behavior. Have you read the Mint User Guide?

https://linuxmint.com/documentation.php

Last edited by yancek; 04-23-2018 at 09:34 PM.
 
Old 04-24-2018, 03:48 PM   #3
cybervigilante
Member
 
Registered: Apr 2018
Posts: 39

Original Poster
Rep: Reputation: Disabled
Yes, downloads and videos are both in my home directory and look to have the same permissions. Although file permissions have a - in the box and folder permissions have an x for read and write. I'm not sure what that means. It just seems odd that paste is greyed out but I can drag. Is this a peculiarity of mint 18.3?
 
Old 04-24-2018, 07:09 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
If you open a terminal and run the command: ls -l it should output the permissions as well as the owner/group. Check that and you should see that all files start with a dash ( - ). Not sure what x you are referring to. Are you doing this in your file manager? Directories such as Downloads and Videos in your /home/user directory should have the same owner/group and permissions.

Just to clarify, you right click on a file in Downloads directory, then go to Videos and right click and the Paste option is greyed out?

Last edited by yancek; 04-25-2018 at 07:36 AM.
 
Old 04-24-2018, 07:33 PM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
are you right click copy . ctrl+v in the the directory you're wanting to put them in, or using keyboard short-cuts for both actions 'ctrl+x ctrl+v, or file manager drop down edit->copy->paste. what method are you using? can you copy them over in a terminal?

Directories have to have an x with them to or you will not be able to access them.
Code:
 find ~/ -type d -exec chmod 755 {} \;
 
Old 04-24-2018, 07:39 PM   #6
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,673

Rep: Reputation: 487Reputation: 487Reputation: 487Reputation: 487Reputation: 487
Copy and paste and drag-and-drop work fine in my Mint 18.3 installation, permissions on both Downloads and Video using <right-click - Properties> are:
Quote:
Owner:
Folder access: Create and delete.
File access ---

Group: <my login name>
Folder access: Access files
File access ---

World (implied)
Folder access: Access files
File access ---
Any help?

Play Bonny!

 
Old 04-24-2018, 08:52 PM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Can you please, action by action, take us through the process with which you're having problems.
 
Old 04-25-2018, 07:28 AM   #8
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Sometimes with guis if you copy with CTRL-c and then try to paste with right-click > paste, paste is greyed out.
 
Old 04-25-2018, 08:04 AM   #9
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
Quote:
Although file permissions have a - in the box and folder permissions have an x for read and write.
If you are referring to the File Access option as shown in the post above by Soadyheid, what I see on Mint Mate 18.3 is the same. The other options available for File Access are read only, read and write for the user, None, read only and read write for group and others. If you are seeing an x in File Access, I'm not sure how you managed that. Posting the output of ls -l on that directory might be informative.
 
Old 04-26-2018, 11:03 AM   #10
cybervigilante
Member
 
Registered: Apr 2018
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
If you open a terminal and run the command: ls -l it should output the permissions as well as the owner/group. Check that and you should see that all files start with a dash ( - ). Not sure what x you are referring to. Are you doing this in your file manager? Directories such as Downloads and Videos in your /home/user directory should have the same owner/group and permissions.

Just to clarify, you right click on a file in Downloads directory, then go to Videos and right click and the Paste option is greyed out?
Yes, that is correct. Paste is there but grayed out. This is on a fresh install of Mint 18.3 and I haven't changed permissions on those folders.

Last edited by cybervigilante; 04-26-2018 at 11:04 AM.
 
Old 04-26-2018, 11:12 AM   #11
cybervigilante
Member
 
Registered: Apr 2018
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
If you open a terminal and run the command: ls -l it should output the permissions as well as the owner/group. Check that and you should see that all files start with a dash ( - ). Not sure what x you are referring to. Are you doing this in your file manager? Directories such as Downloads and Videos in your /home/user directory should have the same owner/group and permissions.

Just to clarify, you right click on a file in Downloads directory, then go to Videos and right click and the Paste option is greyed out?
Yes, that is correct. Paste is there but grayed out.
 
Old 04-26-2018, 12:33 PM   #12
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
this should be what your directory looks like when you open a terminal and ls -la to look at its permissions
Code:
drwxr-xr-x
 
Old 04-26-2018, 03:17 PM   #13
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
Run the following commands. Post the output here.

Code:
ls -l /home/username/Downloads
ls -l /home/username/Videos
That should provide some useful info, replace username in the commands with your actual user name. I don't know what the 'x' would mean for read/write options.
Does your problem work in the reverse, copying/pasting from Videos to Downloads?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Preventing the screen copy and paste error on first paste slackartist Slackware 0 04-03-2016 06:48 PM
copy/paste help abk4523 Linux - Newbie 4 05-31-2005 06:29 AM
Copy Paste zaicheke Linux - Software 8 04-09-2005 04:45 AM
how to copy and paste acd copy cd paschim Linux - General 2 04-05-2004 09:25 AM
Copy and paste scottie Linux - General 4 10-29-2003 01:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration