LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-16-2011, 03:19 AM   #1
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Rep: Reputation: 31
Cannot create files in Dolphin


Hello,
I have just installed Mandriva 2011 on my laptop but there is not "Create" option in the Dolphin's context menu.

What shall I do?
 
Old 09-16-2011, 06:15 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Right click on white space inside Dolphin, you should see a menu, Create New --> on the drop down you can create several different types of files. Create one. Then open the file with the appropriate application. That is it.
 
Old 09-17-2011, 12:58 AM   #3
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
This is the problem there is no create new option in the menu
http://www.freeimagehosting.net/22829
 
Old 09-17-2011, 06:35 AM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
It all depends where you are in the directory structure, and how the permissions are set for that location. If you go to /home/youruser/ can you create files there? That should work.

The location in the image you posted appears to be on a 9 gig drive. Where is it mounted? Look at the permissions on the mount point. The files that are there appear to be system files, I think your user does not have write permission at that location.

You can add a 'permission button' to the Main Toolbar if you do not like using the command line. Place your mouse on the Main toolbar, right click, select "configure toolbars" look through the 'available actions' and add the permissions to the 'current actions' and click apply. Go to the point where you think you want to add a file. Now look at the permissions. I suspect this is a root user and root group location.
 
Old 09-18-2011, 03:30 AM   #5
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Well, it is not working in the home folder as well
http://www.freeimagehosting.net/b40a2
although I was able to create files from the Folder View widget and directly on the desktop and I can paste the clipboard contents into a file, the file would be created with no problems. so I think it is not a permissions problem

and here are the permissions on the /media folder
http://www.freeimagehosting.net/14d4c
 
Old 09-18-2011, 06:25 AM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
First of all, the first picture you show is in the /home folder, this is normally owned by root, not the user. So, unless you modify the owner, or permissions, you will not be able to create files here. For good reasons, you should not.

The second picture shows the permissions as anyone can Read, Write, and execute. This is not a normal setup either. Here is what mine looks like.

Quote:
ls -ld /media
drwxr-xr-x 16 root root 4096 Sep 18 06:42 /media/
Here, root is the owner, and can r,w,x. Root group, r,x Other r,x. I much prefer looking at this sort of thing with the command line, one command and you know the whole story.

Access to any directory is controlled by two things, The owner, and the permissions. To understand, you have to look at both.

Your /home dir. Open a command line, navigate to home. Usually a konsole opens in /home/youruser ; not /home. So from /home/youruser back up, enter two periods, after the cd command, like this 'cd ..' ( no quotes ) press enter. Do an ls command to verify where you are. Then do a 'ls -ld /home/youruser' ( no quotes, and change youruser to your users name. Then you will have the whole picture of your users home directory. It should be owned by you, group can vary, and other permissions will be shown.

Back out to '/' . Now do a 'ls -ld /home'. This should be owned by root, and the group will be root. So, no, you as a user can not write in it, unless you change the default setup.

I do not recommend you do that on /home.

Now, to be complete, to change ownership, or group, you have to become root user. I kunbuntu, user the sudo command before the command you need to execute as root. The command to change ownership is 'chown'. The command to change permissions is 'chmod' There are detailed explanations of how to use these command in the man pages. So, in a konsole, 'man chown' and 'man chmod' will give you the details. There are also lots of "How Tos" on the internet. Here is just one example.

-->http://www.siteground.com/tutorials/ftp/ftp_chmod.htm
 
Old 09-18-2011, 11:34 AM   #7
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
First I would like to thank you very much for the time you put in the replies.

Quote:
First of all, the first picture you show is in the /home folder, this is normally owned by root, not the user. So, unless you modify the owner, or permissions, you will not be able to create files here. For good reasons, you should not.
This was not the /home folder it was /home/username so it is MY folder and I can write to it without any feers and creating folders was never the problem in face it is working perfectly normal everywhere

While typing this post I thought of trying Konqueror and see if the same problem persists and I found the menu with everything I wish for. and I am able to create files anywhere on my HDD. here is a side by side screenshot of dolphin and konqueror
http://www.freeimagehosting.net/4ab96

I hope you do believe that it is not a permissions problem an help me to solve it.

Thank you again for your efforts and patience.
 
Old 09-18-2011, 05:08 PM   #8
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
What version of KDE are you using? I just installed 4.6.5 on Mageia1 and no problems with creating files using Dolphin.

Just a thought!
 
Old 09-18-2011, 05:25 PM   #9
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by FredGSanford View Post
What version of KDE are you using? I just installed 4.6.5 on Mageia1 and no problems with creating files using Dolphin.

Just a thought!
My version is 4.6.5 too.
 
Old 09-18-2011, 05:42 PM   #10
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
I have just found this link: http://lists.mandriva.com/bugs/2011-07/msg01095.php
Quote:
right click on desktop
then
in the menu you have the ability to create text file, open document
then
launch dolphin
then
right click in the central window in a free space
then
you don't have the ability to create any file only a folder
this is the exact problem but it was in the rc2 release of mandriva and I am using the final version

Code:
$ cat /etc/*-release
LSB_VERSION=
DISTRIB_ID=MandrivaLinux
DISTRIB_RELEASE=2011.0
DISTRIB_CODENAME=turtle
DISTRIB_DESCRIPTION="Mandriva Linux 2011.0"
Mandriva Linux release 2011.0 (Official) for i586
So, it is a bug after all! is there any workaround or patch so I can get through it?
 
Old 09-18-2011, 05:43 PM   #11
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Then it must be a bug. Have you checked Mandriva buzilla or their website? Keep us informed if you get it resolved.
 
Old 09-18-2011, 06:26 PM   #12
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
So this only fails in Dolphin? You can create files where you want, if you are not using Dolphin? If this is the case, you are correct, this is not a permission issue. It looked that way to me, up to this mornings post.

Do report the problem, and please update this post if there is a fix.
 
Old 09-26-2011, 03:51 PM   #13
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
I posted a question at mandrivausers.org and I got this reply:

Quote:
Yes that option is missing from the right click. However if you go to File--> Create New the option to create a file is there.
I am waiting for a reply if there is a way to fix it.
 
  


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] Dolphin Can't Move Files to Trash nine9nine Linux - Newbie 5 07-12-2011 05:36 PM
preview of remote files with dolphin igadoter Linux - Desktop 3 08-16-2010 04:31 PM
[SOLVED] Download files to desktop, but they only appear in Dolphin (Kubuntu) adanedhel728 Ubuntu 5 03-14-2010 08:16 AM
LXer: How-To: Create an Open as Root Service Menu in Dolphin and Konqueror (KDE4) LXer Syndicated Linux News 0 03-31-2009 08:20 PM
how do i create a link using dolphin? granpa Linux - Newbie 4 07-24-2008 12:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:12 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