ScottK | yofel: The 12.04 dvd's should still be downloadable. | 03:33 |
---|---|---|
shadeslayer | ScottK: they're MIA | 03:37 |
shadeslayer | I did see some DVD's , but no proper release DVD | 03:37 |
shadeslayer | more specifically, nothing here http://cdimage.ubuntu.com/kubuntu/dvd/ | 03:39 |
shadeslayer | amrhf is MIA as well, no idea where the images went tbh | 03:39 |
shadeslayer | ScottK: yofel Riddell I've emailed the release team, let's see what they can do | 08:58 |
kubotu | ::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 |
ubottu | 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] | 10:53 |
kubotu | ::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 |
ubottu | 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] | 17:03 |
shadeslayer | DVD's are up, could someone update the download page ? | 19:16 |
=== rdieter_laptop is now known as rdieter | ||
=== m4v is now known as m4vlo | ||
yofel_ | shadeslayer: I'll do it | 21:33 |
yofel_ | shadeslayer: done | 21:41 |
shadeslayer | th, | 21:41 |
shadeslayer | thx | 21:41 |
mparillo | Does that mean we should have a news item? | 21:43 |
=== m4vlo is now known as Curiosity | ||
uglyoldbob | 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:00 |
xnox | uglyoldbob: dpkg -S /usr/lib/kde4/libexec/kscreenlocker -> will give you binary package | 22:06 |
xnox | uglyoldbob: $ apt-cache show $binary | grep Source | 22:06 |
xnox | will give you source package | 22:06 |
xnox | uglyoldbob: $ apt-get source $srcpackage | 22:06 |
xnox | will give you source code | 22:06 |
uglyoldbob | 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:09 |
uglyoldbob | xnox: thanks for the help on retrieving source code | 22:12 |
rdieter | 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:16 |
rdieter | i looked, was a little surprised it wasn't already there. | 22:17 |
uglyoldbob | 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:20 |
rdieter | the script will run in that users' session, so $USER ? | 22:21 |
rdieter | uglyoldbob: is "Screen unlocked" event already there, and i just didn't see it? | 22:22 |
uglyoldbob | yeah, im not sure if it does what i need though | 22:22 |
uglyoldbob | well i got it to run a command, but the script does not have the information need (the username) | 22:27 |
rdieter | uglyoldbob: USER environment var isn't defined? | 22:33 |
rdieter | KDE_SESSION_UID should be there too at least | 22:34 |
uglyoldbob | applications&system notifications is a per user setting or global setting? | 22:35 |
rdieter | both (i think), there can be global defaults, and local user settings can override those | 22:36 |
uglyoldbob | how do i change these without using the gui? | 22:37 |
rdieter | per user ones are generally of the form: ~/.kde/share/config/foo.notifyrc | 22:37 |
uglyoldbob | ok i see that setting, can an event do more than one execute? | 22:39 |
rdieter | 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 |
rdieter | uglyoldbob: I envision > 1 may be problematic, but you could try: command1; command2 | 22:40 |
uglyoldbob | im working on some scripts that will allow irexec and lircrcd for each user | 22:46 |
uglyoldbob | i can't get kscreenlocker [Event/unlocked] to execute a script [Event/locked] works fine | 23:31 |
uglyoldbob | hmm, setting it to log works for both events | 23:34 |
uglyoldbob | hmm just a mistake on my part i have to find | 23:38 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!