I recently downloaded the latest CVS of Xfce4 (on 10/04/04), and everything is working fine. However, xfce4-mixer did not have any set profile. I went to create a new profile, but whenever I click 'OK' the program receives a Segmentation Fault. I have everything installed with prefix /usr , would it possibly be because I don't have write access somewhere? Reproducible: Always Steps to Reproduce: 1. Open up terminal 2. run 'xfce4-mixer' 3. go to View -> Manage 4. click the Add button 5. Type in any random name, click OK Actual Results: xfce4-mixer crashes in a Segmentation Fault. Expected Results: profile should have been created
Ok, I just tried this and it works for me. Could you try running it in gdb and get a backtrace? $ gdb xfce4-mixer gdb> run <try to create profile> *crash* gdb> bt <backtrace output>
Should be fixed now.