[03:33] yofel: The 12.04 dvd's should still be downloadable. [03:37] ScottK: they're MIA [03:37] I did see some DVD's , but no proper release DVD [03:39] more specifically, nothing here http://cdimage.ubuntu.com/kubuntu/dvd/ [03:39] amrhf is MIA as well, no idea where the images went tbh [08:58] ScottK: yofel Riddell I've emailed the release team, let's see what they can do [10:53] ::workspace-bugs:: [1013626] systemsettings crashed with ImportError in /usr/share/kde4/apps/language-selector/language... @ https://bugs.launchpad.net/bugs/1013626 (by Xavier Besnard) [10:53] Launchpad bug 1013626 in language-selector (Ubuntu Quantal) "systemsettings crashed with ImportError in /usr/share/kde4/apps/language-selector/language-selector.py: No module named LanguageSelector.qt.QtLanguageSelector" [High,Triaged] [17:03] ::qt-bugs:: [1041586] package libqt4-declarative 4:4.8.1-0ubuntu4.2 failed to install/upgrade: libqt4-declarativ... @ https://bugs.launchpad.net/bugs/1041586 (by caceres) [17:03] Launchpad bug 1041586 in qt4-x11 (Ubuntu) "package libqt4-declarative 4:4.8.1-0ubuntu4.2 failed to install/upgrade: libqt4-declarative:amd64 4" [Undecided,New] [19:16] DVD's are up, could someone update the download page ? === rdieter_laptop is now known as rdieter === m4v is now known as m4vlo [21:33] shadeslayer: I'll do it [21:41] shadeslayer: done [21:41] th, [21:41] thx [21:43] Does that mean we should have a news item? === m4vlo is now known as Curiosity [22:00] hi im looking to find the source code for the binary /usr/lib/kde4/libexec/kscreenlocker so i can make some changes and submit a patch [22:06] uglyoldbob: dpkg -S /usr/lib/kde4/libexec/kscreenlocker -> will give you binary package [22:06] uglyoldbob: $ apt-cache show $binary | grep Source [22:06] will give you source package [22:06] uglyoldbob: $ apt-get source $srcpackage [22:06] will give you source code [22:09] so, there's already a ~/.kde/Autostart and ~/.kde/shutdown, I want to add ~/.kde/lock_screen and ~/.kde/unlock_screen folders by modifying kscreenlocker [22:12] xnox: thanks for the help on retrieving source code [22:16] uglyoldbob: seems to me hooking kscreenlocker events into systemsettings->applications&system notifications may get what you want too, then you get audio, speech, run-command, popups implementations for free [22:17] i looked, was a little surprised it wasn't already there. [22:20] when i use the "run command" option for Screen unlocked and specify a bash script, how do i tell what user the screen was locked/unlocked for? [22:21] the script will run in that users' session, so $USER ? [22:22] uglyoldbob: is "Screen unlocked" event already there, and i just didn't see it? [22:22] yeah, im not sure if it does what i need though [22:27] well i got it to run a command, but the script does not have the information need (the username) [22:33] uglyoldbob: USER environment var isn't defined? [22:34] KDE_SESSION_UID should be there too at least [22:35] applications&system notifications is a per user setting or global setting? [22:36] both (i think), there can be global defaults, and local user settings can override those [22:37] how do i change these without using the gui? [22:37] per user ones are generally of the form: ~/.kde/share/config/foo.notifyrc [22:39] ok i see that setting, can an event do more than one execute? [22:40] for example, I just set konversation highlights to trigger a popup, and now I have ~/.kde/share/config/konversation.notifyrc containing: [Event/highlight] Action=Sound|Popup [22:40] uglyoldbob: I envision > 1 may be problematic, but you could try: command1; command2 [22:46] im working on some scripts that will allow irexec and lircrcd for each user [23:31] i can't get kscreenlocker [Event/unlocked] to execute a script [Event/locked] works fine [23:34] hmm, setting it to log works for both events [23:38] hmm just a mistake on my part i have to find