On Sunday 02 August 2020 03:12:13 am Ken Heard wrote: > I note that in the instructions for installing TDE R14.0.8 say to run as > root the following: > apt-get update > aptitude install TDE-trinity If you're installing to MX Linux 19, you can put the attached file in /usr/share/mx-packageinstaller-pkglist . Then from the Xfce Menu >> MX Tools >> MX Package Installer >> Popular Applications >> Desktop Environments, check TDE and click install. * It’ll do everything for you. I don’t know if there is any equivalent concept for plain Debian or other Debian derivatives. Best, Michael * Instructions to remove Xfce are on the MX Linux forums.
<?xml version="1.0"?> <app> <category> Desktop Environments </category> <name> TDE </name> <description> <am>Install the Trinity Desktop Environment</am> <ar>Install the Trinity Desktop Environment</ar> <bg>Install the Trinity Desktop Environment</bg> <bn>Install the Trinity Desktop Environment</bn> <ca>Install the Trinity Desktop Environment</ca> <cs>Install the Trinity Desktop Environment</cs> <da>Install the Trinity Desktop Environment</da> <de>Install the Trinity Desktop Environment</de> <el>Install the Trinity Desktop Environment</el> <en>Install the Trinity Desktop Environment</en> <es>Install the Trinity Desktop Environment</es> <et>Install the Trinity Desktop Environment</et> <eu>Install the Trinity Desktop Environment</eu> <fa>Install the Trinity Desktop Environment</fa> <fil_PH>Install the Trinity Desktop Environment</fil_PH> <fi>Install the Trinity Desktop Environment</fi> <fr>Install the Trinity Desktop Environment</fr> <he_IL>Install the Trinity Desktop Environment</he_IL> <hi>Install the Trinity Desktop Environment</hi> <hr>Install the Trinity Desktop Environment</hr> <hu>Install the Trinity Desktop Environment</hu> <id>Install the Trinity Desktop Environment</id> <is>Install the Trinity Desktop Environment</is> <it>Install the Trinity Desktop Environment</it> <ja_JP>Install the Trinity Desktop Environment</ja_JP> <ja>Install the Trinity Desktop Environment</ja> <kk>Install the Trinity Desktop Environment</kk> <ko>Install the Trinity Desktop Environment</ko> <lt>Install the Trinity Desktop Environment</lt> <mk>Install the Trinity Desktop Environment</mk> <mr>Install the Trinity Desktop Environment</mr> <nb>Install the Trinity Desktop Environment</nb> <nl>Install the Trinity Desktop Environment</nl> <pl>Install the Trinity Desktop Environment</pl> <pt_BR>Install the Trinity Desktop Environment</pt_BR> <pt>Install the Trinity Desktop Environment</pt> <ro>Install the Trinity Desktop Environment</ro> <ru>Install the Trinity Desktop Environment</ru> <sk>Install the Trinity Desktop Environment</sk> <sl>Install the Trinity Desktop Environment</sl> <sq>Install the Trinity Desktop Environment</sq> <sr>Install the Trinity Desktop Environment</sr> <sv>Install the Trinity Desktop Environment</sv> <tr>Install the Trinity Desktop Environment</tr> <uk>Install the Trinity Desktop Environment</uk> <vi>Install the Trinity Desktop Environment</vi> <zh_CN>Install the Trinity Desktop Environment</zh_CN> <zh_TW>Install the Trinity Desktop Environment</zh_TW> </description> <installable> all </installable> <screenshot>https://www.trinitydesktop.org/media/screenshots/large/tde1.png</screenshot> <preinstall> # Import GPG signing key wget -O /tmp/trinity-keyring.deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb dpkg -i /tmp/trinity-keyring.deb rm /tmp/trinity-keyring.deb 2>/dev/null # Configure the package manager rm /etc/apt/sources.list.d/trinitydesktop.org.list 2>/dev/null echo "# Trinity Desktop Environment - Stable">>/etc/apt/sources.list.d/trinitydesktop.org.list echo "deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x buster main">>/etc/apt/sources.list.d/trinitydesktop.org.list echo "deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x buster main">>/etc/apt/sources.list.d/trinitydesktop.org.list echo "# deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x buster main">>/etc/apt/sources.list.d/trinitydesktop.org.list echo "# deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x buster main">>/etc/apt/sources.list.d/trinitydesktop.org.list # Download new package information apt-get update </preinstall> <install_package_names> tde-trinity </install_package_names> <postinstall> # Add the policykit-authenticator workaround printf '#!/bin/sh\n[ "$1" = "--disable-internal-agent" ] && shift\ntdesu -- "$@"\n' > /opt/trinity/bin/pkexec chmod +x /opt/trinity/bin/pkexec </postinstall> <uninstall_package_names> tde-trinity trinity-keyring </uninstall_package_names> <postuninstall> # Remove the policykit-authenticator workaround rm /opt/trinity/bin/pkexec 2>/dev/null # Remove the package manager sources.list we created rm /etc/apt/sources.list.d/trinitydesktop.org.list 2>/dev/null apt-get update </postuninstall> </app>
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxxxxxx For additional commands, e-mail: trinity-users-help@xxxxxxxxxxxxxxxxxxxxxxxxxx Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting