/usr/sbin/lmt-config-gui is in laptop-mode-tools 1.71-2ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/sh
# Needed for annoying QT MIT bug
export QT_X11_NO_MITSHM=1
python2 /usr/share/laptop-mode-tools/lmt.py
|