![]() |
2009-04-05
, 13:59
|
Posts: 15 |
Thanked: 6 times |
Joined on Nov 2007
|
#1
|
![]() |
2009-04-05
, 14:07
|
|
Posts: 480 |
Thanked: 378 times |
Joined on Apr 2008
@ Chicago-ish
|
#2
|
gconftool -t int -s /apps/osso/sound/master_volume -- -100
gconftool -t int -s /apps/osso/sound/master_volume -- (level)
The Following User Says Thank You to TrueJournals For This Useful Post: | ||
![]() |
2009-04-05
, 16:39
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#3
|
from gnome import gconf gconf_client = gconf.client_get_default () gconf_client.set_int("/apps/osso/sound/master_volume", -gconf_client.get_int("/apps/osso/sound/master_volume"))
![]() |
2009-04-05
, 16:53
|
Posts: 15 |
Thanked: 6 times |
Joined on Nov 2007
|
#4
|
The Following User Says Thank You to pjscott For This Useful Post: | ||