this post was submitted on 22 Mar 2025
1059 points (94.2% liked)

linuxmemes

23907 readers
1495 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Ephera@lemmy.ml 38 points 3 days ago (5 children)

    I have this problem with Android. Google has turned the filesystem into unusable garbage, so you're lucky, if you can launch a gallery app with a file path and it allows you to actually go through the images in that folder.

    And of course, that's with a local file path, so the situation is completely hopeless when your images are on a network share. Unless the gallery app itself implements the network protocol, you're out of luck.
    Wanna guess how often that happens? Yeah, it simply doesn't. Even if it's theoretically just a library, when you build it into the gallery app, that dev has to continually maintain and test it.

    [–] renzev@lemmy.world 2 points 1 day ago (1 children)

    SSHFS actually works perfectly on android, just needs root. Here's the app I use.

    It's funny how the README calls it a "VERY bad solution", but so far it's the only remote filesystem tool I've seen on android that could be described as anything close to usable.

    [–] mittorn@masturbated.one 1 points 1 day ago (1 children)

    @renzev @Ephera it does not work good, because on android you have to mount sshfs 3 times to become it accessible for apps. Just little option to add 2 bind mounts and maintain it would solve fs access issues, but now manually doing it in root shell is not easy

    [–] renzev@lemmy.world 1 points 1 day ago (1 children)

    Hmmm interesting. I've never had issues with that. I just mount it once to a mountpoint in my shared storage and it just works. Probably a ROM-specific thing.

    [–] mittorn@masturbated.one 2 points 1 day ago

    @renzev for me, /mnt/runtime/default is not enough, because some apps using /mnt/runtime/read or /mnt/runtime/write as storage.

    [–] Irelephant@lemm.ee 11 points 3 days ago

    I love how android uses ext internally, but doesn't support ext drives natively.

    [–] zea_64@lemmy.blahaj.zone 6 points 3 days ago

    I can't even mount my Android storage to my computer without some unreliable MTP FUSE program.

    [–] mittorn@masturbated.one 4 points 3 days ago (1 children)

    @Ephera @renzev android fs is just sucks. You cannot share folder with other app because of gargage sepolicy. You can share folder descriptor to bypass mount namespace, but selinux will prevent accessing it until set to permissive mode. And android does not provide way to patch sepolicy for user.

    [–] Irelephant@lemm.ee 1 points 3 days ago

    Thats an interesting server. Also, did you mean garbage or garage?

    [–] Jakeroxs@sh.itjust.works 1 points 3 days ago (1 children)

    Solid Explorer on Android is great, supports all kinds of protocol connections

    [–] Ephera@lemmy.ml 5 points 3 days ago (1 children)

    I mean, thanks for the suggestion, but it doesn't seem to be open-source, so that's a hell no from me...

    [–] Jakeroxs@sh.itjust.works 3 points 3 days ago* (last edited 3 days ago) (2 children)

    Fair enough, I've been using it for like 10 years πŸ€·β€β™‚οΈ

    You also didn't specify anything about open source in the original comment lol

    [–] goldfndr@lemmy.ml 2 points 3 days ago (1 children)

    Ah, someone with experience with Solid Explorer. I'm hopeful you might be a power user.

    Long ago, I looked into it, but was dissuaded because the details views therein seemed to waste vertical whitespace. An absurdly small font, close to the bottom of the icon to maximize empty vertical space, was used for details (at least datestamp, I think).

    Is that still the case? Have they added a method to increase the font size of the details without also increasing (or perhaps simultaneously decreasing) the filename's font's size? I couldn't find one when I tried it last.

    If there's an interview with the creators wherein they extol the virtues of vertical whitespace within an item, or if some reviewer has done that for them, I'd love a link or two to read about it, see what I'm missing.

    I'm sure the functionality is great. It's the presentation I didn't like. But perhaps there are unintended consequences of a compact layout…

    [–] Jakeroxs@sh.itjust.works 1 points 2 days ago* (last edited 2 days ago)

    Haha depends on what you mean, this is the default view I believe just zoomed out (pinched, rather then swapping to the compact view, which gets rid of the timestamp)

    [–] Ephera@lemmy.ml 2 points 3 days ago

    Well, it was more of a rant, I wasn't exactly asking for suggestions. But you making a suggestion was perfectly fine anyways. I do just have opinions on proprietary Android apps.