Simple Screen Recorder by default uses mkv whereas Youtube and Odysee.com don’t support mkv.

GIMP and Krita save the updated image in some forgettable format and not jpg or png. It’s a pain in the Jazz converting these things and uploading it to reddit/imgur or sending it to friends who aren’t using Linux.

Most applications use .tax.gz or something for creating a compressed file , you can’t open those damn files on android.

I have experienced this incompatibility several times, but these are the ones I remember right now, I am pretty sure more avid users have encountered this thousands of times in different applications. I love Linux, but why can’t we use file extensions which are most supported? I mean, I checked, .zip is opensource, I could have understood if it wasn’t and we used some open source alternative, but this is creating resistance in linux usage which isn’t really needed. We don’t need the user experience to be bad and this makes it bad.

Also, you might say, “hey don’t be lazy, just click on jpg every time you save an image through gimp” or “just make mp4 the default in simplescreenrecorder”, but this adds up pretty fast and you can’t ask every user to do unnecessary adjustments after they install applications. This has to stop!

  • @deong
    link
    11 year ago

    There’s not much going on here except for familiarity and some gaps in your knowledge of computers as a whole.

    As others have said, Gimp saves files in a project file format that preserves things like layers and edits that aren’t possible with png or jpg. It’s the equivalent of Microsoft Word using .docx vs exporting as PDF. You can’t save your Word doc as a PDF, delete the docx file, and then expect to be able to open it back up in Word and continue editing. If someone needs a PDF and you keep sending them docx files because you don’t understand the difference, that’s an education problem, not a technical one.

    Something like zip vs tarballs…you’re really only seeing one small part of the world here. “We don’t need the user experience to be bad” is actually a good observation, but you don’t have a full understanding of what constitutes the user experience. As an example, a tgz file stores Unix file attributes, and zip doesn’t. So if I’m not sending the file to a Windows user, zip makes for an incredibly bad user experience. If I zip up a directory full of files with specific owners and permissions, when I unzip it later, I’ll have lost that information. If the “default” compression for Linux (and that’s kind of not a sensible concept, but let’s go with it) were zip, then the vast majority of Linux users would have to exactly what you don’t think people should have to do – go change the defaults after they install applications. Most Linux users don’t want there to be a baked in choice that will be wrong half the time. I want to make a zip file to send to Windows and a tarball to use locally, and I want to make that choice consciously based on what problem I’m trying to solve.