This might be an odd question, but I like to know how to make file-roller except odt files to be opened.
I am working pretty much with odt files as templates. I need to open them quite often and look into the containing xml files for some nerdy developer reasons.
In the past (12.04 and before) file-roller would open odt files without problem (since they are simple zip compressed files with an other ending). In 14.04 and 16.04 I had to do some magic (I do not recall) via gconf-editor to make file-roller open those odt files without renaming them to a .zip ending.
Now I am on 18.04 and there is not much configuration left in gconf and I cannot find anything related in dconf either.
So could somebody please enlighten me on how file-roller determines that ".odt" is a not-supported fileytype or a solution on how to teach file-roller to open my odt files without renaming them beforehand.
I already tried to add odt to the zip section in /etc/mime.types, but this does not seem to have any impact on file-roller.
Many thx for any hints into the right direction.
[UPDATE] @clearkimura
I use Nemo, but same with nautilus.
arkin Kubuntu 18.04 does what you want without any additional steps. Installingark(in the universe repo) would pull in some "kde/qt" dependencies but get the job done. – DK Bose Dec 14 '18 at 14:43.zip)? It works for me in Lubuntu 18.04.1 LTS. – sudodus Dec 14 '18 at 15:08file-roller, so let us hope someone who knows will chip in and help you :-) – sudodus Dec 14 '18 at 15:33find .* -name "*file-roller*", and look into the files you find (I found a few in my home directory.) – sudodus Dec 14 '18 at 15:42find .* -name "*file-roller*"did not find any files in my home folder (beside svg images), neither on my 18.04 system, nor on my 16.04 system, where file-roller opens odt files. – mondjunge Dec 14 '18 at 16:32file *.odt; mimetype *.odt; 3. what is the file manager in use? – Jan 11 '19 at 14:59