5

Linux weirdness of yesterday. I was copying files from one file manager to another. If the managers weren't the same file manager they couldn't see each others copy and paste selections. Which is kind of odd. I am not used to copy paste being incompatible on the platforms I use. One of those managers was Dolphin and another with a generic name called Files. So I don't know if this is KDE weirdness or what. Since I transitioned from Gnome I have like 3 file managers I use because each one has different features I like. Yeah, probably not great for file copying. I just never imagined they wouldn't work together.

Comments
  • 2
    Thunar or go home I guess.
  • 3
    clipboard is more complicated than you think

    xclip -selection clipboard -o -t TARGETS

    xclip -selection clipboard -o -t ${target}

    in linux there are 3 clipboards. Each of them have an arbitrary number of containers/tags for the copied data. Each app can create and use its own containers/tags [targets], formatting the copied content into each differently, e.g. copy from a browser -- you can paste as plaintext, as HTML, as rtf, etc.

    most likely those file managers are using their own targets for clipboard data.

    afaik windows is not much different
  • 3
    @netikras I will have to pay more attention on Windows then. I have use a custom window manager before, but most of the time I just use the default. I have messed with drag and drop programming wise, but not clipboard.
  • 2
    @Demolishun you just gave me Vietnam flashbacks about drag and drop programming in WinAPI.
  • 3
    I agree with all of you on all counts.

    Still, why not just cp?

    It's probably faster than any GUI and guaranteed to work.
  • 3
    @Lensflare

    Drag and drop, just like OS level copy paste is a hard problem.

    You cannot just byte copy everything.

    There's so much fucking metadata that thankfully vendors agreed to that make it possible that I would say it's actually one of the modem modern wonders of the world.
  • 2
    I've been spoiled too much by years of using Norton Commander, then Windows / Total Commander.

    On Linux, I used to use the Midnight Commander, but needed something newer.

    As such, it's Krusader or Double Commander for me, depending on the availability on the distro.
  • 2
    And it seems my autocorrector made me say retarded shit.

    Meaning double words and such.

    I dunno, might have been me, but I wasn't drunk when I posted that...
Add Comment