Its over now !

Status
Not open for further replies.
OP
Faun

Faun

Wahahaha~!
Staff member
Query #6: ***SOLVED*** Link
How to change the text color below icons ?
 

QwertyManiac

Commander in Chief
Go to terminal (at $HOME) and issue:
Code:
gedit .gtkrc-2.0

Add the lines as follows:
Code:
style "desktop-icon"
{
NautilusIconContainer::frame_text = 1
text[NORMAL] = "[B]#000000[/B]"
NautilusIconContainer::normal_alpha = 0
}
class "GtkWidget" style "desktop-icon"

Of course, replace that black color with any of your choice, save and exit gedit.

Next, issue, to reflect:
Code:
killall nautilus

Edit: Oops, I thought you solved some 6th question and that was your 7th (Next). Apologies.
 
OP
Faun

Faun

Wahahaha~!
Staff member
^^yup hav solved the 6th query


Query #7: ***SOLVED*** Link
How to set a background image in Nautilus file manager ?
 

Dark Star

Cyborg Agent
^^WTH ,, is that ? Its so simple ..Though I am not on Gnome rite now but still.. Just open any Nautilus window and look for the toolbar ..in there look into view option click it a drop down list will open check for something like background, there are tile just drag them on the nautilus and you are done ;)
 
OP
Faun

Faun

Wahahaha~!
Staff member
^^WTH ,, is that ? Its so simple ..Though I am not on Gnome rite now but still.. Just open any Nautilus window and look for the toolbar ..in there look into view option click it a drop down list will open check for something like background, there are tile just drag them on the nautilus and you are done ;)

it doesnt work for every file as far as i tried ?

Patterns, colors works only
 
Status
Not open for further replies.
Top Bottom