How to open .TD files on Linux

To open .TD files on Linux, open the file in a text editor (for example, from your file manager with “Open With” → a text editor) and confirm it is XML.

Step-by-step instructions

  1. Open the file in a text editor (for example, from your file manager with “Open With” → a text editor) and confirm it is XML.
  2. If your desktop environment uses the shared MIME database, it may label the file as application/urc-targetdesc+xml; you can still open it with any XML-aware editor.

Common issues

The .td file won’t open in an “archive” or unzip tool

Despite some descriptions online, .td is commonly mapped to a URC Target Description XML document (application/urc-targetdesc+xml), not a compressed archive format.

  1. Open the file with a text editor and check whether it starts with XML (for example, an XML declaration like <?xml ...?>).
  2. If it is XML, use an XML editor/IDE to view it; if it is not XML, re-check what application created it and whether the extension is correct.

The file opens as garbled text

If the file is binary or encoded unexpectedly, it may not be a URC TD XML document, or it may be corrupted/truncated.

  1. Verify the file size and re-download or re-copy it from the source system.
  2. Check for XML structure (angle-bracket tags); if absent, confirm the producing app and request the correct export format.

Linux shows an unexpected type or icon association

Linux desktops often rely on the shared-mime-info database and filename globs to map extensions (like .td) to MIME types, which may affect what app is suggested by default.

  1. Use “Open With” to pick your preferred text/XML editor for .td files.
  2. If you manage system MIME associations, verify your environment’s shared-mime-info configuration and override the default app if needed.

Security note

.td files are XML documents; they typically do not contain executable code, but malformed or hostile XML can still target weaknesses in an XML parser. Prefer reputable, up-to-date editors/tools to view them.

Back to .TD extension page