Version: (using KDE 3.1.4) Installed from: (testing/unstable) Compiler: gcc version 3.3.2 20030908 (Debian prerelease) OS: Linux (i686) release 2.4.21 What I would really like is an extra option in the popup menu that appears when I right-click the JuK-icon in the system tray. I'd like to choose 'Random Play' just like 'Popup Track Announcement'. This way I can let JuK randomly choose music and when I find music that I really like (at that moment), I will disable the 'Random Play'-option. So more music from the same artist will be played. (my playlists usually are ordered by artist). When I'm bored with it again, I could let JuK randomly choose new music with just 2 mouse-clicks.
CVS commit by wheeler: Add random play to the systray menu. CCMAIL:68244-done@bugs.kde.org M +1 -0 systemtray.cpp 1.37 --- kdemultimedia/juk/systemtray.cpp #1.36:1.37 @@ -66,4 +66,5 @@ SystemTray::SystemTray(QWidget *parent, cm->insertSeparator(); + action("randomPlay")->plug(cm); action("togglePopups")->plug(cm);