Add three known issues:
-Change theme cause few apps crash. -KDE menu doesn't show all icons. -gnome-menus has LegacyDir bug.
This commit is contained in:
parent
fcc11f0506
commit
99f4761784
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24044
1 changed files with 17 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../../">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq210.sgml,v 1.1 2005/03/09 21:25:28 mezz Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq210.sgml,v 1.2 2005/03/09 21:27:37 mezz Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; Upgrading FAQ">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -144,6 +144,22 @@ $ tail -f /path/to/logfile
|
|||
within FreeBSD. Some of the more visible issues are:</p>
|
||||
|
||||
<ul>
|
||||
<li>Change the theme cause few apps crash. It is known issue to the
|
||||
GNOME/Linux world, so it is not FreeBSD issue. You can ignore and
|
||||
click on restart button when the dialog pops up. After that, you
|
||||
will be fine.
|
||||
<li>KDE menu doesn't show all icons. It is because of GNOME and KDE
|
||||
have the very different theme. KDE has failed to follow the
|
||||
freedesktop.org standard for when theme doesn't exist and the
|
||||
fall back should be go to hicolor theme. KDE has all default theme
|
||||
in default.kde rather than hicolor. There is not much we can do.
|
||||
|
||||
<a href="http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html">http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html</a>
|
||||
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=167934">
|
||||
#167934</a>: [gnome-menus] Any .desktop file that go in
|
||||
share/gnome/apps without have Categories entry don't work. It is
|
||||
LegacyDir bug that is supposed to be fix in next release (2.10.1).
|
||||
The workaround is to add Categories entry in .desktop file.
|
||||
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=137388">
|
||||
#137388</a>: [gnome-terminal] gnome-terminal has a problem
|
||||
with the dynamic title and vim (<b>UPDATE:</b> See this
|
||||
|
|
Loading…
Reference in a new issue