Skip to content
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions data/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,3 +519,22 @@
text: '
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>
<p>Note: graphical installation of Flatpak apps may not be possible with Slackware.</p>'

- name: T2 SDE Linux
logo: "t2sde.svg"
steps:
- name: Install Flatpak
text: '
<p>Build and install Flatpak along with all its required dependencies by running the top-level build script inside the source tree:</p>
<terminal-command>t2 install flatpak</terminal-command>
<p>If you lack a global symlink for the tool in your <code>$PATH</code> environment variable, use the local prefix instead:</p>
<terminal-command>./t2 install flatpak</terminal-command>'

- name: Add the Flathub repository
text: "
<p>Flathub is the best place to get Flatpak apps. To enable it, run:</p>
<terminal-command>flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo</terminal-command>"

- name: Restart
text: '
<p>To complete setup, restart your system. Now all you have to do is <a href="https://flathub.org/">install apps</a>!</p>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is graphical installation of Flatpak apps supported on T2 SDE Linux? If not, please add the same note as for example Slackware. Thanks!

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it is supported

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

364 changes: 364 additions & 0 deletions source/img/distro/t2sde.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.