[07:01] bluesabre: thanks for fixing the accountsservice/xfdesktop bug! [07:55] bluesabre: idea: what about leaving light-locker-settings as is and making a xubuntu-patch for xfpm instead that adds a locking-tab for light-locker? [07:56] (in the 1.6 release we could merge this upstream, but since debian wants a stable xfpm release from us asap i don't think we can implement that before the release) [09:36] ochosi: would lls then be obsolete? [09:39] bluesabre: no, not for other DEs [09:42] ok, gotcha [09:43] thing is, with xfpm handling ll, we could get rid of the desktop file manipulation [09:44] (assuming we'll have a release of the dbus interface soon, which i hope) [09:45] that would be cool [09:45] dbus makes everything better [09:47] yeah, in this case it does [09:47] thing is we need some sort of daemon to apply the dbus settings at session start [09:47] and i thought xfpm would be a good place to handle that [09:50] not necessarily [09:50] have a minimal gsettings config for light-locker [09:51] it keeps the last defined settings [09:51] or, there are settings that apply to current session, and permanent [09:51] maybe [09:51] hm, how do the gsettings get loaded at startup? [09:52] same as any other app? [09:52] * ochosi is gsettings-ignorant [09:52] so you're saying we can get rid of the desktop file even with lls? [09:53] I don't see why not [09:53] ah good [09:53] in that case let's stick to lls and improve it [09:53] at least for this release [09:53] seems better than patching xfpm [09:54] ok, just to make sure I'm not confused here [09:54] we can always implement the lockscreen handling in later xfpm releases [09:54] the gsettings would be for light-locker itself [09:54] yup [09:55] and that could actually be a second interface of sorts, since it can update its policy when settings are modified [09:55] hm? [09:56] you mean gsettings-editor could be a second interface? [09:56] in a way [09:56] nvm [09:56] errr? :) [09:57] with gsettings, you wouldn't need an external app starting light-locker in a specific way, or sending dbus commands at startup [09:57] it would start up with preferred settings [09:58] a-ha [09:58] that sounds way better [12:13] bluesabre: can you also mark https://bugzilla.xfce.org/show_bug.cgi?id=10882 as invalid? [12:13] bugzilla.xfce.org bug 10882 in Workspace Switcher "On every workspace switch accounts-daemon rewrites /var/lib/AccountsService/users/xxx file" [Major,New] [12:13] or ochosi ^ [12:19] ali1234: is bug 1243354 also related to our dbus problem (meta report)? [12:19] bug 1243354 in xfce4-terminal "Xfce4-terminal cannot run on more than one X screen at a time" [Medium,Confirmed] https://launchpad.net/bugs/1243354 [12:21] no [12:21] that happens because when you run xfce4-terminal it listens on dbus, then if you open a new window it opens it from the same process [12:22] so if you run another copy on another x screen, it says on dbus "hey please open a new indow" [12:22] and then the original process opens a new window on the orignal x screen, because that is all it can do [12:22] the original process has no access to the other screen [12:28] ah, thanks for the explanation :) [12:30] brainwash: done [12:37] ochosi: thanks [12:41] np, thanks for pointing that one out