[16:11] hi, could you update edubuntu-desktop to depend on gnome-session-flashback instead of gnome-session-fallback? [16:15] jbicha: that package doesn't appear to exist [16:15] jbicha: or is it stuck in -proposed? [16:18] stgraber: it just landed in the new queue [16:19] jbicha: ok. Is it just a rename or is there something different about it? [16:20] jbicha: I guess we'll need to update all the matching strings, lightdm config, ...? [16:20] oh I didn't think about all of that but yes [16:21] it's a complete rename, everything that says fallback should say flashback now [16:23] right, so we'll need changes in 2-3 other packages then and carefuly think about how to deal with upgrades... [16:24] so not something I'll do just now then, will try to find some time to look into that soonish [17:32] hello there === Lex is now known as Guest66678 === yofel_ is now known as yofel [20:20] stgraber: I guess we'd want to use dh-migrations for that and that it should be done in the gnome-session package [21:32] uh, I mean gnome-panel since that's where the session files are now [21:47] it's a rather tricky migration, because you'll need to go and update the default session in any DM (at least lightdm for us) where it may be set and in any user's .dmrc or /var/lib//dmrc/... [21:51] where in /var/lib/ ? I was thinking only ~/.dmrc needed to be migrated [21:53] edubuntu defaults to Unity right? otherwise there also is gsettings org.gnome.desktop.session session-name [21:59] jbicha: we default to unity but if the user chooses the classic mode in our installer, we set it as the default session in lightdm, so we need to detect and migrate that too [22:00] jbicha: I was thinking of /var/lib/AccountsService/users/* actually. But maybe just .dmrc is enough. [22:00] jbicha: I had weird cases where .dmrc changes done while the session is open are overriden on logout by the previous value, so we'd have to test this to make sure it's reliable