x11/cde: Make cde-25 default
Upstream commit 9af0993de added font aliases, specifically gb2312.1980, which may be incompatible with some legacy Xm and Xaw apps however there is a circumvention recommended by the cdesktopenv-code upstream. That is to add -xrm '*international: true' to the affected app's arguments. A more elegant approach is to create a ~/.Xdefaults file containing the following example: XPostit.*international: false *international: true
This commit is contained in:
parent
a2b1bcd596
commit
815db75cae
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
VERSIONS= 24 25
|
||||
# The reason we will keep our main CDE metaport at 2.4.3 is to
|
||||
# avoid a POLA violation due to font differences.
|
||||
CDE_VERSION?= 24
|
||||
CDE_VERSION?= 25
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../cde-${CDE_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue