Activity for -

  • - - posted a comment on ticket #148

    Yes, it's a little bit complicated. Just use the latest commit.

  • - - modified a comment on ticket #148

    This is not a bug (although CDE has helpfully set some resources for xterm). The xterm uses fonts instead of font sets. CDE has no way to change the behavior of xterm.

  • - - posted a comment on ticket #148

    This is not a bug (although CDE has helpfully set some resources for xterm). The xterm can not deal with the font set properly. CDE has no way to change the behavior of xterm.

  • - - created merge request #54

    set resources for xterm

  • - - committed [1d451e]

    dtsession: help xterm load the appropriate font.

  • - - posted a comment on ticket #148

    Please try uxterm - X terminal emulator for Unicode (UTF-8) environments.

  • - - posted a comment on merge request #52

    issue: https://sourceforge.net/p/cdesktopenv/tickets/145/

  • - - posted a comment on ticket #144

    Please try this MR: https://sourceforge.net/p/cdesktopenv/code/merge-requests/51/

  • - - created merge request #52

    set resources for applications

  • - - committed [2eb61c]

    dtsession: help applications enable "international".

  • - - modified a comment on ticket #145

    It's a normal behavior. The issue is not caused by font settings. These programs disable "international" by default. You have to enable this resource to make them work properly. For example: xmessage -xrm '*international: true' -

  • - - posted a comment on ticket #145

    It's a normal behavior. The issue is not caused by font settings. These programs disable "international" by default. You have to enable this resource to make them work properly. For example: xmessage -xrm "*international: true" -

  • - - created merge request #51

    dtdocbook

  • - - committed [2d90d4]

    dtdocbook: set locale explicitly.

  • - - committed [53a84c]

    doc: set locale explicitly for building doc.

  • - - posted a comment on ticket #144

    Please check your locale settings. Unset LC_ALL and try again.

  • - - posted a comment on ticket #144

    Could you provide more details about your OS? Architecture, version, etc.. It seems OK on Debian 10.

  • - - posted a comment on merge request #50

    Unfortunately, xset doesn't recognize symbolic link.

  • - - created merge request #50

    fontaliases and DESTDIR

  • - - committed [1e7374]

    fontaliases: install to DESTDIR correctly.

  • - - posted a comment on discussion General Discussion

    Please try the latest master branch.

  • - - posted a comment on merge request #49

    Hi, Please try again.

  • - - committed [2a988d]

    dtdocbook: fix a crash caused by type casting.

  • - - created merge request #49

    Fix some issues.

  • - - committed [c051e6]

    dtcm: set default calendar version to avoid segfault.

  • - - committed [3180a9]

    dtdocbook: only check LC_CTYPE to determine the locale for

  • - - committed [c3b1d6]

    DtUtil1: fix a pointer casting issue.

  • - - committed [a046a9]

    dtdocbook: ensure the correct data type is passed into the variable

  • - - posted a comment on discussion General Discussion

    Maybe an endianness issue? Is WORDS_BIGENDIAN defined in cde_config.h?

  • - - posted a comment on ticket #141

    Please unset LC_ALL and try again.

  • - - posted a comment on ticket #141

    Is the en_US.UTF-8 locale available in your OS?

  • - - posted a comment on ticket #140

    CDE needs the following fonts: font-adobe-100dpi font-adobe-75dpi font-bh-100dpi font-bh-75dpi font-bh-lucidatypewriter-100dpi font-bh-lucidatypewriter-75dpi font-daewoo-misc font-isas-misc font-jis-misc font-misc-misc

  • - - posted a comment on discussion General Discussion

    Is the en_US.UTF-8 locale available in your OS?

  • - - committed [1adb29]

    tt: remove an unnecessary macro definition.

  • - - committed [0797e9]

    tt: ensure all versions of mapping can be deleted from portmap.

  • - - created merge request #48

    Fix a ttsession issue.

  • - - committed [2e69f8]

    tt: ensure ttsession is shut down properly.

  • - - committed [1ac963]

    tt: prevent superfluous ttsession processes.

  • - - committed [4d1f62]

    tt: ensure ttsession is shut down properly.

  • - - posted a comment on merge request #47

    An example.

  • - - created merge request #47

    Fix some issues related to documentation.

  • - - committed [3795cd]

    doc: update dtdocbook2infolib related documents.

  • - - committed [fbc297]

    dtinfo: improve font recognition.

  • - - committed [6cb67a]

    dtdocbook: update the token of new line.

  • - - committed [bf7e7b]

    doc: update man pages to display hyphen-minus correctly.

  • - - committed [b796f9]

    dtinfo: fix a crash.

  • - - committed [bad30e]

    dtinfo: fix a highlighting issue.

  • - - committed [c983f2]

    doc: update fonts used in guides.

  • - - committed [14c89d]

    DtSearch: processing multibyte characters based on locale settings

  • - - committed [342386]

    dtinfo: prevent allocating redundant DtPrintSetupData.

  • - - committed [a84595]

    dtinfo: ensure the print setup dialog initializing properly.

  • - - committed [6fdcc6]

    dtinfo: update help callback name to XmNhelpCallback.

  • - - committed [2dabfb]

    doc: update man pages to display   correctly.

  • - - committed [0c0f64]

    doc: update man pages to display   correctly.

  • - - committed [df5cb3]

    doc: update man pages to display   correctly.

  • - - committed [efe9db]

    doc: update man pages to display   correctly.

  • - - committed [f5b1ac]

    doc: update man pages to display “ correctly.

  • - - committed [7368f6]

    doc: update man pages to display ” correctly.

  • - - committed [190556]

    doc: update man pages to display — correctly.

  • - - committed [9904fe]

    doc: update dtdocbook2infolib man page.

  • - - committed [4aeead]

    doc: update dtdocbook2infolib related documents.

  • - - posted a comment on merge request #46

    Yes, you are right! The X and Y of font dialog is saved by the "saveFonts" function in Font.c. The dtstyle seems starts normally now. I didn't see obvious delay when restoring session.

  • - - posted a comment on merge request #46

    Hi, I have tested the style manager on Ubuntu 20.04 by using Xephyr, but I still haven't found the issue. However, another window functions issue about the style manager has been fixed. You could try the new committs. In your screenshot, there is no the "Startup" item in the style manager (please see the attatchment). Did you change any source code or config file?

  • - - committed [a52f98]

    dtstyle: fix window functions.

  • - - posted a comment on merge request #46

    Which OS do you use? I tested it on Fedora, Debian, Ubuntu and didn't see this issue.

  • - - posted a comment on merge request #46

    I have applied this patch. Thanks!

  • - - committed [658e42]

    fontaliases: revise fonts.alias for UTF-8 to display

  • - - committed [9af099]

    fontaliases: add font aliases.

  • - - committed [0188f9]

    fontaliases: make the font aliases to support i18n.

  • - - committed [5b1a66]

    dtlogin: set fontpath to support i18n.

  • - - committed [6e5391]

    cde: update configure.ac.

  • - - committed [2f0a9f]

    cde: update .gitignore.

  • - - committed [b8e98f]

    Remove include of non-existant fonts.am file

  • - - modified a comment on merge request #46

    I'm sorry for inconvenience to you. I have updated the commits. It should be OK. Also, should we be using iso10646 fonts rather than iso8859? Let me try to explain why we need a complicated font alias list. In Xlib, the ISO 10646 encoding doesn't mean more advanced or modern than other encodings. Actually, the ISO 10646 encoding is used as a fall back by Xlib. Please see an example: Aあ. To draw the character "A", Xlib checks and conforms that "A" is a Latin character, then Xlib find "A" from the...

  • - - posted a comment on merge request #46

    I'm sorry for inconvenience to you. I have updated the commits. It should be OK. Also, should we be using iso10646 fonts rather than iso8859? Let me try to explain why we need a complicated font alias list. In Xlib, the ISO 10646 encoding doesn't mean more advanced or modern than other encodings. Actually, the ISO 10646 encoding is used as a fall back by Xlib. Please see an example: Aあ. To draw the character "A", Xlib checks and conforms that "A" is a Latin character, then Xlib find "A" from the...

  • - - committed [6d644d]

    fontaliases: revise fonts.alias for UTF-8 to display

  • - - committed [adbf8b]

    fontaliases: add font aliases.

  • - - committed [a09977]

    fontaliases: make the font aliases to support i18n.

  • - - committed [0d02c3]

    dtlogin: set fontpath to support i18n.

  • - - committed [27f8e3]

    cde: update configure.ac.

  • - - committed [400524]

    cde: update .gitignore.

  • - - updated merge request #45

    Fonts alias 2

  • - - created merge request #46

    Fonts alias new PR

  • - - committed [014bd9]

    Merge branch 'master' into utf8

  • - - committed [9f1e2b]

    cde: update .gitignore.

  • - - posted a comment on merge request #45

    OK, take your time.

  • - - posted a comment on merge request #44

    Thanks for merging!

  • - - posted a comment on merge request #45

    screenshot

  • - - created merge request #45

    Fonts alias 2

  • - - committed [d2411c]

    Merge remote-tracking branch 'autotools/utf8' into utf8

  • - - committed [a3c025]

    fontaliases: add font aliases.

  • - - committed [735205]

    fontaliases: make the font aliases to support i18n.

  • - - committed [72a769]

    dtlogin: set fontpath to support i18n.

  • - - committed [a6032c]

    cde: update configure.ac.

  • - - modified a comment on merge request #44

    screenshots

  • - - modified a comment on merge request #44

    screenshots

  • - - modified a comment on merge request #44

    screenshots

  • - - modified a comment on merge request #44

    screenshots

  • - - posted a comment on merge request #44

    screenshots

  • - - created merge request #44

    Migrate dtinfo and dthelp to UTF-8

1 >