* fox (helium-browser-bin): .desktop file
For some reason the .desktop file doesn't exec the correct binary anymore?
```
[Desktop Entry]
Version=1.0
Name=Helium Browser
GenericName=Web Browser
Comment=Access the Internet
Exec=helium %U
StartupNotify=true
StartupWMClass=helium
Terminal=false
Icon=net.imput.helium
Type=Application
Categories=Network;WebBrowser;
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=New Window
Exec=helium
[Desktop Action new-private-window]
Name=New Incognito Window
Exec=helium --incognito
```
This should fix that
* use desktop-file-install
* oh. my. god.
* move to right spot and remove stuff
* back to this
---------
(cherry picked from commit e5cb8d7a1b)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Terra Sources
Terra is a rolling-release Fedora repository for all the software you need. With Terra, you can install the latest packages knowing that quality and security are assured.
See the introduction at our website.
This monorepo contains the package manifests for all packages in Terra.
Installation
The latest detailed instructions are available in our Devdocs: https://developer.fyralabs.com/terra/installing
Fedora
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
If you are using immutable/atomic editions of Fedora, run the following commands instead:
curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo
sudo rpm-ostree install terra-release
Optionally, you can install terra-release-extra to use the Extras repository. This also installs the Nvidia, and Mesa streams but does not enable them.
Enterprise Linux (EL)
Only EL10 is supported. Not all packages available in Terra are available in Terra EL at this time.
Terra EL requires the EPEL repos, which may be installed with:
sudo dnf install 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-$releasever.noarch.rpm'
And Terra EL itself can be installed with:
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terrael$releasever' terra-release
Contributions
First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please join our chats.
Documentation
Our documentation can be found on our Devdocs.
Searching Packages
pkgs.org and Repology provide a list of the packages available in Terra.
Questions?
Feel free to reach out by joining our community. We're always happy to help!