--Boundary-00=_ylRQI788EkBQDXG Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, the attached simple patch fixes an unpleasant KMix bug. Without the patch t= he volume will most likely be restored on Login even if you switch that opt= ion off (*). Can this still go into KDE4.0.5 (I am aware that tagging was 3= days ago)? Patch is already commited to trunk and 4.0 branch. Christian (*) Detailed explanation: If you wonder why the autostart condition evaluat= es to "true" and not to "false": It reads an obsolete value from the KDE3 v= ersion of KMix. So you either have it restored always or not restored, inde= pendent from the setting of KDE4's KMix. =2D-=20 Things should be made as simple as possible, but no simpler.=20 =A0 - Albert Einstein --Boundary-00=_ylRQI788EkBQDXG Content-Type: text/x-diff; charset="iso 8859-15"; name="restore_kmix_volumes.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="restore_kmix_volumes.patch" --- branches/KDE/4.0/kdemultimedia/kmix/restore_kmix_volumes.desktop 2008/01/27 08:39:15 767020 +++ branches/KDE/4.0/kdemultimedia/kmix/restore_kmix_volumes.desktop 2008/05/31 08:58:56 814737 @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 X-KDE-autostart-phase=1 -X-KDE-autostart-condition=kmixrc::startkdeRestore:true +X-KDE-autostart-condition=kmixrc:Global:startkdeRestore:true Type=Application Exec=kmixctrl --restore OnlyShowIn=KDE; --Boundary-00=_ylRQI788EkBQDXG--