Curious if there are any plans to put SublimeText 4 into a Flatpak on Flathub?
Currently I am running in toolbox, which is just a mutable container for Fedora SilverBlue (next best option next to flatpak). Problem is I am having some problems getting sublime text 4 to launch inside there through the desktop file. It will launch via subl inside the container but not through the toolbox call. I know this is likely more of a fedora thing but figured I would ask here in case anyone else had battled this.
[Desktop Entry]
Name=Sublime Toolbox
GenericName=Text Editor
Comment=Edit source code
Icon=sublime-text.svg
Exec=toolbox run -c fedora-toolbox-35 /opt/sublime_text/sublime_text
Terminal=false
StartupNotify=true
Type=Application
MimeType=text/plain;
Categories=TextEditor;Development;Utility;