# zypper install trinity-desktop
...
Problem: nothing provides 'libjasper.so.4()(64bit)' needed by the to be installed trinity-tdelibs-14.0.11-1.osstw.x86_64
Solution 1: do not install trinity-desktop-14.0.11-1.osstw.noarch
Solution 2: break trinity-tdelibs-14.0.11-1.osstw.x86_64 by ignoring some of its dependencies
libjasper4-2.0.33-2.1.x86_64.rpm
has been replaced by
libjasper6-3.0.0-1.1.x86_64.rpm
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
Quick note for developers/packagers.
Meta packages in TDE code were located in two subfolders (defaultsettings and metapackages).
They have now been consolidated into the metapackages folder.
"defaultsettings" does not exist any longer.
Cheers
Michele
# zypper install trinity-desktop
...
Problem: nothing provides 'libboost_python-py3.so.1.77.0()(64bit)' needed by the
to be installed trinity-kig-14.0.11-1.osstw.x86_64
Solution 1: do not install trinity-desktop-14.0.11-1.osstw.noarch
Solution 2: break trinity-kig-14.0.11-1.osstw.x86_64 by ignoring some of its
dependencies
# zypper se -s libboost | grep pytho | egrep -v '586|devel'
| libboost_mpi_python-py3-1_78_0 | package | 1.78.0-1.2 | x86_64 | OSS
| libboost_python-py3-1_78_0 | package | 1.78.0-1.2 | x86_64 | OSS
| libboost_python-py3-1_78_0-32bit | package | 1.78.0-1.2 | x86_64 | OSS
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
Hello,
Just wanted to update. The server is currently being updated and will
be down for most of today.
I will have it up with the mirror sometime today but in the meantime
it will be unavailable.
Sorry for the inconvenience.
Michael Manley
Hello
Added HTML5 support to Quanta via https://mirror.git.trinitydesktop.org/gitea/Alexis/tdewebdev/pulls/1
With this contribution is possible in Quanta to select HTML5 as DTD (Menu DTD > Change DTD > HTML5) and the new toolbars will be displayed with new icons that will insert the corresponding tag. The templates are also ready. The names used for the toolbars were already in the translation file, it is not necessary to add new translations to have it e.g. in Spanish.
Things to do:
* The "dtep" need to be improved (traces of HTML4 have remained). I can do it little by little in my spare time, of course help is welcome to speed it up.
* "Source editor" mode is fully functional. "Preview" mode works (actually only the common tags between HTML4 and HTML5 work but it encompasses all the most used ones, the HTML engine I guess doesn't support HTML5). The "VPL editor" mode refuses to activate if HTML5 is selected as DTD (no crash, just not activatable). It may take some (perhaps a lot of) work to achieve this (and unfortunately it is beyond my current capabilities).* With HTML4 as default DTD, opening a new tab with the new document (HTML4) adds the HTML4 toolbars to the HTML5 toolbars (9 toolbars in total). I'm not sure why, it may be easy to fix. With Menu DTD > Change DTD > HTML5, the extra HTML4 toolbars disappear.
Best regards!