this post was submitted on 25 Dec 2024
90 points (96.9% liked)

Linux

48889 readers
932 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 20 comments
sorted by: hot top controversial new old
[–] [email protected] 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.

[–] [email protected] 30 points 2 weeks ago (1 children)

Is that a limitation of the destination filesystem?

[–] [email protected] 12 points 2 weeks ago (1 children)

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

[–] [email protected] 5 points 1 week ago (1 children)

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

[–] [email protected] 4 points 1 week ago (1 children)

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

[–] [email protected] 4 points 1 week 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?

[–] [email protected] -1 points 1 week ago* (last edited 1 week ago)
[–] ik5pvx 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?

[–] [email protected] 8 points 1 week ago (1 children)

Unless the font if the terminal has the same issue

[–] [email protected] 13 points 1 week 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?

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

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

[–] [email protected] 1 points 1 week ago* (last edited 1 week 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

[–] [email protected] 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?

[–] [email protected] 7 points 2 weeks ago (2 children)
[–] [email protected] 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.

[–] [email protected] 3 points 1 week ago

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

[–] [email protected] 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?

[–] [email protected] 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?

[–] [email protected] 1 points 1 week ago

This happened when copying in batch.