/srv/irclogs.ubuntu.com/2012/05/28/#edubuntu.txt

highvoltagestgraber: any suggestions on how we should get rid of the akonaditray menu entry?18:07
highvoltageI think we used to have something in the livesystem postrm (or maybe artwork postinst) that used to add a hidden=true in the .desktop file18:08
highvoltagebut it doesn't seem to do that anymore and I remember you mentioned that there's a good way to hide them18:08
stgraberI think we ship a few .desktop overlay in -live or -artwork18:14
alkisgdpkg-divert?18:14
alkisgAh, only on the live system?18:14
highvoltagealkisg: on the installed system too, although we try to avoid dpkg-divert if at all possible18:15
stgraberalso post install, we just dump a .desktop in a path that's higher priority than kde's18:15
highvoltagewhere does the priority come from?18:15
alkisghighvoltage: modifying another package's file is worse than dpkg-divert, and it doesn't persist on package updates18:15
* highvoltage checks the package again18:15
stgraberalkisg: we don't modify it, we write an identically named file in an higher priority location and let xdg deal with the override18:16
alkisgCool18:16
highvoltagealkisg: I know18:16
alkisgstgraber: any thoughts about when you'll have some time for the ltsp packaging? I tested with my local debian/ dir and it works fine, but I'd like to test with the Ubuntu packaging too...18:17
stgraberno, it's pretty low on my priority list, sorry18:18
highvoltagestgraber: I can't find that anywhere in the packaging though, perhaps it got lost with some cleanup (since the akonadi icons are back again)18:18
stgraberstgraber@castiana:~/Desktop/edu$ find . | grep desktop18:18
stgraber./edubuntu-artwork-12.04.1/applications/kde4-nepomukcontroller.desktop18:18
stgraber./edubuntu-artwork-12.04.1/applications/kde4-nepomukbackup.desktop18:18
stgraberhighvoltage: ^18:18
highvoltage(d'oh, just found them there)18:18
highvoltageah nepomuk is there but not akonadi, I guess I'll add it18:19
highvoltageI just add a line that says "OnlyShowIn=KDE" and put it in that directory?18:20
stgraberyep18:20
stgraberif you have some spare time, you might try and poke the kde folks to include these by default18:21
alkisgstgraber: np, I just thought you'd like me to test the LTSP you'll ship with 12.10 (since I won't be able to test later on until 14.04 again)...18:21
stgraberso we don't have to override them :)18:21
highvoltagestgraber: yes I think that's a good idea18:21
stgraberalkisg: sure, but I'm focusing on 12.04.1 for the next 2 months, so my 12.10 time is pretty limited18:21
alkisgDo you think it'd take more than 10 minutes to approve the changes?18:21
alkisg...and maybe do the ltsp-live changes you mentioned18:22
stgraberltsp-live changes will take a day to babysit through the archive as it'll require source+bin newing + seed change + dvd rebuild, so yeah, closer to 1-2 days than 10min18:23
alkisgFrom the ltsp package side, you'll just remove them though, no?18:24
alkisgYou don't need to have the ltsp-live package to review the ltsp debian/ dir... Or I got it wrong?18:24
stgraberI want to spend 1-2 days on LTSP and be done for the next 6 months ;) context-switching is very expensive. So maybe I don't need ltsp-live to review debian/, I don't know and I don't want to think about it now :)18:26
highvoltagehmm, nepomuk also still shows under the menus despite OnlyShowIn=KDE18:26
alkisgOK, thank you :)18:26
highvoltageheh, we have kturtle in the ubuntu-edu-tertiary package18:41
highvoltage(I guess it might be useful there in some cases)18:41
highvoltagestgraber: fyi (but no rush): https://code.launchpad.net/~jonathan/ubuntu-seeds/edubuntu.quantal/+merge/10767918:45
stgraberhighvoltage: am I reading this right? we'd have kstarts+stellarium?18:47
highvoltagestgraber: at least for now, I guess there's a good chance that we'll drop stellarium due to the arm issues, and our intent to have the same packages installed accross architectures18:48
highvoltageperhaps I should have removed stellarium already... but it's not the last package changes for the cycle for sure18:49
highvoltagestgraber: regarding ltsp-live, should I wait until it's removed from ltsp before making changes, or should I do it while it's in ltsp, or should I be the one moving it?18:54
stgraberhighvoltage: feel free to propose changes against ubuntu:ltsp for now, I'll merge them before the split18:54
highvoltagestgraber: ok, at least that way I get in some ltsp commits too :)18:56
highvoltage(oh, not really)19:11
highvoltagestgraber: actually I'm not sure what to do, ubuntu:ltsp? is that what I get with pull-lp-source?19:14
stgraberit should be19:16
stgraberhighvoltage: bzr branch ubuntu:ltsp => do your change => bzr push lp:~jonathan/ubuntu/quantal/ltsp/your-change => bzr lp-propose-merge19:16
highvoltagestgraber: ok, got it19:16
highvoltagehttps://code.launchpad.net/~jonathan/ubuntu/quantal/ltsp/autologin/+merge/10768219:28
stgraberhighvoltage: I think I understand the bug where unity 3d doesn't start on 3d capable hardware, it's because DESKTOP_SESSION isn't set by ldm20:05
stgraberso the gconf configuration overlay for unity never gets applied20:05
stgraberand the unity plugin is never loaded as a result20:05
stgraberthe fix is quite hackish though and will be Ubuntu specific as DESKTOP_SESSION needs to be set to the name of the gnome-session that will be called, but you have no way to know that in a non-distro specific way as gnome-session's default is hardcoded in the binary...20:07
highvoltagestgraber: ah20:07
stgraberI wrote an Xsession script that I think does the right thing for Ubuntu and will have to be shipped on both client and server as it affects both thin and fat clients20:07
highvoltageI'm not sure why the script in the unity .desktop file can't set it, but I guess you could show me a bit later on then I'll understand what you mean20:09
stgraberbecause it needs to run before any gconf instance might be called. Doing it from the .desktop launcher would be racy20:09
stgraberI'm not even convinced it's not racy to do it where they're doing it at the moment ;)20:10
highvoltageah ok20:10

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!