####################################################################### # 2019/02/04 - PsychOS 3.2.8 - File formats, aliases, and persistence # ####################################################################### I've pretty much have spent the last two days checking to see what all the file formats PsychOS can handle and adding conversion options to Thunar's cutom actions. Doing this has also helped securing MIME types and what the default programs should be used if someone just mindlessly double-clicks a file. I tried using 'Kazam' as a screen recorder; it's not worth it. SimpleScreenRecorder is much better, though not as eye-appealing. I ran an 'apropos convert' on PsychOS and I may try using as many of the ?2? results as I can instead of 'soffice -convert-to' because every now and then, though rare and I'm not sure what's causing it, 'soffice' will hang around as a running process after the conversion, which prevents 'LibreOffice' from running as normal. I had an interesting idea of adding aliases to give people who are used to other package managers something more familiar. 'sudo zypper update' = 'sudo apt update.' There is a package manager translator called 'mew'. There is 'pacapt' for Arch users. I'm also thinking about adding an alias for 'apt search' so if it doesn't find anything, it will run a 'whohas' search next. I'm looking up how to add persistence if running PsychOS live from a USB. Appearantly, all I have to do is create a partition that needs to be EXT4 with a file called persistence.conf containing the text "/union" without the double quotes.