I did not run into any problems on my machine until now when using the PPA. :)
On 12/11/2013 10:26 AM, Dimitri John Ledkov wrote: > On 11 December 2013 09:09, Martin Pitt <[email protected]> wrote: >> > Dimitri John Ledkov [2013-12-11 9:05 +0000]: >>> >> I see what you mean. one could iterate all user sessions and restart >>> >> indicator-session in each one, but that is also intrusive. >> > >> > That sounds interesting, and would avoid pkilling processes that you >> > run in chroots, source trees, etc. How would you do this? >> > > for i in `ls /run/user/*/upstart/sessions/*.session`; do (export `cat > $i`; initctl restart indicator-session) ; done Isn't this a general thing that should be done when any user-level service is upgraded? Would be nice if you defined a proper behavior for all those upgrades once. I personally would prefer if the services restarted directly and users don't have to relogin or do some manual process killing. Kai
-- ubuntu-desktop mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop
