Tuesday, September 25, 2018

stolen keybindings

in gnome-flashback + xmonad, indicator-applet-complete steals Super+s.



sudo apt install -y dpkg-dev devscripts

mkdir indicator
cd indicator/
apt source indicator-applet-complete

edit the file
indicator-applet-12.10.2+17.10.20170425/src/applet-main.c

by commenting out
//tomboy_keybinder_bind(hotkey_keycode, hotkey_filter, menubar);

cd into the directory containing the package source (e.g indicator-applet-12.10.2+17.10.20170425) and run the following command:
 dch -i
and edit the newly created entry
dpkg-buildpackage -rfakeroot -uc -b

If the build is successful, there will be a .deb file located in the parent
directory (e.g ~/indicator/indicator-applet-complete_12.10.2+17.10.20170425-fabio_amd64.deb).

sources
https://askubuntu.com/questions/28372/how-do-i-get-and-modify-the-source-code-of-packages-installed-through-apt-get

No comments:

Post a Comment