10 lines
282 B
Bash
10 lines
282 B
Bash
|
# Uncomment the line below if you have a problem of incompatible libraries
|
||
|
#export VMWARE_USE_SHIPPED_LIBS=yes
|
||
|
|
||
|
# Uncomment and fill the line below to change GTK theme
|
||
|
#export GTK_THEME=""
|
||
|
|
||
|
|
||
|
# Avoid an issue with some keyboard layouts using iBus
|
||
|
export GTK_IM_MODULE_FILE=/dev/null
|