Re: defaullt directory for terminals.



* Anders Karlsson <anders@xxxxxxxxxxxxxx> [20080731 23:08]:
* Aaron Konstam <akonstam@xxxxxxxxxxxxx> [20080731 22:33]:
Does anyone want to defend the change to ~/Desktop as the default
directory in opened terminals, thus throwing away 20 or 30 years of
Unix, Linux and Microsoft tradition?

You mean you don't have a key-combo that opens a terminal for you? ;-)

Joke aside, I've noticed the change, but this was actually something I
thought was broken in the past, and that it's now actually working the
way it should have done from the start.

Nautilus usually show you on the desktop what is in ~/Desktop - so why
open a terminal in ~/ when right-clicking the desktop and doing an
"Open in terminal window" (or what the exact wording is).

You can change what Nautilus shows on your desktop as well, so it uses
your ~/ instead of ~/Desktop. Then, opening a terminal with a
right-click should do what I think you are saying you want it to do.

To pre-empt the question how to do this, I tested it and came up with
this.

// This is how you make ~/ what's shown on your Gnome desktop
$ gconftool-2 -s --type bool /apps/nautilus/preferences/desktop_is_home_dir true
$ killall -1 nautilus

// This is how you set it back to ~/Desktop
$ gconftool-2 -s --type bool /apps/nautilus/preferences/desktop_is_home_dir false
$ killall -1 nautilus

I also checked, that if you have desktop_is_home_dir==true,
right-click desktop and open terminal will open it in ~/

/Anders

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Re (2): Is non-root for *only* the ppp console safe?
    ... Why in the world do you open 24 root terminals? ... jobs which are not yet complete. ... it opens a window for them to get at you. ...
    (comp.os.linux.networking)
  • Re: Question about SPAWN/INPUT table in the DCL Dictionary manual
    ... >> qualifier is not specified and SYS$INPUT is a NRO PPF), ... > A record-oriented file is a mailbox, ... > I don't know whether serial terminals qualify. ... > it opens up SYS$OUTPUT as a PPF whenever you do a $ DEFINE SYS$OUTPUT. ...
    (comp.os.vms)
  • Re: Announcing Viewglob 2.0
    ... >> But using a standalone graphical program like you have opens up a ... all these features would have ... > Just because the Unix shells and terminals are expert tools doesn't ... the initial reaction of many knowledgable Unix people seems to be ...
    (comp.unix.shell)
  • Re (2): Is non-root for *only* the ppp console safe?
    ... Why in the world do you open 24 root terminals? ... jobs which are not yet complete. ... it opens a window for them to get at you. ...
    (comp.os.linux.networking)
  • Re: defaullt directory for terminals.
    ... directory in opened terminals, thus throwing away 20 or 30 years of ... You mean you don't have a key-combo that opens a terminal for you? ... You can change what Nautilus shows on your desktop as well, ... $ killall -1 nautilus ...
    (Fedora)