Xfce Forum

Sub domains
 

You are not logged in.

#1 2012-05-01 12:06:32

morki
Member
Registered: 2012-05-01
Posts: 2

A few questions

I installed Xfce 4.8 on Linux Mint 12.

Sound applet don't have sound volumen. How fix that?

Partitions are always showed on desktop. I want to partitions only showed when they mounted.

How change text colors on desktop, and remove text background?

How to set the desktop that icons can overlap.
http://i.imgur.com/HmXXg.png


Thanks.

Last edited by morki (2012-05-01 12:22:38)

Offline

#2 2012-05-01 17:58:32

eric_the_idiot
Member
Registered: 2011-12-23
Posts: 58

Re: A few questions

This page should help you configure some of the settings on the desktop you're looking for http://git.xfce.org/xfce/xfdesktop/tree/README
Basically in the ~/.gtkrc-2.0 file you'll need something like

style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 10
    XfdesktopIconView::cell-spacing = 12

    base[NORMAL] = "#00ff00"
    base[SELECTED] = "#5050ff"
    base[ACTIVE] = "#0000ff"

    fg[NORMAL] = "#ff0000"
    fg[SELECTED] = "#ff0000"
    fg[ACTIVE] = "#ff0000"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"

You may want to play with those numbers to get them how you'd like. You'll need to restart xfdesktop to see any changes. xfdesktop --quit from the command line will stop it, then xfdesktop & should re-launch it.

Offline

#3 2012-05-02 07:01:40

morki
Member
Registered: 2012-05-01
Posts: 2

Re: A few questions

Thanks.

Offline

Board footer

Powered by FluxBB