我有 Kubuntu 14.04 并且刚刚安装了最新的更新。查看进程列表,我看到baloo
索引器正在运行。
我在 Baloo 设置中找不到关闭索引的复选框。
我想我在决定使用 Btrfs 时犯了一个错误。我没有使用它的任何功能,但现在遇到空间不足的问题。我做了
sudo btrfs balance start / -v
Run Code Online (Sandbox Code Playgroud)
正如某些来源所建议的那样,但仍然没有多少可用空间:
$ sudo btrfs fi df /
Data, single: total=102.00GiB, used=99.55GiB
System, single: total=32.00MiB, used=16.00KiB
Metadata, single: total=2.00GiB, used=762.44MiB
unknown, single: total=256.00MiB, used=0.00
Run Code Online (Sandbox Code Playgroud)
一位消息人士建议删除快照。我找到了一位候选人:
$ sudo btrfs subvolume list /
ID 257 gen 390597 top level 5 path @
ID 258 gen 390597 top level 5 path @home
ID 317 gen 390480 top level 5 path @apt-snapshot-release-upgrade-utopic-2014-10-23_20:38:40
Run Code Online (Sandbox Code Playgroud)
删除@apt-snapshot-release-upgrade-utopic-*
快照是否安全?
注意:我正在使用 eCryptFS(不确定在这种情况下这是否重要)。
在Kubuntu 12.04
使用中man fonts.conf
我读到:
~/.fonts.conf is the conventional location for per-user font configuration,
although the actual location is specified in the global fonts.conf file.
Run Code Online (Sandbox Code Playgroud)
但是在/etc/fonts/fonts.conf
我找不到任何给我本地 conf 文件路径的设置。
我问这个,因为在 12.10 相同的命令给了我:
不推荐从 ~/.fonts.conf 读取配置
所以我想从全局 conf 文件中读取用户字体 conf 文件的位置。
我正在使用不支持 GTK3 的 Kubuntu 12.04 和 QtCurve 小部件样式:
如何为 GTK3 应用程序应用 GNOME 主题?
我在这里找到了一个建议:安装gnome-themes-standard
和gnome-themes-extras
包,创建的文件~/.config/gtk-3.0/settings.ini
:
[Settings]
gtk-theme-name = Adwaita
gtk-fallback-icon-theme = gnome
Run Code Online (Sandbox Code Playgroud)
但这没有帮助。
我刚刚升级到 Firefox 34,但在 Firefox 工具栏上看不到“你好”图标。
我在互联网上找不到任何相关信息。
“其他工具和功能”中没有“你好”图标
尝试将屏幕捕获到使用无损 x264 编码的视频文件:
vic@vic-X202E ~/Desktop » ffmpeg -f x11grab -r 15 -s 1366x768 -i :0.0 -sameq -vcodec libx264 -preset:v ultrafast test.mkv
ffmpeg version 0.8.4-6:0.8.4-0ubuntu0.12.10.1, Copyright (c) 2000-2012 the Libav developers
built on Nov 6 2012 16:51:11 with gcc 4.7.2
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
[x11grab @ 0xc2bf60] device: :0.0 -> display: :0.0 x: 0 y: 0 width: 1366 height: 768 …
Run Code Online (Sandbox Code Playgroud)