User Tools

Site Tools


code:others

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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://net.tutsplus.com/tutorials/other/how-to-customize-the-command-prompt]] [[http://net.tutsplus.com/tutorials/other/how-to-customize-the-command-prompt]]
 +
 +
 +===== Virtualbox and mouse click doesn't work ====
 +Source: https://www.virtualbox.org/ticket/14743
 +
 +<code bash>
 +ps axf | grep draganddrop
 +</code>
 +
 +<code bash>
 +user@pc~ $ ps axf | grep draganddrop
 + 1808 ?        S      0:00 /usr/bin/VBoxClient --draganddrop
 + 1809 ?        Sl     0:00  \_ /usr/bin/VBoxClient --draganddrop
 + 3237 pts/0    S+     0:00      \_ grep draganddrop
 +</code>
 +
 +<code bash>
 +sudo kill 1809
 +</code>
 +
 +==== Hidden window ID check ====
 +Source: https://www.virtualbox.org/wiki/MouseInput
 +<code bash>
 +xwininfo -tree
 +</code>
  
code/others.1412076486.txt.gz · Last modified: 2014/09/30 13:28 by 127.0.0.1