this post was submitted on 16 Aug 2023
-18 points (15.4% liked)

Linux

49215 readers
333 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 year ago

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

MKV is a much smarter choice for recording things that can be interrupted at any time, with MP4 if you don't finalize the recording it will be unplayable without additional work. It is also the format that OBS defaults to for exactly that reason.

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.

They are not forgettable formats, they are project files and are needed to preserve any changes you made in that project as well as layer information and project settings. If you need a JPEG/PNG you need to export it as such, which is done with 2 clicks. Photoshop also does not save your project as PNG.

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

.tar.gz is vastly superior to zip in compression speed and file size it can also store Unix file attributes (like owner, group, executable, ...) which zip cannot do and as such is insufficient for sharing files between Unix machines. However, both GNOME and KDE include an archive tool that can do both with no extra work.

I love Linux, but this resistance you experience when you do anything sharable is a pain in the jazz.

Linux is about choice with sensible defaults. None of the examples you mentioned seem unsensible to me.