Re: [cdesktopenv-devel] Complete Slackware 14.0 build step!

2013-09-08 Thread Edmond Orignac
ain. I have obtained that behavior for entries that repeat over a few days or entries that repeat every week. Have any of these bugs been corrected in CDE 2.2.0d ? Can they be reproduced on other platforms (other Linux distributions, Unix System V or BSD systems) ? Best, Edmond Orignac On

Re: [cdesktopenv-devel] Complete Slackware 14.0 build step!

2013-09-09 Thread Edmond Orignac
the instruction page > says, when in doubt, build from the source. > > > -Original Message- > From: Edmond Orignac > To: cdesktopenv-devel > Sent: Sun, Sep 8, 2013 8:52 am > Subject: Re: [cdesktopenv-devel] Complete Slackware 14.0 build step! > > > Ther

[cdesktopenv-devel] dtcm and timezones

2014-03-09 Thread Edmond Orignac
nstall the new one by installCDE -s ? Obviously, these problems with the time of recurring events changing as as the local time switches to DST would not be present if the time was stored as local time instead of UTC. Is there such an option in dtcm ? With best wishes, Edmond Orignac ---

Re: [cdesktopenv-devel] dtcm and timezones

2014-03-10 Thread Edmond Orignac
I am replying to my original message to add some precisions. As I explained in my previous message, dtcm has switched to Daylight Saving Time (UTC+2) yesterday (as expected for North America) although in the European Union the switch to Daylight Saving Time is scheduled for March 30. The analo

Re: [cdesktopenv-devel] dtcm and timezones

2014-03-11 Thread Edmond Orignac
March 30. So the function used in dtcm_lookup to print the calendar entries did not have the bug. Now both dtcm and dtcm_lookup are giving consistent results for time of appointments. Best, E. Orignac On 03/11/2014 02:01 AM, Jon Trulson wrote: > On Mon, 10 Mar 2014, Edmond Orignac wr

[cdesktopenv-devel] Conversion vCalendar -> XAPIA

2014-03-29 Thread Edmond Orignac
http://opensource.org/licenses/MIT Otherwise, there are better programs in Perl by Adam Stein at: http://www.csh.rit.edu/~adam/Progs/programs.html but they require to install some extra Perl libraries. Best wishes, Edmond Orignac BEGIN {FS=":"} # My attempt at converting .ics files into XAP

Re: [cdesktopenv-devel] GDE, the GNU Desktop Environment (Was: Re: OS X and Autotools)

2014-11-22 Thread Edmond Orignac
On Fri, Nov 21, 2014 at 07:39:09PM -0200, Bruno Félix Rezende Ribeiro wrote: >> Em Wed, 19 Nov 2014 14:05:53 -0700 (MST) >> Jon Trulson escreveu: >>> Now CDE is an open source project, but we would *really* like to avoid >>> being forced into a specific license if at all possible - this is why

Re: [cdesktopenv-devel] Other CDE and Motif related goodies out there

2014-11-30 Thread Edmond Orignac
On 29/11/2014 20:28, Richard L. Hamilton wrote: > If someone gets it working and wants to jazz it up a bit, there’s other > goodies out there. > > xlockmore - some versions (google for it) included the ability to build with > CDE support; I have an extended action file to invoke that with the

Re: [cdesktopenv-devel] Where to add new filetypes?

2015-03-08 Thread Edmond Orignac
Environment (CDE)# # (c) Copyright 2014, Edmond Orignac # # Released under MIT License # # # # So

[cdesktopenv-devel] CUPS, locales and dtprintinfo

2015-03-16 Thread Edmond Orignac
I have found a problem with dtprintinfo when using CUPS with a locale other than "C". If the locale is set to fr_FR.ISO8859-1 the CUPS lpq message "no entries" is translated into "aucune entrée" and if it is set to it_IT.ISO8859-1 the message "no entries" becomes "nessuna voce". The code in pro

Re: [cdesktopenv-devel] CUPS, locales and dtprintinfo

2015-03-18 Thread Edmond Orignac
(strcmp(tmp, "Files")) but it does not prevent the listing of the files in the queue. I am attaching the patch. On 18/03/2015 02:21, Jon Trulson wrote: On Mon, 16 Mar 2015, Edmond Orignac wrote: I have found a problem with dtprintinfo when using CUPS with a locale other than "C&quo

Re: [cdesktopenv-devel] CUPS, locales and dtprintinfo

2015-03-19 Thread Edmond Orignac
Here is the patch generated by git format-patch -1 On 19/03/2015 19:21, Jon Trulson wrote: On Wed, 18 Mar 2015, Edmond Orignac wrote: I have just tried inserting the LANG=C in the commands used by dtprintinfo using the latest CVS source. This allows dtprintinfo to work with the fr_FR, it_IT

Re: [cdesktopenv-devel] OpenBSD 5.7 AMD64 fails to compile

2015-06-14 Thread Edmond Orignac
Hi, The compilation of dtlogin fails because of undefined references to `setkey' and to `encrypt'. Those are POSIX and System V functions, but they may need compatibility libraries on BSD. The warnings: target ../../imports/x11/lib/libXau.a (prerequisite of: dtlogin) does not have any command

Re: [cdesktopenv-devel] Working on CDE integration for Ida (can anyone test?)

2015-06-14 Thread Edmond Orignac
Hello, I have tested your patch on the git version of fbida. To make ida compile with gcc 4.3.3 , I had to change the line RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes in GNUmakefile. There are french translations of the manual pages with UTF-8 encoded accents, that don't

[cdesktopenv-devel] dtcm and DST

2016-01-14 Thread Edmond Orignac
.gmane.org/gmane.os.tru64.managers/3863 http://article.gmane.org/gmane.os.tru64.managers/3866 Edmond Orignac -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App in

Re: [cdesktopenv-devel] dtcm and DST

2016-01-16 Thread Edmond Orignac
Sunbird). So dtcm retains some usefulness even if it has bugs or limitations that the user has to work around. Maybe the Motif programs plan or xdiary (if they only use local time to store events) could be a better alternative to recommend to CDE users if they don't need to share a calenda

Re: [cdesktopenv-devel] dtcm and DST

2016-01-18 Thread Edmond Orignac
not Europe, the event should occur at 10 +1 >> but instead occurs at 10 +2. >> >> It is as if dtcm was using the North American rule to determine whether DST >> is on or off, but used

Re: [cdesktopenv-devel] Some plans and some questions

2016-04-29 Thread Edmond Orignac
On 28/04/2016 20:09, Danilo Schöneberg wrote: > Moin, > > There is one system left I'm checking out the build for - Linux From > Scratch. I'm building it right now (the system. Not CDE yet). > > I have ten days of vacation coming up, I was thinking about what to do. > I'm completely useless at s

Re: [cdesktopenv-devel] Some plans and some questions

2016-04-30 Thread Edmond Orignac
On 30/04/2016 07:13, Isaac Dunham wrote: > On Thu, Apr 28, 2016 at 08:09:27PM +0200, Danilo Schöneberg wrote: >> Moin, >> >> There is one system left I'm checking out the build for - Linux From >> Scratch. I'm building it right now (the system. Not CDE yet). >> >> I have ten days of vacation comi

Re: [cdesktopenv-devel] Some plans and some questions

2016-05-01 Thread Edmond Orignac
On 30/04/2016 17:30, Brent Busby wrote: > Edmond Orignac writes: > >> xmmixer was designed for use with OSS and is working at least on Linux >> with ALSA and OSS emulation. > > Since it's a Motif program, it would seem to be the best choice if we're > ne

Re: [cdesktopenv-devel] firefox + gtk3

2016-05-06 Thread Edmond Orignac
On 05/05/2016 16:06, Antonis Tsolomitis wrote: > On 05/05/2016 04:01 μμ, Chris Wareham wrote: >> On 04 May 2016 at 21:48 Antonis Tsolomitis >> wrote: >>> I was using firefox themed to match CDE by setting the GTK2_RC_FILES >>> variable >>> to point to a suitable resource file. >>> >>> But Ubunt

Re: [cdesktopenv-devel] Wish List from the user point of view

2016-05-23 Thread Edmond Orignac
On 23/05/2016 08:08, Antonis Tsolomitis wrote: > > I think it is useful to have a public Wish List. > > So I put here some wishes adding two issues (item 4 and 5) to my > previous list. > > 1. Modern font handling with full unicode support (now based on old xorg > mechanism) > > 2. A mixer with v

[cdesktopenv-devel] Conversion vcs to XAPIA format

2016-06-16 Thread Edmond Orignac
preparation, I am sending the new script to the list. I am also sending a script that creates appointments for (Roman Catholic) Easter, Ascencion Day and Whit Sunday. It might also be distributed with CDE in contrib/ under the terms of MIT license. #/usr/bin/awk -f # Edmond Orignac (c) 2016. This

[cdesktopenv-devel] Linux builds

2016-10-02 Thread Edmond Orignac
I have come across prebuilt packages of CDE for : * OpenSUSE (rpm) by Howard Guo https://build.opensuse.org/package/show/home:guohouzuo/cde * SparkyLinux (apt) http://sparkylinux.org/cde-common-desktop-environment/ These Linux distributions are not listed on the Supported platforms or LinuxBuil

Re: [cdesktopenv-devel] Shutdown / Reboot from dtlogin

2016-10-19 Thread Edmond Orignac
For the suspend to RAM question, without systemd one would need to create another startsuspend script with the command #!/bin/bash sleep 3 echo mem >/sys/power/state # if we want suspend to RAM (S3) echo disk > /sys/power/state # if we want suspend to Disk (S4) and modify the sudoers config file

[cdesktopenv-devel] Fwd: Dtmail translations and VCS to XAPIA conversions

2016-11-27 Thread Edmond Orignac
iculty for the translator. >From 10dccafb9fec9d91ba5025ec866c1d8b34023b68 Mon Sep 17 00:00:00 2001 From: Edmond ORIGNAC Date: Thu, 3 Nov 2016 19:43:14 +0100 Subject: [PATCH 1/2] Reformatted README. Added support for numeric timezone and for todo items in vcal2xapia. --- cde/contrib/vcal

Re: [cdesktopenv-devel] Fwd: Dtmail translations and VCS to XAPIA conversions

2016-12-06 Thread Edmond Orignac
I have applied the patches directly to the master branch and generated a new patch. I hope this one is applicable, otherwise it seems that I will have to erase the CDE directory to regenerate a clean master branch. On 02/12/2016 03:46, Jon Trulson wrote: On Sun, 27 Nov 2016, Edmond Orignac

[cdesktopenv-devel] dtmail translations

2017-01-02 Thread Edmond Orignac
the master branch. This time, I have applied my changes to a copy of the current master branch. I hope it can be applied. The second one adds a short manual page for vcal2xapia. >From 4e60d6f193713ff2931b3fecab33a494d9273ee8 Mon Sep 17 00:00:00 2001 From: Edmond ORIGNAC Date: Mon, 2 Jan

Re: [cdesktopenv-devel] dtmail translations

2017-01-03 Thread Edmond Orignac
I have checked that the file displays correctly the accents on my computer with the ISO-8859-1 locale. Here is a gzipped file 0001-DtMail I hope there will be no delivery problems. On 03/01/2017 01:46, Jon Trulson wrote: On Mon, 2 Jan 2017, Edmond Orignac wrote: Here is the patch for the

[cdesktopenv-devel] Local vulnerabilities

2017-04-23 Thread Edmond Orignac
The Register mentions that a vulnerability against a local attacker has been patched in "Common Desktop Environment on Solaris 10 that is exploited by the NSA's now-public EXTREMEPARR tool to seize control of vulnerable machines" (CVE-2017-3622) https://www.theregister.co.uk/2017/04/19/oracle_ap

[cdesktopenv-devel] SPEC file for Scientific Linux

2017-05-07 Thread Edmond Orignac
-,root,root,-) %doc CONTRIBUTORS COPYING README copyright %{_prefix}/dt %{_localstatedir}/dt %config %{_sysconfdir}/dt %changelog * Fri Dec 9 2016 Edmond Orignac - Added ksh and libXscrn-devel as dependencies * Thu Aug 23 2012 David Cantrell <dcantr...@redhat.com> - 2.2.0-3.20120816gitce4004f - Unp

[cdesktopenv-devel] SPEC file for Linux CentOS 7

2018-06-19 Thread Edmond Orignac
ING README copyright HISTORY %{_prefix}/dt %attr(1777, root, root) %{_localstatedir}/dt %config %{_sysconfdir}/ld.so.conf.d/dt.conf %config %{_sysconfdir}/profile.d/dt.sh %config %{_sysconfdir}/profile.d/dt.csh %config %{_sysconfdir}/dt %config %{_sysconfdir}/xinetd.d/cmsd %config %{_sysconfdir}/xinetd

Re: [cdesktopenv-devel] es_ES.UTF-8 localizing

2018-06-27 Thread Edmond Orignac
On the question of localizing, I have written some notes at: http://edmond.orignac.pagesperso-orange.fr/localisation.en.html By experimenting with an Occitan locale and a Latin locale on linux, I can say that what matters is whether an underlying linux locale is already present. In the case of

[cdesktopenv-devel] ISO8859-1 to UTF-8

2018-07-01 Thread Edmond Orignac
To convert an existing ISO8859-1 message catalogue to UTF-8, the procedure (using fr_FR as example) is  as follows. 1) create a directory fr_FR.UTF-8 and the subdirectories app-defaults  backdrops  config  dtsr  msg  palettes  types 2) copy the messages in ISO-8859-1 under the fr_FR.UTF8/msg d

Re: [cdesktopenv-devel] ISO8859-1 to UTF-8

2018-07-02 Thread Edmond Orignac
iso10646 fonts, right? -jon On 07/01/2018 02:34 AM, Edmond Orignac wrote: To convert an existing ISO8859-1 message catalogue to UTF-8, the procedure (using fr_FR as example) is as follows. 1) create a directory fr_FR.UTF-8 and the subdirectories app-defaults  backdrops  config  dtsr  msg

Re: [cdesktopenv-devel] Integration of Antonis Tsolomitis' desktop_approots tarball, with some changes

2018-07-20 Thread Edmond Orignac
I remember that there was an image viewer using Motif called fbida (https://www.kraxel.org/blog/linux/fbida/)  that was discussed on this list  for a possible CDE integration. https://sourceforge.net/p/cdesktopenv/mailman/message/34268695/ The program XImaging https://sourceforge.net/projects/

Re: [cdesktopenv-devel] Integration of Antonis Tsolomitis' desktop_approots tarball, with some changes

2018-07-21 Thread Edmond Orignac
efore we add anything new... We still have many compiler warnings and duplicate programs that could be replaced by packages (nsgmls, jpeg, etc...) Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On July 20, 2018 3:07 PM, Edmond Orignac wrote: I remember that there was an image

Re: [cdesktopenv-devel] "Curated" CDE environments

2019-01-09 Thread Edmond Orignac
I know that SparkyLinux, a Debian derivative, has a CDE desktop http://sparkylinux.org/cde-common-desktop-environment/ but I haven't tried it, and I am unsure about its quality. There are precompiled packages by David Cantrell for RHEL/CentOS/Fedora/Scientific Linux at https://copr.fedorainf

[cdesktopenv-devel] Window title bars with UTF-8 locales

2019-02-10 Thread Edmond Orignac
I have noticed a small problem with window title bars when using fr_FR.UTF-8 as the locale. As you can see in the attached pictures, while accented letters are displayed correctly in the menu bar, in the main panel, in the status line, in the path line and in the graphical representation o

Re: [cdesktopenv-devel] ArchLinux Build

2019-04-01 Thread Edmond Orignac
Le 01/04/2019 à 08:32, Antonis Tsolomitis a écrit : [atsol@thinkpad ~]$ hostname thinkpad [atsol@thinkpad ~]$ cat /etc/hosts # Static table lookup for hostnames. # See hosts(5) for details. 127.0.0.1 localhost ::1      localhost 127.0.0.1 thinkpad.localdomain thinkpad [atsol@thinkpad ~]$ Do y

[cdesktopenv-devel] SPEC file for PCLinuxOS

2019-05-25 Thread Edmond Orignac
t,root,-) %doc CONTRIBUTORS COPYING README copyright HISTORY %{_prefix}/dt %attr(1777, root, root) %{_localstatedir}/dt %config %{_sysconfdir}/ld.so.conf.d/dt.conf %config %{_sysconfdir}/profile.d/dt.sh %config %{_sysconfdir}/profile.d/dt.csh %config %{_sysconfdir}/dt %config %{_sysconfdir}/xine

Re: [cdesktopenv-devel] dtksh fails to build on Fedora 30

2019-06-25 Thread Edmond Orignac
These errors seem to result from missing include files. The major/minor functions are defined in sys/sysmacros.h on Ubuntu Linux, but maybe this is different in Fedora. The types Sfio_t off_t should be defined in ast include files (stdio.h for Sfio), so the error is more surprising. Le 2

Re: [cdesktopenv-devel] CDE 2.3.2 has been released

2020-01-19 Thread Edmond Orignac
On the IMAP issue, there is a file IMAPServer.C in programs/dtmail/libDtMail/Common that seems to be handling the interaction with an IMAP server v2bis or v4. But this is only for an unencrypted connection. My ISP for instance are using IMAP over SSL so dtmail cannot be used to access their s

[cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-02-29 Thread Edmond Orignac
I have noticed something that seems odd with the functions XmTextGetString and XmTextFieldGetString. When these functions are called to read the text typed in an XmText widget, they cause a segmentation fault. However, using XtGetValues instead avoids the segmentation fault. I have the impre

Re: [cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-03-09 Thread Edmond Orignac
Hi, the patch is working on Ubuntu 64bits. dtksh does not coredump anymore when using XmTextFieldGetString or XmTextGetString. E. Le 08/03/2020 à 22:09, Jon Trulson a écrit : Hi, Please try the attached patch and let me know if it works for you. -jon On 3/8/20 1:44 AM, Edmond Orignac

Re: [cdesktopenv-devel] CDE availability

2020-05-17 Thread Edmond Orignac
There used to be also packages on COPR for Fedora and RHEL/CentOS/Scientific Linux built from David Cantrell's SPEC file. But recently, the repository was empty, indicating that the build had failed. Now, it has disappeared from COPR. I have tried to build CDE 2.3.2 from that SPEC file. Althou

Re: [cdesktopenv-devel] CDE availability

2020-05-21 Thread Edmond Orignac
L I have tried to build CDE 2.3.2 from that SPEC file. Although the build succeeds, the installation in BUILDROOT fails. The reason is that InstallCDE instead of installing the desktop under the BUILDROOT/{usr,etc,var} directories attempts to install it under /usr,/etc,/var as if no options

Re: [cdesktopenv-devel] git version fails to build on Debian derivative PureOS

2020-11-08 Thread Edmond Orignac
Is the italian locale installed ? on Ubuntu 20.04, locale -a |grep -i iso8859 gives de_DE.iso88591 es_ES.iso88591 fr_FR.iso88591 it_IT.iso88591 and the CDE build succeeds. Another possibility is that the build of the documentation fails when the locale is UTF-8. You could try to do export L

Re: [cdesktopenv-devel] [cdesktopenv:tickets] #91 Localization issues with building on arch?

2020-11-08 Thread Edmond Orignac
Le 08/11/2020 à 19:26, Marcin Cieslak a écrit : On Sun, 8 Nov 2020, Antonis Tsolomitis wrote: Indeed. I verify that this difference is present: [atsol@convex ~]$ locale -a |grep -i iso8859 de_DE.iso88591 es_ES.iso88591 fr_FR.iso88591 it_IT.iso88591 [atsol@convex ~]$ locale -a |grep -i UTF

Re: [cdesktopenv-devel] SDL games do not render properly in CDE

2021-02-13 Thread Edmond Orignac
What version of SDL is used on respectively OpenBSD, FreeBSD and Archlinux ? What window managers have you tried besides mwm, dtwm and fvwm ? You say that both abuse and c-dogs work with CDE. Have you tried lbreakout ? It is an SDL game, and I remember that it was working with the LGPL CDE

Re: [cdesktopenv-devel] Announcement of dtpower: a powermonitoring dockapp for the CDE frontpanel

2021-02-24 Thread Edmond Orignac
Interesting program. I have a script in dtksh to monitor the battery on a laptop with Linux 4.x at https://github.com/edorig/dtksh it uses the files under /sys/ to obtain data on battery charge etc... dtbattery.ds shows detailed information, while battery shows a simple XmScale with the b

[cdesktopenv-devel] Asian language support

2021-03-05 Thread Edmond Orignac
I have experimented a bit with the Japanese messages in CDE.Using the script below, I have converted the .msg files and copied them to /usr/dt/lib/nls/msg/ja_JP.eucjp. #!/bin/sh # generates .cat files from a set of .msg files for i in *.msg; do LANG=ja_JP.eucjp gencat -o `basename $i .msg`.cat

[cdesktopenv-devel] simplified Chinese, Japanese and Korean locales

2021-03-13 Thread Edmond Orignac
I have been able to generate the message catalogs, application defaults, action definitions and miscellaneous configuration files for simplified Chinese (zh_CN) Japanese (ja_JP.eucjp) and Korean (ko_KR.euckr). The resulting files are there https://github.com/edorig/cde-utf8 with the shell s

[cdesktopenv-devel] conversion to HTML of SGML documentation

2021-03-27 Thread Edmond Orignac
I have written a shell script and a sed script to convert the guides in SGML format to HTML. I am attaching them to the present email. I am releasing them under MIT License. The scripts have been tested on the French and the Japanese user guides and sysadmin guides. In both cases, the conv

[cdesktopenv-devel] [patch] dtcm crashes with the ja_JP.eucjp locale

2021-04-03 Thread Edmond Orignac
view of the calendar remains blank * The month view shows '7n' instead of the Kanji for month * The Kanjis of some days in the month view are replaced by alphanumeric characters. >From 18de9753e526d718a4895c32643be4058817647e Mon Sep 17 00:00:00 2001 From: Edmond Orignac Dat

Re: [cdesktopenv-devel] build currently broken at dtksh

2021-04-08 Thread Edmond Orignac
There has been a change announced on 31/01/2021 by Jon Trulson in the mailing list. The ksh93 code needed to build dtksh must be fetched using git clone --recursive https://git.code.sf.net/p/cdesktopenv/code cdesktopenv-code then you can make World. It has worked for me on Ubuntu 20.04 on 3/

Re: [cdesktopenv-devel] crashing on Manjaro Linux

2022-11-02 Thread Edmond Orignac
It is difficult to see what could be freezing your session the second time you log in. I haven't seen this issue on Ubuntu with CDE 2.5.0. I have only a few suggestions to try to detect the origin of the problem. Have you examined the files created under .dt/sessions ? Is there something sta

[cdesktopenv-devel] dtlogin and alternative desktops

2023-03-17 Thread Edmond Orignac
I have remarked an oddity with alternative desktop definitions in dtlogin. If I create under /etc/dt/config/C/Xresources.d/ a file 250.session with content Dtlogin*altDtsIncrement: True Dtlogin*altDtName: MWM Dtlogin*altDtKey: /usr/bin/mwm Dtlogin*altDtStart: /etc/dt/config/Xsession.mwm Dtlogin

[cdesktopenv-devel] Script to convert XML mime type definitions to .dt

2023-04-06 Thread Edmond Orignac
Here is a script that takes XML files under /usr/share/mime to create type definitions in the format of a .dt file. Example of use: awk -f xml2dt.awk This script can be used with Isaac Dunham's desktop2dt. desktop2dt is used to generate the actions, and xml2dt generates the associated datat

[cdesktopenv-devel] XNedit and dtfile

2023-05-15 Thread Edmond Orignac
Dear fellow CDE users, There is on sourceforge a version of Nirvana Editor (NEdit) that can work with UTF-8 encoding called XNEdit.  https://sourceforge.net/p/xnedit/code/ci/master/tree/ For the older NEdit, that only accepted ISO8859-1 encoding, there was a patch by Per Grahn that allowed

Re: [cdesktopenv-devel] CDE on Raspberry Pi 4 (64-bit OS) possible tweaks?

2023-06-06 Thread Edmond Orignac
Le 01/06/2023 à 08:55, Johannes von Rotz a écrit : On 5/31/23 19:46, Richard L. Hamilton wrote: I can e.g. run dtpad from a command, although it takes a long time to start, since ttdbserverd and/or ttesssion are not running. Hi Richard * add a session to those CDE knows about I had some s

[cdesktopenv-devel] Formatting paragraphs with dtpad

2024-05-16 Thread Edmond Orignac via cdesktopenv-devel
I have noticed a curious behavior in dtpad. When trying to format a paragraph using the Format menu, dtpad erases the paragraph under the cursor instead of wrapping long lines. If I try to format the whole document, all the text disappears. This can be fixed by an immediate undo. I have no

Re: [cdesktopenv-devel] Formatting paragraphs with dtpad

2024-05-16 Thread Edmond Orignac via cdesktopenv-devel
Le 16/05/2024 à 20:11, Marcin Cieslak a écrit : On Thu, 16 May 2024, Edmond Orignac via cdesktopenv-devel wrote: I have noticed a curious behavior in dtpad. When trying to format a paragraph using the Format menu, dtpad erases the paragraph under the cursor instead of wrapping long lines

Re: [cdesktopenv-devel] Formatting paragraphs with dtpad

2024-05-18 Thread Edmond Orignac via cdesktopenv-devel
Le 18/05/2024 à 02:45, Cy Schubert a écrit : My guess is some pointer is getting mangled somewhere. Is the machine you're on 64-bit or 32-bit? (I've configured the FreeBSD port/package to only build/run on 64-bit architectures because on i386 it cannot bind to temporary type va_list whereas on

Re: [cdesktopenv-devel] Packaging request bug for Ubuntu and translation in Turkish

2024-06-22 Thread Edmond Orignac via cdesktopenv-devel
s packaged for Ubuntu, that would be the report to follow I guess. If you have an account there, feel free to correct any mistakes I might have made. Also, I would like to translate CDE in Turkish during the next year or so (at best), when my current projects are finished. I remember a page

[cdesktopenv-devel] Is this a bug in dtksh ?

2025-03-15 Thread Edmond Orignac via cdesktopenv-devel
of the TextField widget that only worked because of a bug in dtksh. I remember the program has worked on Ubuntu 20.04 LTS and older version of CDE, but my current system is Linux Ubuntu 22.04 LTS with CDE 2.5.2. #!/usr/dt/bin/dtksh # (c) Edmond Orignac, 2025 # released under MIT license

[cdesktopenv-devel] Issues with icon selection and application file popups in dtcreate

2025-05-04 Thread Edmond Orignac via cdesktopenv-devel
I have noticed a curious behavior in dtcreate when trying to bing icon selection of application file selection popups. Clicking on the button to search for an icon brings a popup window 'Create action search', but the window remains empty. It does not react to clicks or keyboard presses and

Re: [cdesktopenv-devel] Is this a bug in dtksh ?

2025-05-23 Thread Edmond Orignac via cdesktopenv-devel
ify XmTextField seems to be correct. Am 10.03.25 um 19:39 schrieb Edmond Orignac via cdesktopenv-devel: I am unsure if this is a bug in dtksh or if I am using an illegal instruction. The program below terminates with a segmentation fault error when I try to use it. The segmentation fault