hacky workaround, although duplicate entries shouldn't happen as amarok removes them when writing it's rc, and it writes it's rc every time it exits..
#!/bin/sh echo -e "\n[General Options]\nShow Splashscreen=false\n" >> ~/.kde/share/config/amarokrc amarok $@ -- splash screen shown - despite unchecked in options https://launchpad.net/bugs/39590 -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
