You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mime-type file-opener really strictly handles its types;
It even does so when using "open with";
I cannot choose an "other application" to try to handle a file, it only allows me to download a flatpak which also handles the exact same filetype;
For example, when opening a *.tsv file, it correctly detects text/tab-separated-values, but it only allows me to use libreoffice calc.
Steps to reproduce:
Create a file /home/tom/somefile.tsv
Navigate to /home/tom in cosmic-files
Right-click on somefile.tsv
Click on "Open with..."
Expected behavior:
I would expect that it would allow me to use any application (that handles plaintext, text/plain, text/* for that matter) to edit a plain text file such as .tsv. For example, neovim handles text/plain, but I cannot in any way use Neovim to edit a tsv file through cosmic-files.
Other notes:
Nautilus does allow the user to specify any text editor (or any application at all for that matter, but full disclosure I don't like that design) to open text/tab-separated-values:
The text was updated successfully, but these errors were encountered:
Cosmic-files version:
0.1.0~1730233777~24.04~20f9292
Issue/Bug description:
*.tsv
file, it correctly detectstext/tab-separated-values
, but it only allows me to use libreoffice calc.Steps to reproduce:
/home/tom/somefile.tsv
/home/tom
in cosmic-filessomefile.tsv
Expected behavior:
I would expect that it would allow me to use any application (that handles plaintext,
text/plain
,text/*
for that matter) to edit a plain text file such as.tsv
. For example, neovim handles text/plain, but I cannot in any way use Neovim to edit atsv
file through cosmic-files.Other notes:
Nautilus does allow the user to specify any text editor (or any application at all for that matter, but full disclosure I don't like that design) to open
text/tab-separated-values
:The text was updated successfully, but these errors were encountered: