export SLACK_DEVELOPER_MENU=true
open /Applications/Slack.app
right-click on anything -> inspect element
--- compton.c 2012-04-23 20:49:21.000000000 +0300 | |
+++ compnew.c 2012-04-23 20:49:09.000000000 +0300 | |
@@ -1005,6 +1005,11 @@ | |
continue; | |
} | |
+ /* patch for error 9 caused by java AWT tray icons */ | |
+ if (w->a.width < 2 && w->a.height < 2) { | |
+ continue; |
from __future__ import print_function | |
import sys | |
import io | |
import pip | |
import httplib2 | |
import os | |
from mimetypes import MimeTypes | |
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.