Tuesday 1 July 2014

Manage windows with wmctrl on Ubuntu linux operating system

What:

Ubuntu Linux Operating System

Problem:

After successful LDAP password change with "userpasswd", you get two pop-ups, smaller one, which is waiting for you to click OK, bigger one which covers a small one, so you have to move it first to be able to close small one, which results in closing both pop-ups.


Solution:

Use wmctrl, it will allow you to change windows display order.
wmctrl -r Information -b remove,above
wmctrl -r Information -b add,below
 Install PAM-script
apt-get install libpam-script
Add wmctrl commands to pam_script_passwd script.

No comments:

Post a Comment