Great work as usual gold_finger.
I came across one point on this topic that's probably worth mentioning.
The tumbler service must be 0.1.27 or later
Linux Lite 2.0 passes this test but others reading this may not be using LL 2.0.
To check your tumbler service version
open a terminal and type
Example, in Linux Lite 2.0
Example, in Linux Lite 1.8
So this solution would not work in Linux Lite 1.8 with the stock tumbler version.
I came across one point on this topic that's probably worth mentioning.
The tumbler service must be 0.1.27 or later
Linux Lite 2.0 passes this test but others reading this may not be using LL 2.0.
To check your tumbler service version
open a terminal and type
Code:
dpkg -p tumbler | grep Version
Example, in Linux Lite 2.0
Code:
dpkg -p tumbler | grep Version
Version: 0.1.30-1ubuntu1
Example, in Linux Lite 1.8
Code:
dpkg -p tumbler | grep Version
Version: 0.1.24-0ubuntu1
So this solution would not work in Linux Lite 1.8 with the stock tumbler version.