Fwd: Call for testing - unity-control-center (fork of gnome-control-center so we can stay on an old version)
Dimitri John Ledkov
xnox at ubuntu.com
Wed Dec 11 09:26:40 UTC 2013
On 11 December 2013 09:09, Martin Pitt <martin.pitt at ubuntu.com> 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
--
Regards,
Dimitri.
More information about the ubuntu-desktop
mailing list