cant find config file in Fedora17
what i want to do is to change the height of the window of nautilus-
specification:
nautilus-3.4
gnome-3.4
kernel-3.6.10
can someone help me plz to find out the configuration file????
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Fabien LOISON
- Solved:
- 2013-01-13
- Last query:
- 2013-01-13
- Last reply:
- 2013-01-07
Fabien LOISON (flozz) said : | #1 |
Hello,
Since Nautilus Terminal 1.0, you have to create the configuration file manually.
Here is an example of config file (~/.nautilus-
[general]
#The terminal height (lines)
def_
#The terminal default visibility in new windows? (1: Visible, 0: Hidden)
def_visible=1
#The terminal position (1: Top, 0: Bottom)
#NOTE: it's not recommended to put the terminal on the bottom
term_on_top=1
[terminal]
#The shell to use (Nautilus Terminal use the user's defined shell by default)
shell=/bin/bash
regards,
Faizal Khan (manmatha1989) said : | #3 |
may be i sound like a fool..well i am a newbie..
i have created a file ".nautilus-
it contains
def_
def_visible=1
term_on_top=1
shell=
still its not working...
|
#4 |
Hello,
you have to put *exactly* the following lines:
[general]
def_term_height=15
def_visible=1
term_on_top=1
[terminal]
shell=/bin/bash
Then, you have to restart Nautilus:
nautilus -q # Stops Nautilus
nautilus # Start Nautilus again
Regards, :)
Faizal Khan (manmatha1989) said : | #5 |
Thanks Fabien LOISON, that solved my question.