This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
code:others [2014/09/30 13:28] 127.0.0.1 external edit |
code:others [2017/11/24 23:50] (current) hansek |
||
---|---|---|---|
Line 12: | Line 12: | ||
===== Nastavení BASH konzole ===== | ===== Nastavení BASH konzole ===== | ||
[[http:// | [[http:// | ||
+ | |||
+ | |||
+ | ===== Virtualbox and mouse click doesn' | ||
+ | Source: https:// | ||
+ | |||
+ | <code bash> | ||
+ | ps axf | grep draganddrop | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | user@pc~ $ ps axf | grep draganddrop | ||
+ | 1808 ? S 0:00 / | ||
+ | 1809 ? Sl | ||
+ | 3237 pts/0 S+ | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | sudo kill 1809 | ||
+ | </ | ||
+ | |||
+ | ==== Hidden window ID check ==== | ||
+ | Source: https:// | ||
+ | <code bash> | ||
+ | xwininfo -tree | ||
+ | </ | ||