wiki:Docs/825gen2/Dev/DeveloperNews

Version 14 (modified by Don Wilson, 7 weeks ago) ( diff )

--

Developer News

2025-03-04 Eclipse Subclipse

After Development VM updates, Subclipse SVN integration with Eclipse may stop working. Command line SVN commands are still working.

To fix subclipse uninstall eclipse. Close Eclipse. The VM eclipse installation is installed with snap. Open a terminal window and type:

cd ~/home/user/snap/eclipse
rm -rf *
snap remove eclipse

Restart the VM.

Instead of using snap to reinstall Eclipse it may be better to download the Eclipse installer from https://www.eclipse.org/downloads/packages/ Right click on the eclipse-inst-jre-linux64.tar.gz and select "Extract" and "Extract Here". Then in the "eclipse-installer" folder double-click eclipse-inst. Select "Eclipse C/C++ Development"

After installing exit Eclipse and install these additional items from the terminal window.

pkcon install rpmlint rpm-build rpmdevtools systemtap-client valgrind

2025-02-14

Comming Soon...

arm825beta lib825ev CTktFlds and CTicket are updated to allow apps to send tickets as emails. These classes are also updated to allow graphical printing to CUPS supported printers connected by Network or USB.

Apps that use these classes for ticket printing can be recompiled with the updated lib825ev to support sending emails and CUPS printing.

It will be necessary to add the ${CUPS_LIBS} and json-c libraries to rebuild the apps.

The Configuration app is updated to specify email server parameters. The Configuration program is being updated to allow formatting graphical tickets. This will allow specifying graphic files such as company logos to print on the ticket.

Note: See TracWiki for help on using the wiki.