this post was submitted on 25 Dec 2024
99 points (98.1% liked)

Linux

48923 readers
1331 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
 

Did this happend to anyone else?

all 21 comments
sorted by: hot top controversial new old
[–] bjoern_tantau@swg-empire.de 40 points 2 weeks ago

Maybe the target filesystem doesn't support those filenames. I think I saw that either with NTFS or SAMBA. Really annoying.

[–] n2burns@lemmy.ca 30 points 2 weeks ago (1 children)

Is that a limitation of the destination filesystem?

[–] LodeMike@lemmy.today 12 points 2 weeks ago (1 children)

There's an Arabic name in the bottom right. Likely the software getting confused.

[–] bdonvr@thelemmy.club 5 points 2 weeks ago (1 children)

The filename ending left to right despite the file being right to left is kinda funny

[–] LodeMike@lemmy.today 4 points 2 weeks ago (1 children)

That's exactly how it's supposed to be handled.

[–] synae@lemmy.sdf.org 4 points 2 weeks ago (1 children)

It's been a long time since I've had to deal with text rendering, so forgive me if this question is silly or uses wrong terminology:

Are the unicode LTR/RTL markers part of the filename or is the display layer supposed to figure it out by the codepoints used?

[–] LodeMike@lemmy.today -1 points 2 weeks ago* (last edited 2 weeks ago)
[–] ik5pvx@lemmy.world 28 points 2 weeks ago (1 children)

Can you check in a terminal? If you can see them in the terminal and not in the desktop you're missing a font. If you can't see them in the terminal then you've somehow mangled them. What was the OS and filesystems you copied from?

[–] bdonvr@thelemmy.club 8 points 2 weeks ago (1 children)

Unless the font if the terminal has the same issue

[–] penquin@lemm.ee 14 points 2 weeks ago (1 children)

Are the missing ones Arabic, too? If so, there is a "noto sans Arabic" font and other symbol fonts that you'll need to have installed. That's really weird, though. I have Arabic everywhere and I don't have this issue. Did you uninstall any fonts by any chance?

[–] butter_fly@lemmy.ml 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Yes, those are Arabic, but Chinese, Japanese and Bangla are also affected. And I have the fonts installed.

[–] penquin@lemm.ee 1 points 2 weeks ago* (last edited 2 weeks ago)

I'd try reinstalling the plasma workspace and see if that fixes it. Or even the whole desktop.
For some reason, I assumed you have plasma installed

[–] dragnucs@lemmy.ml 8 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Never noticed that? How do you copy them, from terminal? What software do you use? What file system do you use?

[–] butter_fly@lemmy.ml 7 points 2 weeks ago (2 children)
[–] dragnucs@lemmy.ml 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I cannot reproduce it, I just tried to copy some files with various methods but they always end up correctly named. The only difference is that I have Btrfs. I never encountered this issue when I was using ext4 though.

[–] Limitless_screaming@kbin.earth 3 points 2 weeks ago

Can't reproduce it on ext4, KDE Plasma too.

[–] Zikeji@programming.dev 4 points 2 weeks ago

Are you copying it to a locally mounted ext4 or is it a network share of an ext4 drive, and if so - what type of network share?

[–] riskable@programming.dev 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Could be a bug in Nautilus though it's so mature now that would be strange. I'd report it to their repo (don't have the link and I'm on my phone but it should be easy to find).

ext4 supports various filename encodings (simultaneously, even!) but sometimes when you copy a file from one destination to another in a batch with mixed encodings you can end up with situations like this. Especially from within a GUI.

Does the problem occur when you copy each file one by one or only in batch?

[–] butter_fly@lemmy.ml 1 points 2 weeks ago

This happened when copying in batch.

[–] blobjim@hexbear.net 2 points 2 weeks ago