我刚刚安装了 Kubuntu 14.10,因为之前它有一些问题。我还安装了一些软件,比如 Thunderbird、Google Chrome 和 Skype。但菜单中没有列出任何软件。甚至搜索也不会显示它。我使用以下命令安装它:
sudo apt-get install ...
就像我经常做的那样。但菜单中什么都没有。我可以从终端启动应用程序,所以它们肯定已经安装了。
我该怎么做才能通过菜单找到应用程序?我需要更改设置吗?或者这是一个新“功能”,即新安装的应用程序不会显示在菜单中?我希望有人能帮忙。
编辑:
我收到的错误消息kbuildsycoca4 --noincremental
kbuildsycoca4 running...
kbuildsycoca4(2821) VFolderMenu::loadDoc: Parse error in "/home/svenja/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu" , line 1 , col 1 : "unexpected end of file"
答案1
在这儿
安装 Thunderbird:
sudo apt-get install thunderbird
安装完成后,KDE 菜单已更新。
您可以从‘最近安装’、‘互联网’和‘搜索’栏中找到 Thunderbird。
值得尝试
:~$ kbuildsycoca4 --help
Usage: kbuildsycoca4 [Qt-options] [KDE-options] [options]
Rebuilds the system configuration cache.
Generic options:
--help Show help about options
--help-qt Show Qt specific options
--help-kde Show KDE specific options
--help-all Show all options
--author Show author information
-v, --version Show version information
--license Show license information
-- End of options
Options:
--nosignal Do not signal applications to update
--noincremental Disable incremental update, re-read everything
--checkstamps Check file timestamps
--nocheckfiles Disable checking files (dangerous)
--global Create global database
--menutest Perform menu generation test run only
--track <menu-id> Track menu id for debug purposes
尝试使用“noincremental”选项重建系统配置缓存。
kbuildsycoca4 --noincremental
有任何错误信息吗?
- - 编辑 - -
xdg-desktop-menu-dummy.menu 由 xdg-desktop-menu 制作
man xdg-desktop-menu
NAME
xdg-desktop-menu - command line tool for (un)installing desktop menu items
这里它不会阻止 KDE 菜单更新。