LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 11-01-2015, 11:40 PM   #1
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Rep: Reputation: 177Reputation: 177
How to put a folder from 'Places' on cinnamon desktop


I'm using the Cinnamon desktop. I can put programs on the desktop from the 'Start' menu (is that what's it called in Cinnamon?) by e.g. LibreOffice Writer > right-click > Add to desktop.

But, how do I put a folder on the desktop? I have the folder 'Start' > Places > Xdrive, and I want the "Xdrive" folder to show on my desktop. Right-clicking does nothing.

How do I do this?
 
Old 11-02-2015, 06:27 AM   #2
Dave Lerner
Member
 
Registered: May 2005
Location: Florida, USA
Distribution: Pop_OS, Xubuntu
Posts: 152

Rep: Reputation: 44
What file manager are you using? Nautilus, Thunar, PCmanFM, something else?

Is there a subdirectory "Desktop" in your home directory? If so, try using the file manager to place the folder, or a symbolic link to the folder, in that subdirectory.

If you can't accomplish that with the GUI, you can always use the "mv" (move), "cp" (copy), or "ln -s" (link) command from the shell.

Last edited by Dave Lerner; 11-02-2015 at 06:32 AM.
 
Old 11-02-2015, 07:41 AM   #3
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Looking at the entries in Places on my system, I see several different types of entries. Some are truly places (like the Music folder in my home directory); these can be dragged to the desktop. Others, like the one labeled Win7, are (unmounted) partitions on my HDD; these are not draggable to the desktop. Looks like Xdrive behaves like a device.
 
Old 11-03-2015, 05:51 AM   #4
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
You can mount the drive. Right-click on the folder > Create Link > then move the link to your desktop.
If you click on the Desktop link when the partition is mounted, it will open the File Manager to that folder.
If you click on the Desktop link when the partition is NOT mounted, it will do nothing but give you an error message.

I guess you could create a script which mounts the partition, and then opens the folder.

The simplest way to do it is to open your File Manager > click on the partition to mount it > click on your folder.
If you are dealing with a folder which is buried, and not visible when you open the partition, just make a Bookmark for it.

Last edited by TxLonghorn; 11-03-2015 at 06:03 AM.
 
Old 11-03-2015, 11:30 PM   #5
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Dave Lerner:
Quote:
What file manager are you using? Nautilus, Thunar, PCmanFM, something else?
This is my first go at Ubuntu/GUI/Cinnamon -- I'm a 20+ year command line guy. I have no clue what file manager I'm using. How would I find that out? Yes, I can do an '1n -s` at the command line, but I'm trying to figure out a simple way for non-technical office staff to do this themselves ... like they used to in Windows!

Rock Doctor: I should have probably mentioned this in the beginning: Xdrive is an nfs mount from the NAS server.

TxLonghorn: right-clicking on the folder does not produce any drop down menu at all. So, no "create Link" option.

Quote:
The simplest way to do it is to open your File Manager > click on the partition to mount it > click on your folder. If you are dealing with a folder which is buried, and not visible when you open the partition, just make a Bookmark for it.
directory *is* mounted -- what do you mean "just make a Bookmark"?
 
Old 11-04-2015, 05:30 AM   #6
Dave Lerner
Member
 
Registered: May 2005
Location: Florida, USA
Distribution: Pop_OS, Xubuntu
Posts: 152

Rep: Reputation: 44
Quote:
Originally Posted by mfoley View Post
This is my first go at Ubuntu/GUI/Cinnamon -- I'm a 20+ year command line guy. I have no clue what file manager I'm using. How would I find that out?
The File Manager (Linux analogue to Window's File Explorer, except that in Linux there are more choices) should have a menu function Help >> About, which will tell you its name and version.

Quote:
(sorry - don't know what I did to post this twice and don't know how to remove the duplicate)
I would use the Report button and include the request "please delete duplicate post."

Last edited by Dave Lerner; 11-04-2015 at 05:55 AM.
 
Old 11-04-2015, 08:48 AM   #7
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
The default File Manager for Cinnamon should be Nemo. (At least that is what it is in Linux Mint Cinnamon.)
You create a Bookmark to a folder in Nemo in the same way you create a Bookmark in your web browser
Quote:
Nemo is a complete fork of Nautilus and its goal is to extend the Cinnamon user experience to desktop and file management. Nemo has features like: compact view, all desktop icons, etc.. which are not available in latest nautilus versions, Open in terminal and open as root, File operation progress while copy/move files shows percentage and details, Has nice GTK bookmarks management, up/forward/back and refresh buttons, Nice proper status bar, better search, better widgets and many more.
http://www.noobslab.com/2013/10/nemo...sions-for.html

Last edited by TxLonghorn; 11-04-2015 at 08:51 AM.
 
Old 11-05-2015, 10:10 AM   #8
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Yes, my file manager is Nemo. I can see a way to create a bookmark. But, what I'm really after is a way to create a "Shortcut" of my folder on the desktop without going to the command line and doing `ln -s`.

Is there no way to do this?
 
Old 11-05-2015, 10:24 AM   #9
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
If the partition is not mounted, the only way to open a folder on that partition is to mount the partition first.
As I said previously, you might be able to do that with a script.
http://linuxcommand.org/lc3_writing_shell_scripts.php
 
Old 11-05-2015, 01:32 PM   #10
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by mfoley View Post
a way to create a "Shortcut" of my folder on the desktop without going to the command line and doing `ln -s`.
have you tried Ctrl-click+drag, or Alt-click+drag, or shift-click+drag?
 
Old 11-05-2015, 01:52 PM   #11
Dave Lerner
Member
 
Registered: May 2005
Location: Florida, USA
Distribution: Pop_OS, Xubuntu
Posts: 152

Rep: Reputation: 44
Nautilus has a "Make Link" function in the right-click context menu and in the Edit menu, when a file or folder is selected. Does Nemo lack this feature?
 
Old 11-05-2015, 02:09 PM   #12
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by Dave Lerner View Post
Nautilus has a "Make Link" function in the right-click context menu and in the Edit menu, when a file or folder is selected. Does Nemo lack this feature?
Nemo does the same - if you are the owner of the folder.
 
Old 11-05-2015, 02:16 PM   #13
Dave Lerner
Member
 
Registered: May 2005
Location: Florida, USA
Distribution: Pop_OS, Xubuntu
Posts: 152

Rep: Reputation: 44
In that case, the solution is:

1) In Nemo, navigate to the directory containing the subdirectory of interest.
2) Right-click on the subdirectory and select "Make Link."
3) Move the newly created link to the Desktop directory by one of various methods (right-click >> select "Move To", cut and paste, etc.).
4) Rename the link if desired.

Last edited by Dave Lerner; 11-05-2015 at 02:19 PM.
 
Old 11-05-2015, 02:46 PM   #14
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Quote:
Originally Posted by TxLonghorn View Post
If the partition is not mounted, the only way to open a folder on that partition is to mount the partition first.
As I said previously, you might be able to do that with a script.
http://linuxcommand.org/lc3_writing_shell_scripts.php
As I mentioned in post #5, the partition is mounted. As I also mentioned, I want users to be able to do something simple like they used to on Windows: right-click > save short-cut. Creating scripts is not the answer.

ondoho:
Quote:
have you tried Ctrl-click+drag, or Alt-click+drag, or shift-click+drag?
Drag and CTRL/Drag both want to make a copy of the folder. ALT/Drag moves the whole file manager app window.

TxLonghorn and Dave Learner:
Quote:
Quote: Originally Posted by Dave Lerner View Post
Nautilus has a "Make Link" function in the right-click context menu and in the Edit menu, when a file or folder is selected. Does Nemo lack this feature?
Nemo does the same - if you are the owner of the folder.
Apparently Nemo does not have this feature. The right-click menu shows: Open in New Tab, Open in New Windows, Open With, Copy, Open in Terminal, Open as Root, Compress, Properties. Grayed out: Cut, Rename, Move to Trash, Delete.

Possibly the issue is the user is not the owner? This is a NFS mounted folder accssible by all users, so a given user is not the owner.

Still hopin'!

Last edited by mfoley; 11-05-2015 at 02:48 PM.
 
Old 11-05-2015, 02:59 PM   #15
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by mfoley View Post
Apparently Nemo does not have this feature. The right-click menu shows: Open in New Tab, Open in New Windows, Open With, Copy, Open in Terminal, Open as Root, Compress, Properties. Grayed out: Cut, Rename, Move to Trash, Delete.
http://i.stack.imgur.com/FWI77.png
 
  


Reply

Tags
cinnamon, desktop, places, shortcut



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
LXer: Manjaro Linux Cinnamon 0.8.13 Officially Released with the Cinnamon 2.6 Desktop LXer Syndicated Linux News 0 06-27-2015 02:20 PM
How to add a folder to the places menu on Gnome joboy Linux - Desktop 9 12-25-2011 05:26 PM
cant access home folder under places hellinrest Linux - Newbie 2 02-06-2011 07:57 AM
How do I put my home folder icon on my desktop? randell6564 Linux - Newbie 5 08-23-2006 10:43 PM

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

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