Slashdot Mirror


Nine Things You Should Know About Nautilus

lessthan0 writes "The Nautilus program in GNOME is not only the default file manager, it creates and manages the desktop. While it looks simple on the surface, there is a lot of hidden power under the shell. The latest version of Nautilus is 2.14.0, which is included in Fedora Core 5. article covers a few non-obvious things about how Nautilus works."

45 of 257 comments (clear)

  1. Skip to Eight: Nautilus Scripts by Whiney+Mac+Fanboy · · Score: 5, Informative

    The most useful feature of Nautilus is the scripts functionality, so simple & elegant.

    I have a lot of iso cdrom images, that I use occasionally - I popped the iso mount script in my ~/.gnome/nautilus-scripts & off I went, merilly mounting & using iso files.

    I looked for equivilant functionality under windows recently & just couldn't find it - this microsoft app wouldn't mount (map, whatever you whacky windows guys call it) lots of my isos, rar was nagware (and required you to extract, rather then giving you a virtual drive), nero's expensive, etc etc.

    Anyway, back on topic - go download Nautilus scripts from g-script they've got loads of scripts, which solve a lot of problems in a very unixy way. All in all, handy.

    --
    There are shills on slashdot. Apparently, I'm one of them.
    1. Re:Skip to Eight: Nautilus Scripts by D4rk+Fx · · Score: 5, Informative

      Daemon Tools is what you're looking for, for mounting ISOs in windows.

    2. Re:Skip to Eight: Nautilus Scripts by Lovepump · · Score: 5, Informative

      1. It doesn't - at least the last version I installed (3 months ago, I guess) doesn't.
      2. It uninstalls in exactly the same way as every other Windows application - via Add/Remove programs.
      3. It creates a virtual CD-drive and mounts the image under each one. You can have up to 4.
      4. I've never heard of these rumours, so I can't really comment. I do know I've been using it for the last 4 or 5 years without any spyware, adware, trojans, etc.

      I suspect that the rumours of spyware and ad-ware comes from the people who are using it to mount ISO's of games which have had little 'surprises' installed by some distribution site before it's released to the masses clamouring for a pirated copy of Doom4 or some other such shite.

    3. Re:Skip to Eight: Nautilus Scripts by Whiney+Mac+Fanboy · · Score: 4, Informative

      OS X can mount ISO's out of the box. Perhaps Nautilus should include the ISO mounting script with their distro.

      1) Nautilus is not a distro.
      2) All linux distros can mount ISOs out of the box
      3) The Nautilus script is a pretty front end to mount, just like OS X (presumably) has a pretty front end to hdiutil (I'm not near a mac machine so I can't check)
      4) Thanks for piping up about OS X in a discussion comparing linux to windows! Perhaps you deserve my username more then I do?

      --
      There are shills on slashdot. Apparently, I'm one of them.
    4. Re:Skip to Eight: Nautilus Scripts by Neoprofin · · Score: 2, Informative

      The adware in deamon tools is opt-in volountary last I had seen it.

      They also have one of the most active support forums I've ever seen.

    5. Re:Skip to Eight: Nautilus Scripts by NSIM · · Score: 2, Informative

      > I looked for equivilant functionality under windows recently & just couldn't find it Check out http://www.gratis-webserver.de/ClonyPage/2.html seems to work pretty well.

    6. Re:Skip to Eight: Nautilus Scripts by ShieldW0lf · · Score: 2, Insightful

      Sigh. That's what firewalls are for. Spyware is rendered useless if your firewall says, "Umm, no, you can't connect to the Internet. Aren't you a filesystem utility anyway? How naughty! No Internet for you!"

      This is the modern users view of their computer. It is full of things that they don't understand, and they'd rather have some authority figure give them the illusion of safety so they can poke around oblivious than be burdened with the necessity to cultivate enough understanding to make intelligent choices. Even if they know that the authority figure is only peddling illusions, that will not sway their choice.

      Kind of depressing, really...

      --
      -1 Uncomfortable Truth
    7. Re:Skip to Eight: Nautilus Scripts by Allnighterking · · Score: 2, Insightful

      Sorry but this isn't a nautilus feature. Oh yes you can do this using nautilus but all it really is a a short bit of code to do this

      mount -o loop [ insert variable name of some.iso ]
      and then point a file browser at it by iconifying the command. AKA mime types, and default actions. I can do the same thing with Konqueror, Midnight Commander, Rox File Manager, Krusador and more. Yes Windows can't do this. Windows doesn't have by default a loopback mount system. However programs for windows have provided overly inept versions of this, often at huge prices.

      The only real damage here is glorifying nautilus as if it where something new and exiciting when in fact it's not really that different from all of it' peers. The article is good yes. However to be touted on /. as a new and extremely innovative approach is both incorrect and voraciously inaccurate.

      --

      I'm sorry, I'm to tired to be witty at the moment so this message will have to do.

  2. As a long-time GNOME user... by Black+Parrot · · Score: 4, Funny

    The only thing I've ever bothered to learn about Nautilus is how to disable it after every upgrade.

    --
    Sheesh, evil *and* a jerk. -- Jade
    1. Re:As a long-time GNOME user... by stevewahl · · Score: 2, Funny
      The only thing I've ever bothered to learn about Nautilus is how to disable it after every upgrade.

      Exactly!

      What are these file explorer / desktop things for, anyway? A shell window with cd, ls, tab completion, and wildcards usually gets me where I want to be faster, and when I want to look at the file tree in a more "browsing" fashion, I use dirmode in EMACS.

      Now I'll go back and RTFA, but if anyone who uses the tools I mention switches to using Nautilus (or similar) for some particular task they find easier there, I'd love to hear about it. Seriously, if I'm missing something, I want to know.
    2. Re:As a long-time GNOME user... by BenjyD · · Score: 2, Insightful

      I'd like to see you select the correct jpeg out of a directory of 500 without an icon preview.

      Using a GUI also takes less learning and less mental effort. I'd be intersted to see actual timed comparisons of the two as well, I've read that command line users often think they are being quicker than GUI users, but acutally aren't because of the way the brain senses time.

    3. Re:As a long-time GNOME user... by stevewahl · · Score: 2, Insightful

      I'd like to see you select the correct jpeg out of a directory of 500 without an icon preview.

      That is something I don't do very often, and when I do I use FireFox pointing at my html photo album.

      I think what an individual's common activites are may have a lot to bear on this. I'm much more likely to search for a text string in a tree of source code than search for a particular .jpg in a single directory of 500.

      e.g. emacs [M-x grep-find "what I'm looking for"] which runs "find . -type f -print0 | xargs -0 -e grep -n -e "what I'm looking for". (Is there an easy way to do that in the typical GUI file browser?)

    4. Re:As a long-time GNOME user... by ookaze · · Score: 2, Informative

      I'd like to see you select the correct jpeg out of a directory of 500 without an icon preview.
      Using a GUI also takes less learning and less mental effort. I'd be intersted to see actual timed comparisons of the two as well, I've read that command line users often think they are being quicker than GUI users, but acutally aren't because of the way the brain senses time


      I hope you don't really believe such BS.
      Because you chose one specific application that is faster with a GUI does not mean what you say after that is true.
      Try renaming these 500 same jpegs to a formatted pattern, and I can assure you that's not your brain that distorts the time then, when making your script in 30 seconds, and the script executing for 10. Doing the same with a GUI would take hours.
      I used to do this for MP3 files, I've just done sth similar yesterday, transforming some sequences in a lot of (more than 1500) XML files with a sed.
      Between doing it by hand (which is error prone) and making the script, it was a no brainer.
      Just because the GP says BS, does not mean the opposite BS is true.

    5. Re:As a long-time GNOME user... by ajs · · Score: 3, Insightful

      Applications->Accessories->Text editor; Write script; Save script; Right-click->Properties; Click Permissions tab; turn on execute; Close; Double-click script.

      Not everything done through the GUI has to be 100% visual. That's the whole point to combining the metaphors via nautilus scripting and actions, for example.

      The point is that when working THROUGH a GUI, you can choose to use a command-line or not as you go, and for the most appropriate jobs.

    6. Re: As a long-time GNOME user... by Black+Parrot · · Score: 2, Funny

      > I'd like to see you select the correct jpeg out of a directory of 500 without an icon preview.

      There are plenty of applications you can use to browse your pjorn. You don't need something that poops all over your desktop.

      --
      Sheesh, evil *and* a jerk. -- Jade
    7. Re: As a long-time GNOME user... by Black+Parrot · · Score: 2, Insightful

      > Using a GUI also takes less learning and less mental effort.

      It depends on what you do. If you only do one thing with your computer, all you need is a power switch. If you're a power user you probably find a command line more effective than a GUI. On those rare occasions that I use Windows I'm often annoyed by having to click through a dozen menus, tabs, and pop-ups to reach something that I can get within half a second by typing a few characters on my shell command line.

      Also, most CLIs are Turing complete. I can do amazing things by typing a complex instruction at the command line and walking away from it.

      --
      Sheesh, evil *and* a jerk. -- Jade
  3. Re:Kan it run in KDE by Anonymous Coward · · Score: 5, Funny

    Don't you mean "insensitive klod"?

  4. Trash Dot by digitaldc · · Score: 4, Funny

    One: Adding Delete
    The ~/.Trash directory is where files are moved if you delete local files. On mounted volumes, Nautilus will create a hidden .Trash-uid directory if you move a file to the trash, as long as you have the file permissions.


    So will /. sue for copyright infringement? Or is it DRM? Or is it just some Trashy slander?

    --
    He who knows best knows how little he knows. - Thomas Jefferson
  5. Re:bah by tchernobog · · Score: 2, Insightful

    Yes, it's very basic, targeted mostly at newbies. However, bringing also these articles to the attention of the masses isn't inherently bad. There could be always new ./ visitors who can benefit from a simple tutorial about a (for some of us) well known feature which is obscure to them, or people that can point out a simple article like this to a not-so-tech-savvy friend of theirs.

    I would rather complain about the increasingly frequent Slashdot dupes and karma-pumping tabloid stories than these articles (although I admit a less "epic" title from the editor would have been preferred).

    --
    42.
  6. Next gen file manager by gimpimp · · Score: 4, Interesting

    if you like nautilus, but you'd like something faster, smaller etc, take a look at thunar. It's the file manager for the xfce project. works well in gnome as a nautilus replacement, and where nautilus has extensions(scripts), thunar has plugins. have a look.

    --
    i wish i was but oh well
    1. Re:Next gen file manager by baadger · · Score: 2, Informative

      Other things to note about thunar:

      1) It's nowhere near as functional or customiseable as nautilus...yet
      2) It's in quite early development and only ships with XFCE 4.4 beta at the moment, so isn't really the official current file manager :)
      3) It's very promising.

      I'm currently using Xfce 4.2.x (the current release xfce) after having a bad experience with the 4.4 beta but I have the Gnome suite installed and using Nautilus for my desktop and file manager.

      Nautilus is quite heavy and uses a hefty volume of RAM, but no more so than Explorer does on Windows, as for response time it's certainly slower than other file managers but if you've got a spiffy CPU it's not an issue.

  7. One good tip. by reed · · Score: 2, Interesting

    OK, that was a completely useless article.

    The nautilus-scripts thing is useful however. There is a script to upload photos to flickr at http://nozell.com/blog/archives/2004/09/04/flickr- upload-for-gnomes-nautilus/ though the progress bar doesn't update right. I also made some shell scripts that resize images using 'convert' from ImageMagick to thumbnail size and webpage size (e.g. max 700 px wide).

    One thing it shows though is that there is still a lot of confusing inconsistency on where Gnome-related applications store preferences and other data. IMO it should *All* be in ~/.nautilus, not scattered between there, ~/.gnome2, ~/.gtk, etc. You probably also have a ~/.gnome too for non-Gnome2 apps.

    The global settings for Gnome are also scattered everywhere.

    I wish they'd fix that.

  8. Knowledge is Always a Good Thing by eno2001 · · Score: 3, Interesting

    Just a few weeks ago I posted a JE asking people what is so special about the spatial file management metaphor. Not so much because I'm bitching about it, but because I was genuinely curious about how my Slashdot friends feel. I got some good responses as well as some really good conversation going about Nautilus and GNOME. I'd been on a KDE journey (I prefer GNOME and no I don't want a flame fest both environment have their good and bad points) since November to really kick the tires and just switched back to GNOME. I decided to take the suggestions from my friends and post them in another more cohesive JE in the hopes that it would be helpful. I have to say with my new found knowledge about Nautilus plus what the article posted on the front page today reveals, I'm really enjoying Nautilus a lot these days.

    --
    -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
    1. Re:Knowledge is Always a Good Thing by nutshell42 · · Score: 2, Interesting
      1. Konsole was THE killer terminal app. Not quite where I think terminal apps should be, but nonetheless leaps and bounds over all others.

      Yakuake is even better. Konsole in a Quake-like terminal that pops open when you hit F12. I always used one of my desktop for Konsole-only and was constantly switching between the different desktops. Yakuake is much better =)

      The thing Gnome should learn from KDE is more flexibility. When using Gnome I constantly run into walls when I try to do something in a way Gnome doesn't want me to do it because someone decided doing it his way was "better". Gnome feels like Windows in this regard and I don't think that's a good thing.

      The thing KDE should learn from Gnome is better discoverability. Having many features and lots flexibility is overwhelming for many users when you offer them five almost identically named options at once. The configuration of the kicker clock applet is imho the worst case scenario, some parts of kcontrol are almost as bad. In xine there's a dropdown where you can choose how many options you want from "Beginner" to "Master of the Known Universe". I think KDE desperatly needs something similar.

      --
      Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
  9. I use gnome, but I hate nautilus by njcajun · · Score: 2, Interesting

    Nautilus is one of the most annoying interfaces ever. I generally like a lot of the other gnome apps I use, and find gnome in general to be pretty usable, but I don't rely (knowingly) on nautilus for anything, and I don't go to it as a tool to do anything.

    My apologies if this is incorrect, but I believe nautilus is responsible for the disgustingly *bad* interface that pops up when you run firefox under gnome and want to choose an application to open something with. I can't just type in a command and hit enter... that would be too easy. Instead, you have to wait for nautilus to load the entire freakin' /usr/bin directory and then click on the thing you want and click "open" or something. C'mon. That's horrid.

    I guess it doesn't fit my brain (what little matter there is of it). But OTOH, doesn't an article showing you the hidden features of nautilus kind of speak to its usability? By the way, aren't these features documented in the Nautilus manual?

    1. Re:I use gnome, but I hate nautilus by fader · · Score: 3, Informative

      My apologies if this is incorrect, but I believe nautilus is responsible for the disgustingly *bad* interface that pops up when you run firefox under gnome and want to choose an application to open something with. I can't just type in a command and hit enter... that would be too easy.

      Yup, you're incorrect. That's the GTK2 file dialog, not Nautilus. They look similar because they're both GNOMEish, but the file dialog isn't actually a part of Nautilus. Oh, and you *can* type in a path... did you try to just start typing? As soon as you hit that first /, a textbox will appear. It even automagically completes as you type. It's extremely slick and fast if you already know the path you want.

      --
      - fader
    2. Re:I use gnome, but I hate nautilus by ObsessiveMathsFreak · · Score: 2, Insightful

      Oh, and you *can* type in a path... did you try to just start typing? As soon as you hit that first /, a textbox will appear.

      Genius. Sheer genius. Provide a textbox address bar functionality, but make it invisible until the user decides to type an address. Because, you know, users will be able to psychically sense its presence and decide to start typing, rather than just assuming it hasn't been implemented.

      Whoever is in charge of UI at Gnome is obviously a double agent engaged in sabotage. Either that or too busy taking HIG surveys to bother actually coming up with a usable interface.

      --
      May the Maths Be with you!
  10. Re:10 by minus_273 · · Score: 2

    troll? hello? Eazel made natilus and went under immediatly after 1.0 was released.

    --
    The war with islam is a war on the beast
    The war on terror is a war for peace
  11. Nautilus Actions by tjwhaynes · · Score: 3, Informative
    The most useful feature of Nautilus is the scripts functionality, so simple & elegant.

    I used to think so but then I discovered Nautilus Actions and things have been a lot better since then. But don't throw away your Nautilus scripts - you can use them with Actions. The beauty of Actions is that it is sensitive to the current selected file/files/directory/directories/mix so that only Actions that are appropriate are visible.

    For example, if you have a script to make a thumbnail of one or more JPEGs, then you can set the criteria for Actions to only show you that action for selections of just JPEGs.

    Give it a try - it's a really nice feature. Hopefully it will be part of GNOME 2.16.

    Cheers,
    Toby Haynes

    --
    Anything I post is strictly my own thoughts and doesn't necessarily have anything to do with the opinions of IBM.
  12. Hiding the desktop by xav12 · · Score: 3, Informative

    The most useful tip I know for Nautilus is how to stop it drawing the desktop:

    Launch GConf (gconf-editor on the Dapper command line), navigate to /apps/nautilus/preferences and uncheck the "show_desktop" option.

    This is especially useful if you connect to a Linux box using XDMCP from a machine using a rootless X server. I use Cygwin/X in rootless mode, and this switch means that bringing a Linux application to the top doesn't cause the root window (i.e. the Linux desktop) to be drawn, obscuring the Windows applications behind.

  13. Well, SBM never seems to fail by Harold+of+the+Rocks · · Score: 2, Informative

    I once worked at an unnamed institution which had a large Windoze network and some smaller "research" Linux labs. Just like everyone else's story for the most part the IT guys didn't have a clue about the Linux side of things. For some reason, which I could never figure out, trying to connect to people's Windoze home directories through SAMBA (smbmount) would never work properly--we'd always get some weird auth error or something. Just for kicks I tried to smb://hostname/share one day with Nautilus and it worked without complalint. Don't ask, don't tell I guess, but it sure saved some hassle transfering large files from host to host.

    --
    bueller...bueller...bueller
  14. Anyone actually use emblems or notes? by reed · · Score: 2, Interesting


    Does anyone actually use these?

    Four things would make them actually useful:

    1. The fact that it only displays one emblem in list view mode is unfortunate -- if in list view there was a column for each emblem (or a "subcolumn" for an "emblems" main column), which you could use as a sort criteria, then you could very easily find files with certain emblems.

    2. Automatic and dynamic emblems based on combinations of things like current age, original directory of creation, current directory, file type, size, patterns in the filename or grepped from the contents, etc.

    3. Ability to create new emblems on the fly, even without an icon (just text), right from a particular files "properties" window or the sidebar. Really they are the same idea as "tags" and you should be able to invent new ones as needed without going through the "miscellaneous file properties" catchall bin that is "Backgrounds and Emblems" in the edit menu.

    4. Using emblems when doing a full filesystem search; a seperate catalogue for emblemized items could be kept to make it very fast. If the actual filesystem supports "tags" or "keywords" as metadata for files, then add emblem tags to the files, so non-nautilus aware tools could use these.

  15. Re:GNOME is dead to me and Nautilus is the reason. by caseih · · Score: 2, Interesting

    Definitely KDE's io-slaves are very good. Gnome does have the gnome-vfs subsystem, which in theory provides a similar function, but just seems to be lacking any real, useful functionality. I have yet to see gnome-vfs used the way most KDE users depend on io-slaves. There's not even a working fish:/// protocol. There is sftp:/// but I would find fish more useful as it works with servers that may not have sftp working; all it needs is shell access. However, both io-slaves and gnome-vfs have a fatal flaw in that they only are available to apps who know about them (IE linked to the KDE or Gnome libraries). There are a myriad of usability issues to overcome to make this kind of io layer work at the lower levels where all apps could benefit, however. So it is a tough issue. I have used a hack that used fuse to mount a kde io-slave url to a folder that anyone could access. It worked most of the time, but required an X11 connection to display the password dialog boxes.

    Since spacial browsing is optional, I don't think that this alone is a valid reason to disparage Nautilus. The tired old argument against Gnome for having reasonable, simple defaults doesn't really fly either. It's all a matter of personal preference. Your need to micromanage the UI doesn't mean that all users want to micromange the UI anymore than my preference of sane defaults that I never have to tweak means everyone should also have the same preference. I don't find either Konqueror or Nautilus to be that useful to me period. My favorite file managers are the bash shell and the venerable Midnight Commander.

  16. Re:Oh I'm well aware by HaydnH · · Score: 2, Insightful

    Nautilus controls the desktop aswell as being a file manager. If you just want the file manager use "nautilus --no-desktop", alternatively set GConf, see this post.

    --
    Time is an illusion. Lunchtime doubly so. - Douglas Adams
  17. Re:GNOME is dead to me and Nautilus is the reason. by nutshell42 · · Score: 2, Insightful
    You know GNOME supports something like kioslaves: GNOME-VFS. SFTP, FTP, CDDA, HTTP, DAV and many other things (apparently on the fly decompression too but I don't know how that works or if that works -- file roller sucks).

    But I don't think it's as well integrated as kio-slaves. Correct me if I'm wrong but I remember that in one of the Gnome 2.14 new-features articles we had on /. they mentioned that gedit now supports opening ftp etc like local files.

    This implies that Gnome-VFS has to be integrated seperately in every app while I can use kio-slaves in every input field that accepts uri's in every app that uses the kdelibs.

    --
    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
  18. One thing I know about Nautilus. by TractorBarry · · Score: 3, Insightful

    Nine things I should know ? Sorry but there's only one thing I know about Nautilus and that's that I can't stand using it. My reasons:

    1 The whole Spatial browsing idea. Yes you can turn it off (The is the first thing I do when I come across it) but it's a rotten idea. You can tell it's a rotten idea from the recent introduction of the "expanding folders" paradigm which is attempting to return "left hand " tree view functionality into the "single pane" spatial paradigm. Spatial browsing should have been left with the early MACs and the Atari, Amiga etc.

    2 Poor keyboard support. My main gripe with Nautilus is that you can't navigate by pressing a key to "walk round objects whose name starts with a letter" as you can in Konqueror, Windows Explorer etc. etc. For me this makes finding files a complete pain in the arse. It's such basic obvious, useful functionality I can't believe it's missing.

    3 Poor right mouse button support. Select some files and try to right click so you can select the "copy" option from the context menu. You can't. As soon as you right click then your current selection is discarded and the item nearest the mouse pointer is selected. This also has the added effect of changing the right click context menu. Great.

    4 Similarly when you've got several files/directories on the clipboard and you want to paste them into a folder with a mouse click you can't. The right click once again selects an item etc. etc.

    Personally I find Nautilus to be the single biggest impediment to me using Linux as my primary O/S. I run Ubuntu and for some reason Konqueror doesn't look quite right. But Nautilus sucks... it's as if the developers have never used a computer with a fully functional file manager.

    And yes I have tried raising the issues on Bugzilla but my impression is that the Gnome developers aren't interested in adding functionality. They only seem to be interested in simplifying things as much as possible ("Oh that might be difficult for some users to use so we're not adding it...")

    But in the time honoured tradition of open source I've given up on Nautilus and have started writing my own file manager using Mono (not being a proficient C# coder it'll take me a while) It'll probably be pretty crappy in general but it'll at least allow me to perform my file management in a sensible way.

    On day the Gnome desktop will have been reduced to a single button and then you'll be happy ;)

    Ho hum, c'est la Vie.

    --
    Sky subscribers are morons. They pay to be advertised at !
    1. Re:One thing I know about Nautilus. by tjwhaynes · · Score: 5, Informative
      1 The whole Spatial browsing idea. Yes you can turn it off

      So turn it off!

      2 Poor keyboard support. My main gripe with Nautilus is that you can't navigate by pressing a key to "walk round objects whose name starts with a letter" as you can in Konqueror, Windows Explorer etc. etc.

      Umm - it works for me with GNOME 2.14. Pretty much everywhere too. If the backdrop has the focus, then I can choose items on the backdrop. If a filer window has the focus - yep - works there too. If I want to switch from window to window - Alt-Tab. If I want to switch from window to desktop, Ctl-Alt-Tab. If I'm in a loading dialogue, yes. If I'm in a save dialogue - it still works there too. Completion works too in those load/save scenarios - just hit Tab. I rarely take my hands off the keyboard - it's an essential feature for me.

      3 Poor right mouse button support. Select some files and try to right click so you can select the "copy" option from the context menu. You can't.

      Right click applies to the object you click on. So if you select a group of files and right-click on something else, you get the Context menu for that object. If however you select a group of files and right-click on *any* member of that group, you get the Context menu for that group. It's not that hard.

      4 Similarly when you've got several files/directories on the clipboard and you want to paste them into a folder with a mouse click you can't. The right click once again selects an item etc. etc.

      I thought you wanted to use the keyboard? Try select the group of files, Ctl-C, open the directory you want to paste things into, Ctl-V. Easy. Or you could have selected the group of files, right-click and choose cut or copy. Open the new location and right-click->Paste.

      I used to be a hardened command line user. These days, using GNOME, I find myself using the Nautilus interface more and more. Along with Nautilus Actions, it allows me to get what I need done, quickly and easily.

      Cheers,
      Toby Haynes

      --
      Anything I post is strictly my own thoughts and doesn't necessarily have anything to do with the opinions of IBM.
    2. Re:One thing I know about Nautilus. by Nosklo · · Score: 3, Informative

      I guess you must be using some strange ancient version or something. I have tried some of the stuff you said and the results where not quite like what you described:

      1 The whole Spatial browsing idea. Yes you can turn it off (The is the first thing I do when I come across it) but it's a rotten idea.

      So what? You can turn it off, period. Some people like it.

      2 Poor keyboard support. My main gripe with Nautilus is that you can't navigate by pressing a key to "walk round objects whose name starts with a letter"

      I type some letter and it goes to the file with that letter. If I know the name of the file, I keep typing more from the file name until that single file gets selected by elimination. It works wonders to find files. If I want to find a file named "nautilus" on a directory full of files starting with n, I can type "nau" and the file is selected. I don't keep typing n n n n n all over. It is just plain stupid.

      3 Poor right mouse button support. Select some files and try to right click so you can select the "copy" option from the context menu. You can't.

      You must right-click on the selection itself. Right clicking on an unselected item obviously changes selection to that item before opening context menu, since the "context" in that case is the unselected file. Unless, of course, you right click holding "control", which adds unselected item to the selection before popping up the menu. Behavior seems correct to me.

      4 Similarly when you've got several files/directories on the clipboard and you want to paste them into a folder with a mouse click you can't. The right click once again selects an item etc. etc.

      Similarly you must choose where you are "right-clicking". If you right click on a folder, the menu says "Paste Into Folder". If you right-click on an empty space on the folder you are currently on, the plain "paste" option shows up, but no "copy" or "cut" options. Of course, you can always select paste from the edit menu or use the universally known "CTRL-V" keystroke.

      Just because it is not "just like windows" doesn't mean it is unusable. In fact, it is pretty good once you learn how to use it. Good luck writing your own file manager thought. Being in C#/Mono, I bet it will be blinding fast.[/sarcasm]

      --
      find -name "*base*" -exec chown us {} \; ; ln -s /dev/zero /dev/chance ; make time
    3. Re:One thing I know about Nautilus. by Coryoth · · Score: 2, Informative

      3. What version of Nautilus do you use? I use 2.10 and when I rightclick on a bunch of selected items, the selection doesn't disappear AND the Copy item is enabled. This has been the case since Nautilus 2.0.

      4. What are you talking about? It works fine here.


      I did some experimenting and it seems that his problem is that he's extremely inaccurate with his mouse. If you select a group of files and then right click on some other file not in the selected group then it cancels the selection, selects the file you right clicked on, and brings up the appropriate menu. Similarly, if you right click on the background of the window paste indeed does work fine. If, for some reason you manage to hold your mouse over an icon instead then yes naturally it selects that file and brings up the right click menu for it which doesn't have a paste option. In other words, if you wave your mouse wildly while right clicking then yes, you can experience the described behaviour.

      Jedidiah.

    4. Re:One thing I know about Nautilus. by horza · · Score: 2, Informative

      Personally I find Nautilus to be the single biggest impediment to me using Linux as my primary O/S.

      Install ROX: intuitive, lightweight, and lightening fast. It works under any window manager.

      Phillip.

  19. Re:The new nautilus by ObsessiveMathsFreak · · Score: 2, Informative

    Nautilus, especially in its latest incarnations is extremely fast at file browsing.

    Lies. All Lies.

    I've used Nautilus for about two years now. I can safely say it is slow. Not as slow as explorer, but slow. If takes its sweet time loading up previews of media files, or even listing a large directory. I can't count the number of times it has taken about 30 seconds to relist my home directory for no apparent reason.

    All the while you're left with a lurching and wheeling file list as newly done previews, files or directories are thrown into the list, juddering your view and selections. Basically you just have to wait until Nautilus is finished, and sometimes, that takes quite a while.

    --
    May the Maths Be with you!
  20. OS X Image Mounting by Kadin2048 · · Score: 2, Insightful

    Actually on OSX, the system just opens ".dmg" and ".iso" files with a little application called "DiskImageMounter.app" (I think that's its name, I am likewise not at a Mac right now) which calls hdiutil (presumably) and mounts it on the desktop. (Actually, in /Volumes/, but to the user it appears on the desktop.)

    If you right-click on an image file, you can choose to open it either with the mounting program, or in Disk Copy, or in Adaptec's Toast if you have it installed.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  21. A little RTFM and Nautilus is your friend by suitepotato · · Score: 2

    Since I tried ditching Windows for day to day workstation use over a year ago, I've been using Gnome and Nautilus as defaults on FC. FC3 and now FC5. After reading of just a few things I could do, and the answer to some questions on other things that weren't as cool but totally necessary to getting things done, I found Nautilus was more than useful.

    KDE on the other hand was unstable no matter what until recently (at which point xcompmgr also became stable and so did transparency and shadow effects for some bizarro reason), Kicker kept dying on login, and Konqueror kept doing anything other than what I wanted or crashing. Documentation was much worse and the help files looked like they were written by people for whom two sentence memos count as tl/dr.

    I go with Nautilus by default and couldn't be happier with it. People who prefer command prompts are welcome to use them. Nautilus isn't a command prompt system and if you're going to compare apples and oranges then at least compare mc, emacs, and so on with ALL gui managers. Just so you know my take, in an age where keyboard skills are lacking more and more, using text to give people a chance to fat finger rm and other things is just stupid. GUIs exist for many reasons, and that is one of them.

    --
    If my grammar and spelling are off, I am [distracted/tired/careless] (take your pick)
  22. Re:9 things? by Just+Some+Guy · · Score: 2, Funny
    def greetings(x): if x == "friend": print "Howdy" elif x == "enemy": print "Dye motherfucker" else: print "stfu bitch"

    Come on, fellow Slashdotter. That's:

    def greetings(x): return {'friend': 'Howdy', 'enemy': 'Dye [sic]'}.get(x, 'g0 4w4y, l4m0r')

    Remember, pardner: anonymous dicts are your friends. And way more 1337.

    --
    Dewey, what part of this looks like authorities should be involved?
  23. Man... by geekoid · · Score: 2, Funny

    I was hoping for a Jules Verne post.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect