当我在任何文件夹中输入文件时,它会搜索该文件并给出我输入的文本结果,而不是仅在当前文件夹中搜索。
如何获得 nautilus 3.4 功能,即在当前文件夹中查找文件而不是搜索?
任何帮助将不胜感激!
这个问题一直困扰着我的启动,它发生在我启动计算机的时间的一半左右。
Grub 将成功加载,并等待十秒钟让我选择要启动的操作系统。当我选择 ubuntu 时,我(4/5 次)遇到了这个错误:
error: attempt to read or write outside of disk `hd0`.
error: you need to load the kernel first.
Press any key to continue...
Run Code Online (Sandbox Code Playgroud)
或者这个:
error: attempt to read or write outside of disk `hd0`.
Press any key to continue...
Run Code Online (Sandbox Code Playgroud)
当它显示第一个错误时,按回车键将返回主菜单。
但是当它显示第二个错误时,不you need to load the kernel first按任何键将导致加载 ubuntu 和内核崩溃。

但这并不是每次都发生。如果我尝试足够多的次数,它会起作用。
$ fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = …Run Code Online (Sandbox Code Playgroud) 我正在尝试安装一个本地构建的 .deb 文件,该文件将替换已安装的包。
尝试使用dpkg -i结果如下:
dabo@chrubuntu:~/Downloads/mali$ sudo dpkg -i chromium-mali-opengles_0.45-0ubuntu1_armhf.deb
dpkg: considering removing libegl1-mesa:armhf in favour of chromium-mali-opengles:armhf ...
dpkg: no, cannot proceed with removal of libegl1-mesa:armhf (--auto-deconfigure will help):
libegl1-mesa-drivers:armhf depends on libegl1-mesa (= 9.1.4-0ubuntu0.1)
libegl1-mesa:armhf is to be removed.
dpkg: regarding chromium-mali-opengles_0.45-0ubuntu1_armhf.deb containing chromium-mali-opengles:armhf:
chromium-mali-opengles conflicts with libegl1-x11
libegl1-mesa:armhf provides libegl1-x11 and is present and installed.
dpkg: error processing chromium-mali-opengles_0.45-0ubuntu1_armhf.deb (--install):
conflicting packages - not installing chromium-mali-opengles:armhf
Errors were encountered while processing:
chromium-mali-opengles_0.45-0ubuntu1_armhf.deb
Run Code Online (Sandbox Code Playgroud)
当我尝试卸载 libegl1-mesa 时,它也会卸载大量依赖它的其他软件包。 …
如果 Ubuntu 将在 Ubuntu 13.10 中使用 MIR,而 Gnome 将在 Gnome Shell 3.10 中使用 Wayland,那么在 Ubuntu 13.10 中更新 gnome-shell 会有什么问题吗?
因为当我安装 Gnome Shell 时会安装一些依赖项,对吗?或者这就是Ubuntu GNOME风格的用途?为了避免这个问题?
但是那些想要拥有 Unity 和 Gnome Shell 桌面环境的人呢?