I'm a user of Oracle Virtualbox on Ubuntu. And I used to copy vdi files as a kind of backup. Previously I did this (copying vdi file and then copying it back) many times without any problem.
But today I experienced this error
VirtualBox VMs/win_7$ cp ../../Bkps/win_7.vdi .
cp: error reading ‘../../Bkps/win_7.vdi’: Input/output error
cp: failed to extend ‘./win_7.vdi’: Input/output error
Run Code Online (Sandbox Code Playgroud)
I googled for this a little but from the advices on similar problems I undersood nothing unfortunately. Could anyone …
由于 Firefox 在 Ubuntu 上更新到版本 52,我开始注意到滚动条太细的恼人问题:
我能够找到解决此问题的方法:~/.config/gtk-3.0/gtk.css使用此内容创建文件
.scrollbar {
-GtkRange-slider-width: 20;
}
Run Code Online (Sandbox Code Playgroud)
没有其他任何东西,这在虚拟机上的 Ubuntu 16.04 LTS 上扩大了 Firefox 中的滚动条:
但是当我尝试在我的主机(Ubuntu 16.10)上应用它时,它没有。
我已经尝试了几乎所有我可以怀疑的方法来找出原因:
/root/.config/gtk-3.0目录中;settings.ini,.gtkrc-2.0等等。/etc/environment文件,添加了该行GTK_OVERLAY_SCROLLING=0没有任何帮助,所以有人可以对此提出建议吗?这是什么原因,为什么这些文件gtk.css,settings.ini是在主机上忽略的Ubuntu 16.10和是不是虚拟机的Ubuntu 16.04上?
另外,我认为,重要的是要提到与虚拟机相比,“主机”Firefox 中的滚动条根本无法正常运行:它们对悬停事件没有反应,也就是说,它们没有t 增加它们的宽度,而“虚拟机”Firefox 上的滚动条会这样做。
先感谢您。