<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Studiosg  - Recent changes [en]</title>
		<link>http://www.giustetti.net/wiki/index.php?title=Special:RecentChanges</link>
		<description>Track the most recent changes to the wiki in this feed.</description>
		<language>en</language>
		<generator>MediaWiki 1.35.5</generator>
		<lastBuildDate>Sat, 04 Jul 2026 17:01:34 GMT</lastBuildDate>
		<item>
			<title>En/Trinity desktop environment 14.1.6</title>
			<link>http://www.giustetti.net/wiki/index.php?title=En/Trinity_desktop_environment_14.1.6&amp;diff=1485&amp;oldid=0</link>
			<guid isPermaLink="false">http://www.giustetti.net/wiki/index.php?title=En/Trinity_desktop_environment_14.1.6&amp;diff=1485&amp;oldid=0</guid>
			<description>&lt;p&gt;Added TDE 14.1.6 page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{header_en|title=Installing TDE 14.1.6 on Slackware / SlackwareArm Linux 15.0 | keyword={{Template:keyword_en_tde}} | description=Building, installing and configuring working TDE 14.1.6 packages on Slackware / SlackwareArm Linux 15.0 | link_page=trinity_desktop_environment_14.1.6}}&lt;br /&gt;
&lt;br /&gt;
== '''TDE 14.1.6 and Slackware 15.0''' ==&lt;br /&gt;
&lt;br /&gt;
Right on time, 14.1.6 the new stable release of the '''Trinity Desktop Environment''' was released last April. A minor upgrade version that introduces small fixes and improvements to an already very stable and well-established graphical environment for '''UNIX'''. As usual, as soon as I had some free time to spare for the project, I took care of building and testing all the packages that constitute TDE for Slackware Linux.&lt;br /&gt;
&lt;br /&gt;
No significant changes were introduced since the previous 14.1.5 release from the perspective of compiling software end building working packages from source code. I was particularly keen to revisit the issues I had with the '''PERL''' programming language bindings, which worked for years, but have been having issues since version 14.1.5 of TDE. Unfortunately, such issues afflicting the previous release are still there and I was still unable to produce a working package for '''libTQt-Perl'''. Having all but one of the basic system packages leaves a bad taste in my mouth, but due to my lack of knowledge of PERL I am unable to approach the task and find a solution.&lt;br /&gt;
&lt;br /&gt;
The errors encountered while compiling the '''libTQt-Perl''' source code [[en/Trinity_desktop_environment_14.1.5#LibTQt-Perl | mirror those described 6/7 months ago]] and I will not report here again the outcome of the tests carried out. Anyone interested in learning more about this can follow the link for more information. Should anyone be able to solve the issue, please e-mail me the procedure '''at my e-mail address''': studiosg@giustetti.net. A mention on these pages is up as a no-prize.&lt;br /&gt;
&lt;br /&gt;
=== What Changed in 14.1.6 ===&lt;br /&gt;
TDE has been around for quite some time an is now considered a stable project; changes between releases are never substantial. The transition from 14.1.5 to 14.1.6 introduced some significant changes only in the localization packages collectively labeled '''tde-i18n'''. In release 14.1.6, a new ''slack-desc'' file and related '''tde-i18n-ia''' package were introduced for '''Interlingua''': A constructed international auxiliary language. Moreover the '''tde-i18n-xh''' package for the '''Xhosa''' language, mainly used in South Africa, was removed. There are no other notable changes to the list of packages included in the TDE build tree.&lt;br /&gt;
&lt;br /&gt;
=== Building Packages ===&lt;br /&gt;
In order to build TDE successfully, please '''remove any installed TDE packages from your Linux box''', logout then login again in order to reset the environment variables, removing unwanted TDE options. Before you start you are strongly suggested to:&lt;br /&gt;
* Back-up all of your data, the configuration directory ''&amp;amp;tilde;/.trinity'' and the configuration file ''''&amp;amp;tilde;/.tderc'' in your home directory. I never experienced any data loss or other issue updating, but you definitely want to have a fail-safe in case any of that should happen.&lt;br /&gt;
* Removing TDE packages means no graphical interface will be available until the new release will be ready. The required time interval depends on your machine. You are suggested to switch to runlevel 3 (Command Line Interface) for the duration of the procedure:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   init 3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Remove all previously installed TDE packages. To remove release 14.1.5, for example, execute command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   removepkg /var/log/packages/*trinity-14.1.5*&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Delete configuration scripts left over by the '''removepkg''' command.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   rm /etc/profile.d/tqt3.*&lt;br /&gt;
   rm /etc/profile.d/trinity.*&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Logout, then login again as user '''root''' to ensure that all references pointing to TDE are removed from the environment configuration.&lt;br /&gt;
* Install or update some packages required by TDE. Optional packages include:&lt;br /&gt;
* '''Heimdall''';&lt;br /&gt;
* '''Imlib''';&lt;br /&gt;
* '''Linxslt''' if you use the XML debug functionality;&lt;br /&gt;
* Compilers and other tools used too build software;&lt;br /&gt;
* Programming languages to bind to TDE (Optional);&lt;br /&gt;
If you don't install the prerequisites, some functionality could go missing for the resulting packages.&lt;br /&gt;
&lt;br /&gt;
=== Ready the Build Tree ===&lt;br /&gt;
The Trinity Desktop Environment includes about 50 packages which require building and installing in the right order. Download the source code, available as a big tar archive, decompress it and move the resulting compressed files in the proper directory.&lt;br /&gt;
* Download and decompress [http://www.giustetti.net/resource/slackbuild/tde/1416/tde_build_tree_sg-14.1.6.tar.xz the build tree archive] in a local directory. Both ''/tmp'' and ''/usr/src/tde-14.1.6'' are valid candidates.&lt;br /&gt;
* Download and decompress the '''tar''' archive containing the [https://mirror.ppa.trinitydesktop.org/trinity/releases/R14.1.6/R14.1.6-complete.tar source code for '''all''' of the packages].&lt;br /&gt;
* Move the compressed source code archives in the target directories. Every archive with '''tar.xz''' extension to the directory bearing the same name.&lt;br /&gt;
* Set the build options required by your CPU. For a computer with a 64 bit Amd CPU inside, for example, use the following command:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   rm TDE.options&lt;br /&gt;
   ln -s TDE.options.x86_64 TDE.options&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Move to the directory where script '''TDE.SlackBuild''' is located.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   cd ./tde_build_script/bin&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* If you wish to build all of the localization packages together with the base ones, update the main build script '''tde_build_script/bin/TDE.SlackBuild''' turning lines&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
      # Build package&lt;br /&gt;
   #   bash ./${PKG}.SlackBuild&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
into&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
      # Build package&lt;br /&gt;
      bash ./${PKG}.SlackBuild&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run the main script and wait patiently for its conclusion:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   sh ./TDE.SlackBuild&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The script will build each and every package in the base, library and prerequisite group then install and configure them. A full installation will require several hours. When the script will finish, TDE will be installed and ready for use. The script will stop before its programmed conclusion only when encountering issues such as a missing dependency packages, a missing build tool or something similar.&lt;br /&gt;
&lt;br /&gt;
* Check the Trinity Desktop Environment installation running the '''startx''' command to load the graphical interface.&lt;br /&gt;
* Last, whoever usually starts its Linux box in GUI mode should close the TDE session and revert the runlevel to 4:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   init 4&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== The Updated Build Tree ===&lt;br /&gt;
The updated build tree can be downloaded from the following link: [http://www.giustetti.net/resource/slackbuild/tde/1416/tde_build_tree_sg-14.1.6.tar.xz tde_build_tree_sg-14.1.6.tar.xz]. The tar archive includes every and each SlackBuild script, patch and configuration file. The archive will be updated in the future if and when patches for the '''LibTQt-Perl''' package will be released. The package will be unusable until then.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CONCLUSIONS ==&lt;br /&gt;
&lt;br /&gt;
This web page includes brief instructions to successfully install TDE 14.1.6 on Slackware Linux from source code. Al of the scripts were provided along with some example commands. All the of the build, installation, configuration and subsequent use tests were conducted on '''64 and 32 bits AMD CPUs running an up to date version of Slackware Linux 15.0'''. In conclusion, the deserved praises to all of the '''TDE''' developers for their commitment and efforts are renewed. Check back in a semester for the usual update.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For any feedback, questions, errors and such, please e-mail me at ''studiosg [at] giustetti [dot] net''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
External links&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [http://www.slackware.com Slackware home page]&lt;br /&gt;
* [http://arm.slackware.com Slackware Linux for the ARM architecture]&lt;br /&gt;
* [http://www.trinitydesktop.org TDE home page]&lt;br /&gt;
* [https://mirror.ppa.trinitydesktop.org/trinity/releases/R14.1.6/downloads.html TDE download links]&lt;br /&gt;
* [https://wiki.trinitydesktop.org/Release_Notes_For_R14.1.6 TDE 14.1.6 release notes]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{footer_en | link_page=trinity_desktop_environment_14.1.6}}&lt;/div&gt;</description>
			<pubDate>Mon, 15 Jun 2026 14:21:09 GMT</pubDate>
			<dc:creator>Wikiuser</dc:creator>
			<comments>http://www.giustetti.net/wiki/index.php?title=Talk:En/Trinity_desktop_environment_14.1.6</comments>
		</item>
		<item>
			<title>Trinity desktop environment 14.1.6</title>
			<link>http://www.giustetti.net/wiki/index.php?title=Trinity_desktop_environment_14.1.6&amp;diff=1484&amp;oldid=0</link>
			<guid isPermaLink="false">http://www.giustetti.net/wiki/index.php?title=Trinity_desktop_environment_14.1.6&amp;diff=1484&amp;oldid=0</guid>
			<description>&lt;p&gt;Aggiunto pagina dedicata a TDE 14.1.6&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{header_it|title=Installazione di TDE 14.1.6 su Slackware / SlackwareArm Linux 15.0 | keyword={{Template:keyword_it_tde}} | description=Installazione di Trinity Desktop Environment 14.1.6 su Slackware / SlackwareArm Linux 15.0 | link_page=en/Trinity_desktop_environment_14.1.6 }}&lt;br /&gt;
&lt;br /&gt;
== '''TDE 14.1.6 su Slackware 15.0''' ==&lt;br /&gt;
&lt;br /&gt;
Con la consueta puntualit&amp;amp;agrave; lo scorso Aprile &amp;amp;egrave; stata rilasciata la nuova versione stabile del '''Trinity Desktop Environment''': la 14.1.6. Un rilascio minore che apporta piccole correzioni e migliorie ad un ambiente grafico per '''UNIX''' gi&amp;amp;agrave;  molto stabile e rodato. Come sempre, non appena ho avuto un po' di tempo libero da dedicare all'impresa, mi sono occupato di compilare e testare tutti i pacchetti che costituiscono la base di TDE.&lt;br /&gt;
&lt;br /&gt;
Dal punto di vista della compilazione e della generazione dei pacchetti non sono state introdotte modifiche significative rispetto al rilascio precedente: 14.1.5. Mi premeva particolarmente ritornare sulla questione delle librerie di collegamento per il linguaggio '''PERL''', che hanno funzionato per anni, ma presentano problemi a partire dalla versione 14.1.5 di TDE. Purtroppo i problemi che affliggevano la precedente versione sono ancora presenti e neppure in questa occasione mi &amp;amp;egrave; stato possibile produrre un pacchetto funzionante di '''libTQt-Perl'''. Compilare tutti i pacchetti del sistema base tranne uno mi lascia l'amaro in bocca, ma causa la mia scarsa conoscenza di PERL non sono in grado di approcciare il problema e trovare una soluzione.&lt;br /&gt;
&lt;br /&gt;
I problemi riscontrati nel compilare il codice sorgente di '''libTQt-Perl''' sono i [[trinity_desktop_environment_14.1.5#LibTQt-Perl | medesimi descritti 6/7 mesi fa]] per cui non ripeter&amp;amp;ograve; il resoconto delle prove effettuate. Chiunque fosse interessato ad approfondire la questione pu&amp;amp;ograve; seguire il collegamento per maggiori informazioni. Se qualcuno riuscisse a risolvere il problema &amp;amp;egrave; pregato di inviarmi la procedura adottata all''''indirizzo e-mail dello studio''': studiosg@giustetti.net. In palio c'&amp;amp;egrave; una menzione su queste pagine.&lt;br /&gt;
&lt;br /&gt;
=== Modifiche Introdotte nella Versione 14.1.6 ===&lt;br /&gt;
TDE &amp;amp;egrave; un progetto stabile, attivo da anni, per cui le modifiche tra rilasci successivi non sono mai sostanziali. Nel passaggio da 14.1.5 a 14.1.6 l'unica variazione di rilievo riguarda i pacchetti di localizzazione raccolti sotto l'etichetta comune '''tde-i18n'''. Nella versione 14.1.6 &amp;amp;egrave; stato introdotto un nuovo file ''slack-desc'' e relativo pacchetto '''tde-i18n-ia''' per '''Interlingua''': Una lingua ausiliaria internazionale costruita a tavolino. &amp;amp;Egrave; stata invece rimosso il pacchetto '''tde-i18n-xh''' relativo a '''Xhosa''': una lingua usata principalmente in Sud Africa. Non si segnalano altre modifiche di rilievo all'elenco dei pacchetti inclusi nel build tree di TDE.&lt;br /&gt;
&lt;br /&gt;
=== Compilazione dei Pacchetti ===&lt;br /&gt;
Per compilare TDE bisogna '''rimuovere versioni precedentemente installate sulla macchina''', scollegarsi e rieseguire l'autenticazione, in modo da pulire l'ambiente di lavoro e le variabili di ambiente. Prima di incominciare, si consiglia di:&lt;br /&gt;
* Eseguire un back-up dei dati, delle directory di configurazione ''&amp;amp;tilde;/.trinity'' e del file ''&amp;amp;tilde;/.tderc'' localizzati nella home directory. A mia memoria la procedura di aggiornamento non ha mai causato la perdita di dati oppure la corruzione di file, ma &amp;amp;egrave; sempre consigliabile mettersi al riparo da esperienze spiacevoli.&lt;br /&gt;
* Rimuovere TDE significa rinunciare all'interfaccia grafica per il tempo necessario a ricompilarla. Un intervallo che dipende dalle prestazioni della macchina. Si consiglia di passare al runlevel 3 (Interfaccia testuale) per il resto della procedura:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   init 3&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Rimuovere tutti i pacchetti installati di TDE. Per rimuovere, ad esempio, la versione 14.1.5 di TDE lanciate il comando:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   removepkg /var/log/packages/*trinity-14.1.5*&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Cancellare eventuali script di configurazione &amp;quot;dimenticati&amp;quot; dal comando '''removepkg'''.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   rm /etc/profile.d/tqt3.*&lt;br /&gt;
   rm /etc/profile.d/trinity.*&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Eseguire un logout per poi collegarsi come '''root''', in modo da reimpostare le variabili di ambiente e partire da una situazione ottimale.&lt;br /&gt;
* Installate o aggiornate i prerequisiti di TDE. Si tratta di una manciata di pacchetti tra cui:&lt;br /&gt;
:* '''Heimdall''';&lt;br /&gt;
:* '''Imlib''';&lt;br /&gt;
:* '''Linxslt''' per chi necessitasse il supporto al debug di file XML;&lt;br /&gt;
:* Compilatori ed altri strumenti di sviluppo;&lt;br /&gt;
:* I linguaggi di programmazione da integrare in TDE (Opzionale).&lt;br /&gt;
Non facendolo alcune delle funzionalit&amp;amp;agrave; del Trinity Desktop Environment non verranno incluse nei pacchetti finali.&lt;br /&gt;
&lt;br /&gt;
=== Preparare il Build Tree ===&lt;br /&gt;
Trinity Desktop Environment &amp;amp;egrave; costituito da una cinquantina di pacchetti che devono essere compilati ed installati nel giusto ordine. Il codice sorgente &amp;amp;egrave; distribuito nella forma di un archivio '''tar''' di grosse dimensioni. L'archivio deve essere decompresso e gli archivi pi&amp;amp;ugrave; piccoli estratti devono essere spostati nelle opportune cartelle.&lt;br /&gt;
* Scaricare e decomprimere [http://www.giustetti.net/resource/slackbuild/tde/1416/tde_build_tree_sg-14.1.6.tar.xz l'archivio contenente il build tree] in una directory della propria Linux Box. Solitamente ''/tmp'' oppure ''/usr/src/tde-14.1.6''.&lt;br /&gt;
* Scaricare e decomprimere l'archivio '''tar''' contenente il [https://mirror.ppa.trinitydesktop.org/trinity/releases/R14.1.6/R14.1.6-complete.tar codice sorgente di '''tutti''' i pacchetti].&lt;br /&gt;
* Distribuire gli archivi compressi in cui &amp;amp;egrave; organizzato il codice sorgente nelle opportune directory. Ogni archivio avente estensione '''tar.xz''' deve essere salvato nella directory avente lo stesso nome.&lt;br /&gt;
* Impostare le opzioni di configurazione per l'architettura della macchina su cui si sta installando. Nel caso di un processore Amd a 64 bit, ad esempio, eseguire i seguenti comandi&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   rm TDE.options&lt;br /&gt;
   ln -s TDE.options.x86_64 TDE.options&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Spostarsi nella directory contenete lo script principale: '''TDE.SlackBuild''':&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   cd ./tde_build_script/bin&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Chi desiderasse preparare anche tutti i pacchetti di localizzazione, deve modificare lo script principale '''TDE.SlackBuild''' rimuovendo il commento dall'inizio della riga&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
      # Build package&lt;br /&gt;
   #   bash ./${PKG}.SlackBuild&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in modo che diventi:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
      # Build package&lt;br /&gt;
      bash ./${PKG}.SlackBuild&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Lanciare lo script '''TDE.SlackBuild''' armandosi di pazienza.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   sh ./TDE.SlackBuild&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lo script eseguir&amp;amp;agrave; la compilazione, l'installazione e la configurazione automatica di tutti i pacchetti. Il tutto richieder&amp;amp;agrave; svariate ore. Al termine dell'operazione, TDE sar&amp;amp;agrave; installato e pronto all'uso. Lo script si fermer&amp;amp;agrave; prima della naturale conclusione solo nel caso incontrasse errori quali dipendenze mancanti, compilatori o linguaggi mancanti e simili. &lt;br /&gt;
&lt;br /&gt;
* &amp;amp;Egrave; possibile testare il funzionamento del Trinity Desktop Environment lanciando il comando '''startx''' e aspettando che l'interfaccia grafica venga caricata.&lt;br /&gt;
* Per ultimo, chi &amp;amp;egrave; solito avviare la macchina in modalit&amp;amp;agrave; grafica deve chiudere la sessione di TDE e ritornare nel '''runlevel 4'''.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
   init 4&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Il Build Tree Aggiornato ===&lt;br /&gt;
Riporto un collegamento da cui scaricare un archivio che include tutti gli script di compilazione, le patch ed i file di configurazione: [http://www.giustetti.net/resource/slackbuild/tde/1416/tde_build_tree_sg-14.1.6.tar.xz tde_build_tree_sg-14.1.6.tar.xz].&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CONCLUSIONI ==&lt;br /&gt;
&lt;br /&gt;
Il presente articolo ha descritto la procedura di installazione su Slackware Linux di '''TDE 14.1.6''' a partire dal codice sorgente. I punti principali della procedura per utilizzare gli script con profitto sono coadiuvati di alcuni comandi di esempio. Tutti i test di compilazione, installazione, configurazione e successivo uso sono stati condotti su '''macchine Amd a 64 bit e x86 a 32 bit su cui gira una versione di Slackware Linux 15.0 aggiornata all'ultimo rilascio'''. In conclusione, si rinnovano i doverosi ringraziamenti agli sviluppatori di '''TDE''' per l'impegno e gli sforzi compiuti e si rimanda al prossimo rilascio ufficiale.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Per commenti, consigli, domande inviate una e-mail all'indirizzo ''studiosg [chiocciola] giustetti [punto] net''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Link esterni&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [http://www.slackware.com Home page di Slackware (In inglese)]&lt;br /&gt;
* [http://arm.slackware.com Slackware Linux per piattaforma ARM (In inglese)]&lt;br /&gt;
* [http://www.trinitydesktop.org Home page del progetto TDE (In inglese)]&lt;br /&gt;
* [https://mirror.ppa.trinitydesktop.org/trinity/releases/R14.1.6/downloads.html La pagina da cui scaricare il codice sorgente di TDE]&lt;br /&gt;
* [https://wiki.trinitydesktop.org/Release_Notes_For_R14.1.6 Note di rilascio per la versione 14.1.6 di TDE (In inglese)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{footer_it | link_page=en/Trinity_desktop_environment_14.1.6}}&lt;/div&gt;</description>
			<pubDate>Mon, 15 Jun 2026 14:20:42 GMT</pubDate>
			<dc:creator>Wikiuser</dc:creator>
			<comments>http://www.giustetti.net/wiki/index.php?title=Talk:Trinity_desktop_environment_14.1.6</comments>
		</item>
		<item>
			<title>TDE introduction</title>
			<link>http://www.giustetti.net/wiki/index.php?title=TDE_introduction&amp;diff=1483&amp;oldid=1478</link>
			<guid isPermaLink="false">http://www.giustetti.net/wiki/index.php?title=TDE_introduction&amp;diff=1483&amp;oldid=1478</guid>
			<description>&lt;p&gt;Added link to the TDE 14.1.6 page and moved ad to its right&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:19, 15 June 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l41&quot; &gt;Line 41:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 41:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[en/Trinity_desktop_environment_14.1.4 | TDE 14.1.4]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[en/Trinity_desktop_environment_14.1.4 | TDE 14.1.4]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[en/Trinity_desktop_environment_14.1.5 | TDE 14.1.5]] - &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;New Article&amp;lt;/font&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[en/Trinity_desktop_environment_14.1.5 | TDE 14.1.5&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[[en/Trinity_desktop_environment_14.1.6 | TDE 14.1.6&lt;/ins&gt;]] - &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;New Article&amp;lt;/font&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[en/Trinity_desktop_environment_faq | TDE Building FAQ]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[en/Trinity_desktop_environment_faq | TDE Building FAQ]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Mon, 15 Jun 2026 14:19:43 GMT</pubDate>
			<dc:creator>Wikiuser</dc:creator>
			<comments>http://www.giustetti.net/wiki/index.php?title=Talk:TDE_introduction</comments>
		</item>
		<item>
			<title>TDE introduzione</title>
			<link>http://www.giustetti.net/wiki/index.php?title=TDE_introduzione&amp;diff=1482&amp;oldid=1477</link>
			<guid isPermaLink="false">http://www.giustetti.net/wiki/index.php?title=TDE_introduzione&amp;diff=1482&amp;oldid=1477</guid>
			<description>&lt;p&gt;Aggiunto collegamento alla pagina dedicata a TDE 14.1.6 e spostato lo strillone&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:18, 15 June 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l42&quot; &gt;Line 42:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 42:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[trinity_desktop_environment_14.1.4 | TDE 14.1.4 su Slackware 15.0]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[trinity_desktop_environment_14.1.4 | TDE 14.1.4 su Slackware 15.0]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[trinity_desktop_environment_14.1.5 | TDE 14.1.5 su Slackware 15.0]] - &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Nuovo Articolo&amp;lt;/font&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[trinity_desktop_environment_14.1.5 | TDE 14.1.5 &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;su Slackware 15.0]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[[trinity_desktop_environment_14.1.6 | TDE 14.1.6 &lt;/ins&gt;su Slackware 15.0]] - &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;Nuovo Articolo&amp;lt;/font&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[trinity_desktop_environment_faq | FAQ circa la Compilazione di TDE]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[trinity_desktop_environment_faq | FAQ circa la Compilazione di TDE]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Mon, 15 Jun 2026 14:18:16 GMT</pubDate>
			<dc:creator>Wikiuser</dc:creator>
			<comments>http://www.giustetti.net/wiki/index.php?title=Talk:TDE_introduzione</comments>
		</item>
</channel></rss>