How do I theme the Nautilus background image?
        Posted  
        
            by 
                Kesymaru
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by Kesymaru
        
        
        
        Published on 2011-11-30T21:02:57Z
        Indexed on 
            2012/09/06
            21:52 UTC
        
        
        Read the original article
        Hit count: 331
        
I want to change the background image in the Nautilus file browser. My idea is to put my own style in the background. I'm using Ubuntu 11.10 and Nautilus is version 3.
I know that I have to change the nautilus.css file of the theme, but the problem is that there is not a parameter for the background. I just want to apply an image but I can't find the file or parameter to change it.
The CSS file is in the directory /home/UserName/.theme/MyTheme/gtk-3.0/apps. I've changed the nautilus.css file. I wrote two new lines using CSS style but I don't know where the correct place is to put it. The lines are:
background-image: url("carbon.jpg");
background-repeat: repeat;
Obviously I put the image called carbon.jpg in the same directory of nautilus.css, but this change doesn't work because I need to know whichs class displays the Nautilus file browsing frame. If I find this class I guess that this code will work.
If someone knows how to do it, please tell me because I really want to make this change.
© Ask Ubuntu or respective owner