------------------------------------------------------------ revno: 193 fixes bug(s): https://launchpad.net/bugs/343692 committer: Lionel Le Folgoc <[email protected]> branch nick: xubuntu-default-settings timestamp: Thu 2010-03-04 21:22:58 +0100 message: etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml, etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-mixer-plugin-5.rc: set default controls for xfce4-mixer, its panel plugin and xfce4-volumed. lp: #343692 added: etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml modified: debian/changelog etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-mixer-plugin-5.rc
-- lp:xubuntu-default-settings https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings. To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription.
=== modified file 'debian/changelog' --- debian/changelog 2010-03-02 22:09:20 +0000 +++ debian/changelog 2010-03-04 20:22:58 +0000 @@ -1,6 +1,9 @@ xubuntu-default-settings (10.04.4) UNRELEASED; urgency=low * Add a default Xdefaults settings file. lp: #361678 + * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml, + etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-mixer-plugin-5.rc: set default + controls for xfce4-mixer, its panel plugin and xfce4-volumed. lp: #343692 -- Lionel Le Folgoc <[email protected]> Tue, 02 Mar 2010 22:57:17 +0100 === modified file 'etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-mixer-plugin-5.rc' --- etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-mixer-plugin-5.rc 2009-02-08 13:22:20 +0000 +++ etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-mixer-plugin-5.rc 2010-03-04 20:22:58 +0000 @@ -1,2 +1,4 @@ +card=PlaybackAudiointerneAnalogStereoPulseAudioMixer +track=Master command=xfce4-mixer === added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml' --- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml 1970-01-01 00:00:00 +0000 +++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml 2010-03-04 20:22:58 +0000 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-mixer" version="1.0"> + <property name="active-card" type="string" value="PlaybackAudiointerneAnalogStereoPulseAudioMixer"/> + <property name="volume-step-size" type="uint" value="5"/> + <property name="sound-card" type="string" value="PlaybackAudiointerneAnalogStereoPulseAudioMixer"/> + <property name="sound-cards" type="empty"> + <property name="PlaybackAudiointerneAnalogStereoPulseAudioMixer" type="array"> + <value type="string" value="Master"/> + </property> + </property> +</channel>
_______________________________________________ Mailing list: https://launchpad.net/~xubuntu-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~xubuntu-dev More help : https://help.launchpad.net/ListHelp

