Re: How do I stop my PyQt programs canceling shutdown?

2017-08-27 Thread Thiago Macieira
On Sunday, 27 August 2017 08:33:58 PDT Barry Scott wrote: > I have 2 PyQt programs that if I leave running and then tell > Plasma to shutdown will give me a notification that shutdown > has been canceled. > > I'm not aware of adding code to cancel a shutdown. Do you know > where I should look to f

Re: Mouse settings not use on hot plug of new mouse

2017-08-27 Thread David Rosca
Hi, On Sun, Aug 27, 2017 at 6:58 PM, Kai Uwe Broulik wrote: > Hi, > > I used to experience the same. It's kcminit not properly re-applying settings > as it fails to detect the hotplug event. There's two code paths and one of > them (used on some distros, mostly *buntu?) doesn't properly work i

Re: Mouse settings not use on hot plug of new mouse

2017-08-27 Thread Kai Uwe Broulik
Hi, I used to experience the same. It's kcminit not properly re-applying settings as it fails to detect the hotplug event. There's two code paths and one of them (used on some distros, mostly *buntu?) doesn't properly work iirc. I thought that was fixed, though. David R, you looked at this on

Mouse settings not use on hot plug of new mouse

2017-08-27 Thread Barry Scott
I have a dell laptop with a dell docking station. This combination will generate hot plug events for the mouse. But my mouse preferences are not applied to the "new" mouse. Is there code in PLasma that is supposed to handle this? I can look into the problem if that helps. Barry

How do I stop my PyQt programs canceling shutdown?

2017-08-27 Thread Barry Scott
I have 2 PyQt programs that if I leave running and then tell Plasma to shutdown will give me a notification that shutdown has been canceled. I'm not aware of adding code to cancel a shutdown. Do you know where I should look to fix this? Also after I manually close the offending app after there ha