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

-- 
Regards,

Dimitri.

-- 
ubuntu-desktop mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop

Reply via email to