<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.trinitydesktop.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Michael</id>
	<title>Trinity Desktop Project Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.trinitydesktop.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Michael"/>
	<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/Special:Contributions/Michael"/>
	<updated>2026-04-09T13:43:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1631</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1631"/>
		<updated>2021-07-23T21:47:09Z</updated>

		<summary type="html">&lt;p&gt;Michael: who knew it&amp;#039;d be so hard to indent a block of text...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Requirements&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing a Xfce desktop.&lt;br /&gt;
&lt;br /&gt;
Note!:  Prior to installing TDE, do a full update (and reboot if /boot was modified).&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get dist-upgrade&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;To Install&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
Save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then copy it into /usr/share/mx-packageinstaller-pkglist .  Assuming you&amp;#039;ve saved it in your ~/Downloads folder:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
sudo cp tde.pm /usr/share/mx-packageinstaller-pkglist/&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: (Optional) To verify:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;ls -al --color=always /usr/share/mx-packageinstaller-pkglist/tde.pm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Output should be similar to this:&lt;br /&gt;
: -rw-r--r-- 1 root root 4489 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&lt;br /&gt;
Then from the Xfce desktop&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Reboot if /boot was modified during the TDE install process&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* Login&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;tde.pm does&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* Adds extra code to handle sudo interactive needs.&lt;br /&gt;
* Adds wrappers to handle debconf, pkexec, and update-grub.&lt;br /&gt;
* Sets the default x-session-manager to trinity-desktop.&lt;br /&gt;
&lt;br /&gt;
A somewhat long winded discussion can be found at:  https://forum.mxlinux.org/viewtopic.php?f=100&amp;amp;t=60417&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.x&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1630</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1630"/>
		<updated>2021-07-23T21:33:04Z</updated>

		<summary type="html">&lt;p&gt;Michael: better explained ls output&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Requirements&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing a Xfce desktop.&lt;br /&gt;
&lt;br /&gt;
Note!:  Prior to installing TDE, do a full update (and reboot if /boot was modified).&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get dist-upgrade&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;To Install&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
Save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then copy it into /usr/share/mx-packageinstaller-pkglist .  Assuming you&amp;#039;ve saved it in your ~/Downloads folder:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
sudo cp tde.pm /usr/share/mx-packageinstaller-pkglist/&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then to verify (optional):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
ls -al --color=always /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&lt;br /&gt;
Output should be similar to this:&lt;br /&gt;
-rw-r--r-- 1 root root 4489 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from the Xfce desktop&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Reboot if /boot was modified during the TDE install process&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* Login&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;tde.pm does&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* Adds extra code to handle sudo interactive needs.&lt;br /&gt;
* Adds wrappers to handle debconf, pkexec, and update-grub.&lt;br /&gt;
* Sets the default x-session-manager to trinity-desktop.&lt;br /&gt;
&lt;br /&gt;
A somewhat long winded discussion can be found at:  https://forum.mxlinux.org/viewtopic.php?f=100&amp;amp;t=60417&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.x&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=Trinity_Desktop_Environment&amp;diff=1504</id>
		<title>Trinity Desktop Environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=Trinity_Desktop_Environment&amp;diff=1504"/>
		<updated>2020-11-17T16:20:16Z</updated>

		<summary type="html">&lt;p&gt;Michael: remove cruft, center align link to categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [http://trinitydesktop.org Trinity Desktop Environment] (TDE) project is a feature rich desktop environment for Unix-like operating systems with a primary goal of retaining a traditional, efficient and productive user interface.&amp;lt;br&amp;gt;&lt;br /&gt;
TDE was born as a fork of the K Desktop Environment version 3.5, which was originally written by the KDE Team, a world-wide network of software engineers committed to Free Software development. The name Trinity was chosen because the word means Three as in continuation of KDE 3. Since then, TDE has evolved to be an independent and standalone desktop environment project. Over time, continued development has polished off many rough edges that were present in the final release of KDE 3.5.10 and many new and useful features have been added to keep the environment up-to-date.&lt;br /&gt;
&lt;br /&gt;
The current stable release of TDE is &amp;#039;&amp;#039;&amp;#039;R14.0.9&amp;#039;&amp;#039;&amp;#039;, which brings along several [https://wiki.trinitydesktop.org/Release_Notes_For_R14.0.9 improvements and new applications] over the previous releases.&amp;lt;br&amp;gt;&lt;br /&gt;
One of the most notable features of the R14.0 series is the implementation of the Trinity Desktop Hardware Library (tdehwlib) that did away with dependency on HAL. With the HAL dependency removed, R14&amp;#039;s foundation now rests solidly on current and maintained libraries and dependencies. For systems still based on HAL (such as *BSD), HAL support is still available as a building option.&lt;br /&gt;
&lt;br /&gt;
The TDE development team is small but friendly. Anyone wanting to join the development process and help create the next TDE release is welcome!  If you wish to participate, please take a look at the [https://www.trinitydesktop.org/helpwanted.php Get involved] page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;#039;text-align: center;&amp;#039;&amp;gt;[https://wiki.trinitydesktop.org/Special:Categories Show all Categories in the TDE Wiki]&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=User:Michael&amp;diff=1502</id>
		<title>User:Michael</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=User:Michael&amp;diff=1502"/>
		<updated>2020-11-16T01:46:11Z</updated>

		<summary type="html">&lt;p&gt;Michael: i hate wiki formating...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;  Internet Design Alliance, owner&lt;br /&gt;
  Drupal backend development and Drupal fully managed hosting&lt;br /&gt;
  http://inet-design.com/&lt;br /&gt;
  Hours (US CST):  Mon - Thur, 8am - 6pm | Fri, 8am - Noon&lt;br /&gt;
  Emergency calls:  24x7&lt;br /&gt;
  About:  http://inet-design.com/about-us.html&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=User:Michael&amp;diff=1501</id>
		<title>User:Michael</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=User:Michael&amp;diff=1501"/>
		<updated>2020-11-16T01:45:28Z</updated>

		<summary type="html">&lt;p&gt;Michael: fixed a \u2013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Internet Design Alliance, owner&lt;br /&gt;
  Drupal backend development and Drupal fully managed hosting&lt;br /&gt;
  http://inet-design.com/&lt;br /&gt;
  Hours (US CST):  Mon - Thur, 8am - 6pm | Fri, 8am - Noon&lt;br /&gt;
  Emergency calls:  24x7&lt;br /&gt;
  About:  http://inet-design.com/about-us.html&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=Tips_And_Tricks&amp;diff=1499</id>
		<title>Tips And Tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=Tips_And_Tricks&amp;diff=1499"/>
		<updated>2020-11-15T22:46:20Z</updated>

		<summary type="html">&lt;p&gt;Michael: had to change &amp;quot;&amp;amp;&amp;amp;&amp;quot; to &amp;quot;;&amp;quot; so command would work correctly.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:TipsAndTricks]]&lt;br /&gt;
&lt;br /&gt;
This page is meant as a container of tips and tricks collected over time, addressing topics and issues brought up by TDE users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using sudo and tdesudo==&lt;br /&gt;
&lt;br /&gt;
If you use sudo or a sudo-based distribution (such as Ubuntu), it is highly recommended that you install the tdesudo-trinity package as well. This allows to run programs that require root priviledge from the TDE menu using your own password.&lt;br /&gt;
If tdesudo-trinity is not installed, you will be asked for the root password instead.&lt;br /&gt;
More details can be found [http://bugs.pearsoncomputing.net/show_bug.cgi?id=2563 here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kmail Sanitize and Decrypt Mails==&lt;br /&gt;
&lt;br /&gt;
[[Kmail_Sanitize_and_Decrypt_Mails|Kmail Sanitize and Decrypt Mails]] shows an example on how to create a filter in kmail that removes unwanted headers and automaticly decrypts incomming mails.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Lock session and turn off screen==&lt;br /&gt;
&lt;br /&gt;
This locks the session and after 3 seconds turns the screen off.&lt;br /&gt;
&lt;br /&gt;
  $ cat goodnight.sh&lt;br /&gt;
  &lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  &lt;br /&gt;
  dcop kdesktop KScreensaverIface lock&lt;br /&gt;
  sleep 3&lt;br /&gt;
  xset dpms force standby&lt;br /&gt;
&lt;br /&gt;
For a ‘GUI’ you can add an Applet to your Panel that calls the Batch file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Un-Bogging down an Older system==&lt;br /&gt;
&lt;br /&gt;
Your system runs pretty well until Firefox, an Office application, or some other high CPU usage application demands too many cycles and your system then ‘freezes’ for seconds or minutes until the application gets finished.&lt;br /&gt;
&lt;br /&gt;
A simple, but somewhat tedious, solution is to add ‘nice’ to the launcher for each.  Using LibreOffice as an example, add ‘nice -n 2 ’ before the command:&lt;br /&gt;
&lt;br /&gt;
  TDE Menu &amp;gt;&amp;gt; Office &amp;gt;&amp;gt; LibreOffice &amp;gt;&amp;gt; {right click} &amp;gt;&amp;gt; Edit Item&lt;br /&gt;
&lt;br /&gt;
Change the ‘Command’ entry from:&lt;br /&gt;
&lt;br /&gt;
  libreoffice %U’&lt;br /&gt;
&lt;br /&gt;
To:&lt;br /&gt;
&lt;br /&gt;
  nice -n 2 libreoffice %U&lt;br /&gt;
&lt;br /&gt;
Then find every other entry for LibreOffice (LibreOffice Base, LibreOffice Draw, LibreOffice Math, LibreOffice Impress, etc.) and do the same.&lt;br /&gt;
&lt;br /&gt;
Other ‘usual suspects’ to make nice are Browsers, BitTorrent Clients, Diff GUI tools, and occasionally PDF viewers.&lt;br /&gt;
&lt;br /&gt;
Generally anything ‘real time’ you should leave alone (movies, gimp, games).&lt;br /&gt;
&lt;br /&gt;
These were used on a Core2 Duo (P7570 @ 2.26GHz, CPU Mark: 926)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
!Nice level&lt;br /&gt;
!Application Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Kmail&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|LibreOffice&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Firefox&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|qBittorrent&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Changing alternating row colors==&lt;br /&gt;
&lt;br /&gt;
Alternating row colors in Konqueror, KMail, and probably a lot more, are not set as part of a theme.  The are set in Colors:&lt;br /&gt;
&lt;br /&gt;
  TCC &amp;gt;&amp;gt; Appearance &amp;amp; Themes &amp;gt;&amp;gt; Colors &amp;gt;&amp;gt; Widget Color &amp;gt;&amp;gt; [Dropdown] Alternate Background in Lists&lt;br /&gt;
&lt;br /&gt;
Who knew?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Assigning a mouse click as part of a keyboard shortcut==&lt;br /&gt;
&lt;br /&gt;
There are multiple ways to accomplish this.  The best arguably was the first method, which has been lost to time.&lt;br /&gt;
&lt;br /&gt;
In these examples we are trying to achieve:&lt;br /&gt;
&lt;br /&gt;
{Windows Key} + {left mouse click} = Minimize application under mouse cursor&lt;br /&gt;
&lt;br /&gt;
Change what you need to achieve what you want.&lt;br /&gt;
&lt;br /&gt;
===Method 01:  Lost===&lt;br /&gt;
&lt;br /&gt;
As the name says it’s been lost.  What is remembered is that:&lt;br /&gt;
&lt;br /&gt;
* No additional software had to be installed&lt;br /&gt;
* The change was exceedingly minor.&lt;br /&gt;
&lt;br /&gt;
===Method 02:  xbindkeys, xdotool===&lt;br /&gt;
&lt;br /&gt;
Buggy.  This works, but the xdotool command used occasionally leaves an unfinished half keystroke hanging.&lt;br /&gt;
&lt;br /&gt;
A):  Go to:&lt;br /&gt;
&lt;br /&gt;
  Trinity Control Center &amp;gt;&amp;gt; Regional &amp;amp; Accessibility &amp;gt;&amp;gt; Keyboard Shortcuts&lt;br /&gt;
  &amp;gt;&amp;gt; Shortcuts Schemes &amp;gt;&amp;gt; Global Shortcuts &amp;gt;&amp;gt; Windows&lt;br /&gt;
&lt;br /&gt;
* Set &amp;quot;Minimize Window&amp;quot; to “Win+Space”&lt;br /&gt;
&lt;br /&gt;
B): Issue these command(s) as root or using sudo.&lt;br /&gt;
&lt;br /&gt;
  $ apt-get install xbindkeys&lt;br /&gt;
  $ apt-get install xdotool&lt;br /&gt;
  $ apt-get install xbindkeys-config   # &amp;lt;&amp;lt; optional&lt;br /&gt;
&lt;br /&gt;
C):  Edit .xbindkeysrc&lt;br /&gt;
&lt;br /&gt;
* Edit $HOME/.xbindkeysrc&lt;br /&gt;
* Add:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
#MinimizeWindowUnderMouse&lt;br /&gt;
&amp;quot;xdotool click --clearmodifiers 1 key super+space&amp;quot;&lt;br /&gt;
   m:0x40 + c:133 + b:1 + release&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
xbindkeys does not like superfluous comments within it’s definitions.  Leaving prior entries commented out within the config definition caused odd, and inconsistent, results.  ymmv.&lt;br /&gt;
&lt;br /&gt;
D): Issue these command(s) as yourself&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
  $ killall xbindkeys ; xbindkeys&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
E): To minimize any window&lt;br /&gt;
&lt;br /&gt;
Move mouse over window, hold down Window key and click left mouse button.&lt;br /&gt;
&lt;br /&gt;
===Method 03:  xbindkeys, dcop and/or gdbus===&lt;br /&gt;
&lt;br /&gt;
Basically the same as xbindkeys, xdotool but replacing xdotool with either a dcop or gdbus command.  This is probably less ‘buggy’ than xdotool, unfortunately the writer doesn’t understand enough about either to make this work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Removing captions from K-Menu ==&lt;br /&gt;
&lt;br /&gt;
Add following line into section [menus] in file ~/.trinity/share/config/kickerrc &lt;br /&gt;
&lt;br /&gt;
 ShowMenuTitles=false&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Adding a separator between windows button in the title bar ==&lt;br /&gt;
Open TDE Control Center -&amp;gt; Appearance &amp;amp; Themes -&amp;gt; Window Decorations and then select the &amp;quot;Buttons&amp;quot; tab.&amp;lt;br&amp;gt;&lt;br /&gt;
In the middle of the screen there is a list of possible buttons. Drag a separator (--- spacer ---) on the title bar of the sample window, between the buttons where you want to space to appear. &amp;lt;br&amp;gt;&lt;br /&gt;
Check the preview in the bottom part of the screen and modify again as required.&amp;lt;br&amp;gt;&lt;br /&gt;
Confirm when done.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Log out of current TDE session ==&lt;br /&gt;
&lt;br /&gt;
You can log out of the current TDE session and possibly shut down the system automaticly (depending on your TDE configuration) using this command:&lt;br /&gt;
&lt;br /&gt;
 dcop kdesktop default logout [&amp;quot;confirm&amp;quot; &amp;quot;type&amp;quot; &amp;quot;mode&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
You can append three parameters &amp;quot;confirm&amp;quot;, &amp;quot;type&amp;quot;, &amp;quot;mode&amp;quot; to determine the&lt;br /&gt;
logout behaviour according to the following values:&lt;br /&gt;
&lt;br /&gt;
;First parameter &amp;quot;confirm&amp;quot;&lt;br /&gt;
:-1  -- Obey the user&amp;#039;s confirmation setting&lt;br /&gt;
:0  -- Don&amp;#039;t confirm, shutdown without asking&lt;br /&gt;
:1  -- Always confirm, ask even if the user turned it off&lt;br /&gt;
&lt;br /&gt;
;Second parameter &amp;quot;type&amp;quot;&lt;br /&gt;
:-1  -- Select previous action or the default if it&amp;#039;s the first time&lt;br /&gt;
:0  -- Only log out&lt;br /&gt;
:1  -- Log out and reboot the machine&lt;br /&gt;
:2  -- Log out and halt the machine&lt;br /&gt;
&lt;br /&gt;
;Third parameter &amp;quot;mode&amp;quot;&lt;br /&gt;
:-1  -- Select previous mode or the default if it&amp;#039;s the first time&lt;br /&gt;
:0  -- Schedule a shutdown (halt or reboot) for the time all active sessions have exited&lt;br /&gt;
:1  -- Shut down, if no sessions are active. Otherwise do nothing&lt;br /&gt;
:2  -- Force shutdown. Kill any possibly active sessions&lt;br /&gt;
:3  -- Pop up a dialog asking the user what to do if sessions are still active&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Full stop example&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Don&amp;#039;t ask, log out and halt machine, killing any sessions&lt;br /&gt;
&lt;br /&gt;
 dcop ksmserver default logout 0 2 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Upgrading from KDE3 or from TDE 3.5.x to R14.0.x==&lt;br /&gt;
&lt;br /&gt;
If you are migrating from KDE3 or upgrading from TDE 3.5.x, you can reuse your own settings in TDE R14.0.x.&lt;br /&gt;
When logging into R14.0.x for the first time, TDE will automatically execute a script which will migrate as many of your KDE3/TDE3.5.x settings as possible. At the end of the process, your KDE3/TDE3.5.x profile will still exist (unchanged) and a new TDE profile will have been created inside the &amp;#039;&amp;#039;&amp;#039;~/.trinity&amp;#039;&amp;#039;&amp;#039; folder.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;Please refrain from renaming your .kde into .trinity before running R14.0.x. If you do so, the migration process will not take part and some applications may not run smoothly after that. See [http://bugs.pearsoncomputing.net/show_bug.cgi?id=2356 here] for an example of problems that may arise if you rename your .kde folder manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Upgrading from an old version (pre Dec/2014)==&lt;br /&gt;
&lt;br /&gt;
Depending on your previous version of TDE, the file /etc/trinity/tdm/tdmrc may change from a script-generated file to a config file.&lt;br /&gt;
It is advisable to accept the newer file if you are upgrading from an old version to TDE &amp;gt;= R14.0.0.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=Category:TipsAndTricks&amp;diff=1498</id>
		<title>Category:TipsAndTricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=Category:TipsAndTricks&amp;diff=1498"/>
		<updated>2020-11-15T22:38:36Z</updated>

		<summary type="html">&lt;p&gt;Michael: Add header stub just to get rid of the &amp;#039;red&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Tips And Tricks page has multiple tips and tricks.  Most are short so they fit well in a single page.  If you’re adding anything fairly long, please give it its own page.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=Category:Tutorials&amp;diff=1497</id>
		<title>Category:Tutorials</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=Category:Tutorials&amp;diff=1497"/>
		<updated>2020-11-15T22:34:06Z</updated>

		<summary type="html">&lt;p&gt;Michael: Add header stub just to get rid of the &amp;#039;red&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category contains tutorials.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=Trinity_Desktop_Environment&amp;diff=1496</id>
		<title>Trinity Desktop Environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=Trinity_Desktop_Environment&amp;diff=1496"/>
		<updated>2020-11-15T22:30:08Z</updated>

		<summary type="html">&lt;p&gt;Michael: add manual link to all cagegories for now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [http://trinitydesktop.org Trinity Desktop Environment] (TDE) project is a feature rich desktop environment for Unix-like operating systems with a primary goal of retaining a traditional, efficient and productive user interface.&amp;lt;br&amp;gt;&lt;br /&gt;
TDE was born as a fork of the K Desktop Environment version 3.5, which was originally written by the KDE Team, a world-wide network of software engineers committed to Free Software development. The name Trinity was chosen because the word means Three as in continuation of KDE 3. Since then, TDE has evolved to be an independent and standalone desktop environment project. Over time, continued development has polished off many rough edges that were present in the final release of KDE 3.5.10 and many new and useful features have been added to keep the environment up-to-date.&lt;br /&gt;
&lt;br /&gt;
The current stable release of TDE is &amp;#039;&amp;#039;&amp;#039;R14.0.9&amp;#039;&amp;#039;&amp;#039;, which brings along several [https://wiki.trinitydesktop.org/Release_Notes_For_R14.0.9 improvements and new applications] over the previous releases.&amp;lt;br&amp;gt;&lt;br /&gt;
One of the most notable features of the R14.0 series is the implementation of the Trinity Desktop Hardware Library (tdehwlib) that did away with dependency on HAL. With the HAL dependency removed, R14&amp;#039;s foundation now rests solidly on current and maintained libraries and dependencies. For systems still based on HAL (such as *BSD), HAL support is still available as a building option.&lt;br /&gt;
&lt;br /&gt;
The TDE development team is small but friendly. Anyone wanting to join the development process and help create the next TDE release is welcome!  If you wish to participate, please take a look at the [https://www.trinitydesktop.org/helpwanted.php Get involved] page.&lt;br /&gt;
&lt;br /&gt;
[[https://wiki.trinitydesktop.org/Special:Categories Open all Categories]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Documentation&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree&amp;gt;Documentation&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#categorytree:Documentation}}&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=Trinity_Desktop_Environment&amp;diff=1495</id>
		<title>Trinity Desktop Environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=Trinity_Desktop_Environment&amp;diff=1495"/>
		<updated>2020-11-15T22:11:46Z</updated>

		<summary type="html">&lt;p&gt;Michael: Okay, MediaWiki says CategoryTree is suppose to be enabled by default, https://www.mediawiki.org/wiki/Extension%3aCategoryTree  It’s not :(  Trying to embed https://wiki.trinitydesktop.org/Special:Categories into the bottom of this page, so there is so&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [http://trinitydesktop.org Trinity Desktop Environment] (TDE) project is a feature rich desktop environment for Unix-like operating systems with a primary goal of retaining a traditional, efficient and productive user interface.&amp;lt;br&amp;gt;&lt;br /&gt;
TDE was born as a fork of the K Desktop Environment version 3.5, which was originally written by the KDE Team, a world-wide network of software engineers committed to Free Software development. The name Trinity was chosen because the word means Three as in continuation of KDE 3. Since then, TDE has evolved to be an independent and standalone desktop environment project. Over time, continued development has polished off many rough edges that were present in the final release of KDE 3.5.10 and many new and useful features have been added to keep the environment up-to-date.&lt;br /&gt;
&lt;br /&gt;
The current stable release of TDE is &amp;#039;&amp;#039;&amp;#039;R14.0.9&amp;#039;&amp;#039;&amp;#039;, which brings along several [https://wiki.trinitydesktop.org/Release_Notes_For_R14.0.9 improvements and new applications] over the previous releases.&amp;lt;br&amp;gt;&lt;br /&gt;
One of the most notable features of the R14.0 series is the implementation of the Trinity Desktop Hardware Library (tdehwlib) that did away with dependency on HAL. With the HAL dependency removed, R14&amp;#039;s foundation now rests solidly on current and maintained libraries and dependencies. For systems still based on HAL (such as *BSD), HAL support is still available as a building option.&lt;br /&gt;
&lt;br /&gt;
The TDE development team is small but friendly. Anyone wanting to join the development process and help create the next TDE release is welcome!  If you wish to participate, please take a look at the [https://www.trinitydesktop.org/helpwanted.php Get involved] page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Documentation&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree&amp;gt;Documentation&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#categorytree:Documentation}}&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1494</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1494"/>
		<updated>2020-11-13T00:10:27Z</updated>

		<summary type="html">&lt;p&gt;Michael: switch to .x&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Requirements&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing a Xfce desktop.&lt;br /&gt;
&lt;br /&gt;
Note!:  Prior to installing TDE, do a full update (and reboot if /boot was modified).&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get dist-upgrade&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;To Install&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
Save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then copy it into /usr/share/mx-packageinstaller-pkglist .  Assuming you&amp;#039;ve saved it in your ~/Downloads folder:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
sudo cp tde.pm /usr/share/mx-packageinstaller-pkglist/&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
ls -al --color=always /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4489 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from the Xfce desktop&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Reboot if /boot was modified during the TDE install process&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* Login&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;tde.pm does&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* Adds extra code to handle sudo interactive needs.&lt;br /&gt;
* Adds wrappers to handle debconf, pkexec, and update-grub.&lt;br /&gt;
* Sets the default x-session-manager to trinity-desktop.&lt;br /&gt;
&lt;br /&gt;
A somewhat long winded discussion can be found at:  https://forum.mxlinux.org/viewtopic.php?f=100&amp;amp;t=60417&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.x&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1493</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1493"/>
		<updated>2020-11-13T00:07:48Z</updated>

		<summary type="html">&lt;p&gt;Michael: Add info for the updated tde.pm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Requirements&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing a Xfce desktop.&lt;br /&gt;
&lt;br /&gt;
Note!:  Prior to installing TDE, do a full update (and reboot if /boot was modified).&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get dist-upgrade&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;To Install&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
Save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then copy it into /usr/share/mx-packageinstaller-pkglist .  Assuming you&amp;#039;ve saved it in your ~/Downloads folder:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
sudo cp tde.pm /usr/share/mx-packageinstaller-pkglist/&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
ls -al --color=always /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4489 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from the Xfce desktop&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Reboot if /boot was modified during the TDE install process&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* Login&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;tde.pm does&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* Adds extra code to handle sudo interactive needs.&lt;br /&gt;
* Adds wrappers to handle debconf, pkexec, and update-grub.&lt;br /&gt;
* Sets the default x-session-manager to trinity-desktop.&lt;br /&gt;
&lt;br /&gt;
A somewhat long winded discussion can be found at:  https://forum.mxlinux.org/viewtopic.php?f=100&amp;amp;t=60417&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=File:Tde.xml&amp;diff=1492</id>
		<title>File:Tde.xml</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=File:Tde.xml&amp;diff=1492"/>
		<updated>2020-11-12T19:00:58Z</updated>

		<summary type="html">&lt;p&gt;Michael: Michael uploaded a new version of File:Tde.xml&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
file tde.pm for use in MX Linux 19.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=Tips_And_Tricks&amp;diff=1491</id>
		<title>Tips And Tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=Tips_And_Tricks&amp;diff=1491"/>
		<updated>2020-11-11T23:41:12Z</updated>

		<summary type="html">&lt;p&gt;Michael: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:TipsAndTricks]]&lt;br /&gt;
&lt;br /&gt;
This page is meant as a container of tips and tricks collected over time, addressing topics and issues brought up by TDE users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using sudo and tdesudo==&lt;br /&gt;
&lt;br /&gt;
If you use sudo or a sudo-based distribution (such as Ubuntu), it is highly recommended that you install the tdesudo-trinity package as well. This allows to run programs that require root priviledge from the TDE menu using your own password.&lt;br /&gt;
If tdesudo-trinity is not installed, you will be asked for the root password instead.&lt;br /&gt;
More details can be found [http://bugs.pearsoncomputing.net/show_bug.cgi?id=2563 here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kmail Sanitize and Decrypt Mails==&lt;br /&gt;
&lt;br /&gt;
[[Kmail_Sanitize_and_Decrypt_Mails|Kmail Sanitize and Decrypt Mails]] shows an example on how to create a filter in kmail that removes unwanted headers and automaticly decrypts incomming mails.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Lock session and turn off screen==&lt;br /&gt;
&lt;br /&gt;
This locks the session and after 3 seconds turns the screen off.&lt;br /&gt;
&lt;br /&gt;
  $ cat goodnight.sh&lt;br /&gt;
  &lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  &lt;br /&gt;
  dcop kdesktop KScreensaverIface lock&lt;br /&gt;
  sleep 3&lt;br /&gt;
  xset dpms force standby&lt;br /&gt;
&lt;br /&gt;
For a ‘GUI’ you can add an Applet to your Panel that calls the Batch file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Un-Bogging down an Older system==&lt;br /&gt;
&lt;br /&gt;
Your system runs pretty well until Firefox, an Office application, or some other high CPU usage application demands too many cycles and your system then ‘freezes’ for seconds or minutes until the application gets finished.&lt;br /&gt;
&lt;br /&gt;
A simple, but somewhat tedious, solution is to add ‘nice’ to the launcher for each.  Using LibreOffice as an example, add ‘nice -n 2 ’ before the command:&lt;br /&gt;
&lt;br /&gt;
  TDE Menu &amp;gt;&amp;gt; Office &amp;gt;&amp;gt; LibreOffice &amp;gt;&amp;gt; {right click} &amp;gt;&amp;gt; Edit Item&lt;br /&gt;
&lt;br /&gt;
Change the ‘Command’ entry from:&lt;br /&gt;
&lt;br /&gt;
  libreoffice %U’&lt;br /&gt;
&lt;br /&gt;
To:&lt;br /&gt;
&lt;br /&gt;
  nice -n 2 libreoffice %U&lt;br /&gt;
&lt;br /&gt;
Then find every other entry for LibreOffice (LibreOffice Base, LibreOffice Draw, LibreOffice Math, LibreOffice Impress, etc.) and do the same.&lt;br /&gt;
&lt;br /&gt;
Other ‘usual suspects’ to make nice are Browsers, BitTorrent Clients, Diff GUI tools, and occasionally PDF viewers.&lt;br /&gt;
&lt;br /&gt;
Generally anything ‘real time’ you should leave alone (movies, gimp, games).&lt;br /&gt;
&lt;br /&gt;
These were used on a Core2 Duo (P7570 @ 2.26GHz, CPU Mark: 926)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
!Nice level&lt;br /&gt;
!Application Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Kmail&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|LibreOffice&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Firefox&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|qBittorrent&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Changing alternating row colors==&lt;br /&gt;
&lt;br /&gt;
Alternating row colors in Konqueror, KMail, and probably a lot more, are not set as part of a theme.  The are set in Colors:&lt;br /&gt;
&lt;br /&gt;
  TCC &amp;gt;&amp;gt; Appearance &amp;amp; Themes &amp;gt;&amp;gt; Colors &amp;gt;&amp;gt; Widget Color &amp;gt;&amp;gt; [Dropdown] Alternate Background in Lists&lt;br /&gt;
&lt;br /&gt;
Who knew?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Assigning a mouse click as part of a keyboard shortcut==&lt;br /&gt;
&lt;br /&gt;
There are multiple ways to accomplish this.  The best arguably was the first method, which has been lost to time.&lt;br /&gt;
&lt;br /&gt;
In these examples we are trying to achieve:&lt;br /&gt;
&lt;br /&gt;
{Windows Key} + {left mouse click} = Minimize application under mouse cursor&lt;br /&gt;
&lt;br /&gt;
Change what you need to achieve what you want.&lt;br /&gt;
&lt;br /&gt;
===Method 01:  Lost===&lt;br /&gt;
&lt;br /&gt;
As the name says it’s been lost.  What is remembered is that:&lt;br /&gt;
&lt;br /&gt;
* No additional software had to be installed&lt;br /&gt;
* The change was exceedingly minor.&lt;br /&gt;
&lt;br /&gt;
===Method 02:  xbindkeys, xdotool===&lt;br /&gt;
&lt;br /&gt;
Buggy.  This works, but the xdotool command used occasionally leaves an unfinished half keystroke hanging.&lt;br /&gt;
&lt;br /&gt;
A):  Go to:&lt;br /&gt;
&lt;br /&gt;
  Trinity Control Center &amp;gt;&amp;gt; Regional &amp;amp; Accessibility &amp;gt;&amp;gt; Keyboard Shortcuts&lt;br /&gt;
  &amp;gt;&amp;gt; Shortcuts Schemes &amp;gt;&amp;gt; Global Shortcuts &amp;gt;&amp;gt; Windows&lt;br /&gt;
&lt;br /&gt;
* Set &amp;quot;Minimize Window&amp;quot; to “Win+Space”&lt;br /&gt;
&lt;br /&gt;
B): Issue these command(s) as root or using sudo.&lt;br /&gt;
&lt;br /&gt;
  $ apt-get install xbindkeys&lt;br /&gt;
  $ apt-get install xdotool&lt;br /&gt;
  $ apt-get install xbindkeys-config   # &amp;lt;&amp;lt; optional&lt;br /&gt;
&lt;br /&gt;
C):  Edit .xbindkeysrc&lt;br /&gt;
&lt;br /&gt;
* Edit $HOME/.xbindkeysrc&lt;br /&gt;
* Add:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
#MinimizeWindowUnderMouse&lt;br /&gt;
&amp;quot;xdotool click --clearmodifiers 1 key super+space&amp;quot;&lt;br /&gt;
   m:0x40 + c:133 + b:1 + release&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
xbindkeys does not like superfluous comments within it’s definitions.  Leaving prior entries commented out within the config definition caused odd, and inconsistent, results.  ymmv.&lt;br /&gt;
&lt;br /&gt;
D): Issue these command(s) as yourself&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
  $ killall xbindkeys &amp;amp;&amp;amp; xbindkeys&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
E): To minimize any window&lt;br /&gt;
&lt;br /&gt;
Move mouse over window, hold down Window key and click left mouse button.&lt;br /&gt;
&lt;br /&gt;
===Method 03:  xbindkeys, dcop and/or gdbus===&lt;br /&gt;
&lt;br /&gt;
Basically the same as xbindkeys, xdotool but replacing xdotool with either a dcop or gdbus command.  This is probably less ‘buggy’ than xdotool, unfortunately the writer doesn’t understand enough about either to make this work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Removing captions from K-Menu ==&lt;br /&gt;
&lt;br /&gt;
Add following line into section [menus] in file ~/.trinity/share/config/kickerrc &lt;br /&gt;
&lt;br /&gt;
 ShowMenuTitles=false&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Adding a separator between windows button in the title bar ==&lt;br /&gt;
Open TDE Control Center -&amp;gt; Appearance &amp;amp; Themes -&amp;gt; Window Decorations and then select the &amp;quot;Buttons&amp;quot; tab.&amp;lt;br&amp;gt;&lt;br /&gt;
In the middle of the screen there is a list of possible buttons. Drag a separator (--- spacer ---) on the title bar of the sample window, between the buttons where you want to space to appear. &amp;lt;br&amp;gt;&lt;br /&gt;
Check the preview in the bottom part of the screen and modify again as required.&amp;lt;br&amp;gt;&lt;br /&gt;
Confirm when done.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Log out of current TDE session ==&lt;br /&gt;
&lt;br /&gt;
You can log out of the current TDE session and possibly shut down the system automaticly (depending on your TDE configuration) using this command:&lt;br /&gt;
&lt;br /&gt;
 dcop kdesktop default logout [&amp;quot;confirm&amp;quot; &amp;quot;type&amp;quot; &amp;quot;mode&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
You can append three parameters &amp;quot;confirm&amp;quot;, &amp;quot;type&amp;quot;, &amp;quot;mode&amp;quot; to determine the&lt;br /&gt;
logout behaviour according to the following values:&lt;br /&gt;
&lt;br /&gt;
;First parameter &amp;quot;confirm&amp;quot;&lt;br /&gt;
:-1  -- Obey the user&amp;#039;s confirmation setting&lt;br /&gt;
:0  -- Don&amp;#039;t confirm, shutdown without asking&lt;br /&gt;
:1  -- Always confirm, ask even if the user turned it off&lt;br /&gt;
&lt;br /&gt;
;Second parameter &amp;quot;type&amp;quot;&lt;br /&gt;
:-1  -- Select previous action or the default if it&amp;#039;s the first time&lt;br /&gt;
:0  -- Only log out&lt;br /&gt;
:1  -- Log out and reboot the machine&lt;br /&gt;
:2  -- Log out and halt the machine&lt;br /&gt;
&lt;br /&gt;
;Third parameter &amp;quot;mode&amp;quot;&lt;br /&gt;
:-1  -- Select previous mode or the default if it&amp;#039;s the first time&lt;br /&gt;
:0  -- Schedule a shutdown (halt or reboot) for the time all active sessions have exited&lt;br /&gt;
:1  -- Shut down, if no sessions are active. Otherwise do nothing&lt;br /&gt;
:2  -- Force shutdown. Kill any possibly active sessions&lt;br /&gt;
:3  -- Pop up a dialog asking the user what to do if sessions are still active&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Full stop example&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Don&amp;#039;t ask, log out and halt machine, killing any sessions&lt;br /&gt;
&lt;br /&gt;
 dcop ksmserver default logout 0 2 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Upgrading from KDE3 or from TDE 3.5.x to R14.0.x==&lt;br /&gt;
&lt;br /&gt;
If you are migrating from KDE3 or upgrading from TDE 3.5.x, you can reuse your own settings in TDE R14.0.x.&lt;br /&gt;
When logging into R14.0.x for the first time, TDE will automatically execute a script which will migrate as many of your KDE3/TDE3.5.x settings as possible. At the end of the process, your KDE3/TDE3.5.x profile will still exist (unchanged) and a new TDE profile will have been created inside the &amp;#039;&amp;#039;&amp;#039;~/.trinity&amp;#039;&amp;#039;&amp;#039; folder.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;Please refrain from renaming your .kde into .trinity before running R14.0.x. If you do so, the migration process will not take part and some applications may not run smoothly after that. See [http://bugs.pearsoncomputing.net/show_bug.cgi?id=2356 here] for an example of problems that may arise if you rename your .kde folder manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Upgrading from an old version (pre Dec/2014)==&lt;br /&gt;
&lt;br /&gt;
Depending on your previous version of TDE, the file /etc/trinity/tdm/tdmrc may change from a script-generated file to a config file.&lt;br /&gt;
It is advisable to accept the newer file if you are upgrading from an old version to TDE &amp;gt;= R14.0.0.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=Tips_And_Tricks&amp;diff=1490</id>
		<title>Tips And Tricks</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=Tips_And_Tricks&amp;diff=1490"/>
		<updated>2020-11-11T22:49:30Z</updated>

		<summary type="html">&lt;p&gt;Michael: Add real world examples in Nice table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:TipsAndTricks]]&lt;br /&gt;
&lt;br /&gt;
This page is meant as a container of tips and tricks collected over time, addressing topics and issues brought up by TDE users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using sudo and tdesudo==&lt;br /&gt;
&lt;br /&gt;
If you use sudo or a sudo-based distribution (such as Ubuntu), it is highly recommended that you install the tdesudo-trinity package as well. This allows to run programs that require root priviledge from the TDE menu using your own password.&lt;br /&gt;
If tdesudo-trinity is not installed, you will be asked for the root password instead.&lt;br /&gt;
More details can be found [http://bugs.pearsoncomputing.net/show_bug.cgi?id=2563 here]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kmail Sanitize and Decrypt Mails==&lt;br /&gt;
&lt;br /&gt;
[[Kmail_Sanitize_and_Decrypt_Mails|Kmail Sanitize and Decrypt Mails]] shows an example on how to create a filter in kmail that removes unwanted headers and automaticly decrypts incomming mails.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Lock session and turn off screen==&lt;br /&gt;
&lt;br /&gt;
This locks the session and after 3 seconds turns the screen off.&lt;br /&gt;
&lt;br /&gt;
  $ cat goodnight.sh&lt;br /&gt;
  &lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  &lt;br /&gt;
  dcop kdesktop KScreensaverIface lock&lt;br /&gt;
  sleep 3&lt;br /&gt;
  xset dpms force standby&lt;br /&gt;
&lt;br /&gt;
For a ‘GUI’ you can add an Applet to your Panel that calls the Batch file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Un-Bogging down an Older system==&lt;br /&gt;
&lt;br /&gt;
Your system runs pretty well until Firefox, an Office application, or some other high CPU usage application demands too many cycles and your system then ‘freezes’ for seconds or minutes until the application gets finished.&lt;br /&gt;
&lt;br /&gt;
A simple, but somewhat tedious, solution is to add ‘nice’ to the launcher for each.  Using LibreOffice as an example, add ‘nice -n 2 ’ before the command:&lt;br /&gt;
&lt;br /&gt;
  TDE Menu &amp;gt;&amp;gt; Office &amp;gt;&amp;gt; LibreOffice &amp;gt;&amp;gt; {left click} &amp;gt;&amp;gt; Edit Item&lt;br /&gt;
&lt;br /&gt;
Change the ‘Command’ entry from:&lt;br /&gt;
&lt;br /&gt;
  libreoffice %U’&lt;br /&gt;
&lt;br /&gt;
To:&lt;br /&gt;
&lt;br /&gt;
  nice -n 2 libreoffice %U&lt;br /&gt;
&lt;br /&gt;
Then find every other entry for LibreOffice (LibreOffice Base, LibreOffice Draw, LibreOffice Math, LibreOffice Impress, etc.) and do the same.&lt;br /&gt;
&lt;br /&gt;
Other ‘usual suspects’ to make nice are Browsers, BitTorrent Clients, Diff GUI tools, and occasionally PDF viewers.&lt;br /&gt;
&lt;br /&gt;
Generally anything ‘real time’ you should leave alone (movies, gimp, games).&lt;br /&gt;
&lt;br /&gt;
These were used on a Core2 Duo (P7570 @ 2.26GHz, CPU Mark: 926)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
!Nice level&lt;br /&gt;
!Application Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Kmail&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|LibreOffice&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Firefox&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|qBittorrent&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Changing alternating row colors==&lt;br /&gt;
&lt;br /&gt;
Alternating row colors in Konqueror, KMail, and probably a lot more, are not set as part of a theme.  The are set in Colors:&lt;br /&gt;
&lt;br /&gt;
  TCC &amp;gt;&amp;gt; Appearance &amp;amp; Themes &amp;gt;&amp;gt; Colors &amp;gt;&amp;gt; Widget Color &amp;gt;&amp;gt; [Dropdown] Alternate Background in Lists&lt;br /&gt;
&lt;br /&gt;
Who knew?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Assigning a mouse click as part of a keyboard shortcut==&lt;br /&gt;
&lt;br /&gt;
There are multiple ways to accomplish this.  The best arguably was the first method, which has been lost to time.&lt;br /&gt;
&lt;br /&gt;
In these examples we are trying to achieve:&lt;br /&gt;
&lt;br /&gt;
{Windows Key} + {left mouse click} = Minimize application under mouse cursor&lt;br /&gt;
&lt;br /&gt;
Change what you need to achieve what you want.&lt;br /&gt;
&lt;br /&gt;
===Method 01:  Lost===&lt;br /&gt;
&lt;br /&gt;
As the name says it’s been lost.  What is remembered is that:&lt;br /&gt;
&lt;br /&gt;
* No additional software had to be installed&lt;br /&gt;
* The change was exceedingly minor.&lt;br /&gt;
&lt;br /&gt;
===Method 02:  xbindkeys, xdotool===&lt;br /&gt;
&lt;br /&gt;
Buggy.  This works, but the xdotool command used occasionally leaves an unfinished half keystroke hanging.&lt;br /&gt;
&lt;br /&gt;
A):  Go to:&lt;br /&gt;
&lt;br /&gt;
  Trinity Control Center &amp;gt;&amp;gt; Regional &amp;amp; Accessibility &amp;gt;&amp;gt; Keyboard Shortcuts&lt;br /&gt;
  &amp;gt;&amp;gt; Shortcuts Schemes &amp;gt;&amp;gt; Global Shortcuts &amp;gt;&amp;gt; Windows&lt;br /&gt;
&lt;br /&gt;
* Set &amp;quot;Minimize Window&amp;quot; to “Win+Space”&lt;br /&gt;
&lt;br /&gt;
B): Issue these command(s) as root or using sudo.&lt;br /&gt;
&lt;br /&gt;
  $ apt-get install xbindkeys&lt;br /&gt;
  $ apt-get install xdotool&lt;br /&gt;
  $ apt-get install xbindkeys-config   # &amp;lt;&amp;lt; optional&lt;br /&gt;
&lt;br /&gt;
C):  Edit .xbindkeysrc&lt;br /&gt;
&lt;br /&gt;
* Edit $HOME/.xbindkeysrc&lt;br /&gt;
* Add:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
#MinimizeWindowUnderMouse&lt;br /&gt;
&amp;quot;xdotool click --clearmodifiers 1 key super+space&amp;quot;&lt;br /&gt;
   m:0x40 + c:133 + b:1 + release&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
xbindkeys does not like superfluous comments within it’s definitions.  Leaving prior entries commented out within the config definition caused odd, and inconsistent, results.  ymmv.&lt;br /&gt;
&lt;br /&gt;
D): Issue these command(s) as yourself&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
  $ killall xbindkeys &amp;amp;&amp;amp; xbindkeys&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
E): To minimize any window&lt;br /&gt;
&lt;br /&gt;
Move mouse over window, hold down Window key and click left mouse button.&lt;br /&gt;
&lt;br /&gt;
===Method 03:  xbindkeys, dcop and/or gdbus===&lt;br /&gt;
&lt;br /&gt;
Basically the same as xbindkeys, xdotool but replacing xdotool with either a dcop or gdbus command.  This is probably less ‘buggy’ than xdotool, unfortunately the writer doesn’t understand enough about either to make this work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Removing captions from K-Menu ==&lt;br /&gt;
&lt;br /&gt;
Add following line into section [menus] in file ~/.trinity/share/config/kickerrc &lt;br /&gt;
&lt;br /&gt;
 ShowMenuTitles=false&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Adding a separator between windows button in the title bar ==&lt;br /&gt;
Open TDE Control Center -&amp;gt; Appearance &amp;amp; Themes -&amp;gt; Window Decorations and then select the &amp;quot;Buttons&amp;quot; tab.&amp;lt;br&amp;gt;&lt;br /&gt;
In the middle of the screen there is a list of possible buttons. Drag a separator (--- spacer ---) on the title bar of the sample window, between the buttons where you want to space to appear. &amp;lt;br&amp;gt;&lt;br /&gt;
Check the preview in the bottom part of the screen and modify again as required.&amp;lt;br&amp;gt;&lt;br /&gt;
Confirm when done.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Log out of current TDE session ==&lt;br /&gt;
&lt;br /&gt;
You can log out of the current TDE session and possibly shut down the system automaticly (depending on your TDE configuration) using this command:&lt;br /&gt;
&lt;br /&gt;
 dcop kdesktop default logout [&amp;quot;confirm&amp;quot; &amp;quot;type&amp;quot; &amp;quot;mode&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
You can append three parameters &amp;quot;confirm&amp;quot;, &amp;quot;type&amp;quot;, &amp;quot;mode&amp;quot; to determine the&lt;br /&gt;
logout behaviour according to the following values:&lt;br /&gt;
&lt;br /&gt;
;First parameter &amp;quot;confirm&amp;quot;&lt;br /&gt;
:-1  -- Obey the user&amp;#039;s confirmation setting&lt;br /&gt;
:0  -- Don&amp;#039;t confirm, shutdown without asking&lt;br /&gt;
:1  -- Always confirm, ask even if the user turned it off&lt;br /&gt;
&lt;br /&gt;
;Second parameter &amp;quot;type&amp;quot;&lt;br /&gt;
:-1  -- Select previous action or the default if it&amp;#039;s the first time&lt;br /&gt;
:0  -- Only log out&lt;br /&gt;
:1  -- Log out and reboot the machine&lt;br /&gt;
:2  -- Log out and halt the machine&lt;br /&gt;
&lt;br /&gt;
;Third parameter &amp;quot;mode&amp;quot;&lt;br /&gt;
:-1  -- Select previous mode or the default if it&amp;#039;s the first time&lt;br /&gt;
:0  -- Schedule a shutdown (halt or reboot) for the time all active sessions have exited&lt;br /&gt;
:1  -- Shut down, if no sessions are active. Otherwise do nothing&lt;br /&gt;
:2  -- Force shutdown. Kill any possibly active sessions&lt;br /&gt;
:3  -- Pop up a dialog asking the user what to do if sessions are still active&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Full stop example&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Don&amp;#039;t ask, log out and halt machine, killing any sessions&lt;br /&gt;
&lt;br /&gt;
 dcop ksmserver default logout 0 2 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Upgrading from KDE3 or from TDE 3.5.x to R14.0.x==&lt;br /&gt;
&lt;br /&gt;
If you are migrating from KDE3 or upgrading from TDE 3.5.x, you can reuse your own settings in TDE R14.0.x.&lt;br /&gt;
When logging into R14.0.x for the first time, TDE will automatically execute a script which will migrate as many of your KDE3/TDE3.5.x settings as possible. At the end of the process, your KDE3/TDE3.5.x profile will still exist (unchanged) and a new TDE profile will have been created inside the &amp;#039;&amp;#039;&amp;#039;~/.trinity&amp;#039;&amp;#039;&amp;#039; folder.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;Please refrain from renaming your .kde into .trinity before running R14.0.x. If you do so, the migration process will not take part and some applications may not run smoothly after that. See [http://bugs.pearsoncomputing.net/show_bug.cgi?id=2356 here] for an example of problems that may arise if you rename your .kde folder manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Upgrading from an old version (pre Dec/2014)==&lt;br /&gt;
&lt;br /&gt;
Depending on your previous version of TDE, the file /etc/trinity/tdm/tdmrc may change from a script-generated file to a config file.&lt;br /&gt;
It is advisable to accept the newer file if you are upgrading from an old version to TDE &amp;gt;= R14.0.0.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1431</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1431"/>
		<updated>2020-08-20T02:13:34Z</updated>

		<summary type="html">&lt;p&gt;Michael: typo, file size&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing a desktop.&lt;br /&gt;
&lt;br /&gt;
Note!:  Prior to installing TDE, do a full update (and reboot if /boot was modified).&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get dist-upgrade&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
Save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then copy it into /usr/share/mx-packageinstaller-pkglist .  Assuming you&amp;#039;ve saved it in your ~/Downloads folder:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
sudo cp tde.pm /usr/share/mx-packageinstaller-pkglist/&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
ls -al --color=always /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4489 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Reboot if /boot was modified during the TDE install process&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* {set default window manager, etc.}&lt;br /&gt;
* Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1430</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1430"/>
		<updated>2020-08-20T02:10:49Z</updated>

		<summary type="html">&lt;p&gt;Michael: tde.pm fixed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing a desktop.&lt;br /&gt;
&lt;br /&gt;
Note!:  Prior to installing TDE, do a full update (and reboot if /boot was modified).&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get dist-upgrade&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
Save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then copy it into /usr/share/mx-packageinstaller-pkglist .  Assuming you&amp;#039;ve saved in your ~/Downloads folder:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
sudo cp tde.pm /usr/share/mx-packageinstaller-pkglist/&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
ls -al --color=always /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Reboot if /boot was modified during the TDE install process&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* {set default window manager, etc.}&lt;br /&gt;
* Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=File:Tde.xml&amp;diff=1429</id>
		<title>File:Tde.xml</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=File:Tde.xml&amp;diff=1429"/>
		<updated>2020-08-19T23:49:31Z</updated>

		<summary type="html">&lt;p&gt;Michael: Michael uploaded a new version of File:Tde.xml&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
file tde.pm for use in MX Linux 19.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1428</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1428"/>
		<updated>2020-08-18T16:13:28Z</updated>

		<summary type="html">&lt;p&gt;Michael: Bug fix workaround&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Bug Fix:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The printf, even commented out, is stopping the Package Installer from seeing the entire tde.pm.  The printf works fine from the root command line.  Given that, after downloading the tde.pm:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
- Make a backup copy of it&lt;br /&gt;
- Remove the lines in the &amp;lt;postinstall&amp;gt; section&lt;br /&gt;
- Continue below, then&lt;br /&gt;
- After you ‘Login TDE’&lt;br /&gt;
- - run the two commands (printf, chmod) that you removed from &amp;lt;postinstall&amp;gt; as root (or sudo)&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then place it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* {set default window manager, etc.}&lt;br /&gt;
* Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1426</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1426"/>
		<updated>2020-08-11T23:26:01Z</updated>

		<summary type="html">&lt;p&gt;Michael: fix typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then place it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* {set default window manager, etc.}&lt;br /&gt;
* Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1425</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1425"/>
		<updated>2020-08-11T16:08:54Z</updated>

		<summary type="html">&lt;p&gt;Michael: I hate editing wiki&amp;#039;s!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then place it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Logout of Xfce4&lt;br /&gt;
* {set default window manager, etc.}&lt;br /&gt;
* Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1424</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1424"/>
		<updated>2020-08-11T16:06:44Z</updated>

		<summary type="html">&lt;p&gt;Michael: added &amp;#039;all versions&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then place it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Logout of Xfce4&lt;br /&gt;
{set default window manager, etc.}&lt;br /&gt;
Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually (all versions)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1423</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1423"/>
		<updated>2020-08-11T16:05:38Z</updated>

		<summary type="html">&lt;p&gt;Michael: round 2...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, save the file [[Media:Tde.xml]] (Save Link As...) to your computer and rename it to tde.pm . Then place it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Logout of Xfce4&lt;br /&gt;
{set default window manager, etc.}&lt;br /&gt;
Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1422</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1422"/>
		<updated>2020-08-11T16:02:06Z</updated>

		<summary type="html">&lt;p&gt;Michael: fixing tde.pm download link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, rename [[Media:Tde.xml]] to tde.pm and put it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Logout of Xfce4&lt;br /&gt;
{set default window manager, etc.}&lt;br /&gt;
Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1421</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1421"/>
		<updated>2020-08-11T15:59:51Z</updated>

		<summary type="html">&lt;p&gt;Michael: re-arrange notes into one place&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, rename [[File:Tde.xml]] to tde.pm and put it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Logout of Xfce4&lt;br /&gt;
{set default window manager, etc.}&lt;br /&gt;
Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1420</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1420"/>
		<updated>2020-08-11T15:56:07Z</updated>

		<summary type="html">&lt;p&gt;Michael: re-arrange notes into one place&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a singular /etc/apt/sources.list file.  If you are adding TDE manually create a separate file containing the TDE repositories and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
-rw-r--r-- 1 root root 427 Jul 26 21:29 /etc/apt/sources.list.d/trinitydesktop.org.list&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Global Information (read first)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a /etc/apt/sources.list file.  If you are adding TDE manually create a separate file and and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, rename [[File:Tde.xml]] to tde.pm and put it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Logout of Xfce4&lt;br /&gt;
{set default window manager, etc.}&lt;br /&gt;
Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1419</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1419"/>
		<updated>2020-08-11T15:49:59Z</updated>

		<summary type="html">&lt;p&gt;Michael: Updated with the file path and complete instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Global Information (read first)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a /etc/apt/sources.list file.  If you are adding TDE manually create a separate file and and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
We have an installation file for MX Linux 19.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
You will need to have installed MX Linux from the MX Live USB, or any other method that results in a full MX install that includes installing the desktop Xfce.&lt;br /&gt;
&lt;br /&gt;
To Install:&lt;br /&gt;
&lt;br /&gt;
After the MX install, rename [[File:Tde.xml]] to tde.pm and put it into /usr/share/mx-packageinstaller-pkglist .  &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
# ll /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
-rw-r--r-- 1 root root 4196 Jul 26 21:24 /usr/share/mx-packageinstaller-pkglist/tde.pm&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then from Xfce4&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Menu &amp;gt;&amp;gt; MX Tools &amp;gt;&amp;gt; MX Package Installer&lt;br /&gt;
{Tab} Popular Applications&lt;br /&gt;
{Expand} Desktop Environments&lt;br /&gt;
{Check} Trinity Desktop Environment&lt;br /&gt;
{Click} Install&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Logout of Xfce4&lt;br /&gt;
{set default window manager, etc.}&lt;br /&gt;
Login TDE&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=File:Tde.xml&amp;diff=1418</id>
		<title>File:Tde.xml</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=File:Tde.xml&amp;diff=1418"/>
		<updated>2020-08-11T15:37:52Z</updated>

		<summary type="html">&lt;p&gt;Michael: file tde.pm for use in MX Linux 19.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
file tde.pm for use in MX Linux 19.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1417</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1417"/>
		<updated>2020-08-11T15:35:01Z</updated>

		<summary type="html">&lt;p&gt;Michael: First edit for tde.pm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Global Information (read first)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a /etc/apt/sources.list file.  If you are adding TDE manually create a separate file and and place it in the directory /etc/apt/sources.list.d .&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;MX-19 Automagically (mostly)&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
For MX-19, place the attached tde.??? into {edit after file upload, so I know what the names are...}&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Manually&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1411</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1411"/>
		<updated>2020-07-29T22:41:09Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* R14.0.x series */  Add MX-19 Debian version, note automated tde.pm exists.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-19 - Use debian buster packages&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
{Needs to be finalized: For MX-19, you can use the tde.pm posted to the trinity-users mailing list.  I&amp;#039;ll update/upload it to this page when finalized.  Until then, you can follow the manual instructions here.}&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a /etc/apt/sources.list file.  Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example MX-18:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1410</id>
		<title>MX Linux Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.org/index.php?title=MX_Linux_Trinity_Repository_Installation_Instructions&amp;diff=1410"/>
		<updated>2020-07-29T22:36:35Z</updated>

		<summary type="html">&lt;p&gt;Michael: /* Warnings / Notes */  Added length of time I&amp;#039;ve been using MX.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your MX Linux system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;MX Linux Summary&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a combination of official Debian stable and antiX repositories in addition to their own repositories for keeping components current.  MX Linux releases once per year and its versions are named based upon the year (MX-18 was released December 20, 2018).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Systemd is included by default but not enabled.  No official support will be provided for users who choose to run MX Linux using systemd (see MX Users Manual for additional information).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Links:&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
https://mxlinux.org/manuals&amp;lt;br /&amp;gt;&lt;br /&gt;
https://forum.mxlinux.org/&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Warnings / Notes&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There are no official TDE packages available for MX Linux.  Per MX Linux forums, TDE has been installed sporadically on MX Linux back to ~2015.  Michael has been running TDE in MX-18 (since 01/19) and MX-19 (since 07/20).&lt;br /&gt;
&lt;br /&gt;
You can still install TDE in your computer in one of the following ways.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Use official TDE packages for Debian. Modify the instructions available at this [[DebianInstall|page]] with the below and use the corresponding Debian version as noted here.&lt;br /&gt;
&lt;br /&gt;
* MX-18 - Use debian stretch packages&lt;br /&gt;
* MX-17 - Use debian stretch packages&lt;br /&gt;
&lt;br /&gt;
MX Linux uses a sources list directory system not a /etc/apt/sources.list file.  Add the package manager lines as shown on the [[Debian_Trinity_Repository_Installation_Instructions#Configure_the_package_manager|Configure the package manager]] section to a file and place it in the directory /etc/apt/sources.list.d&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;root@local [/etc/apt/sources.list.d]# cat trinity-desktop-environment.list&lt;br /&gt;
&lt;br /&gt;
## Trinity Desktop Environment - TDE R14.0.x&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x stretch main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x stretch main&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in MX Linux.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>