poinck,

This website consists only of ads, why bother sharing it?

halm,
@halm@leminal.space avatar

I see zero ads on 9to5linux, why bother going online without an adblocker?

TwinTusks,
@TwinTusks@bitforged.space avatar

See, these are the people where websites generate their revenue.

BlanK0,

Use ublock origin, it will change your life

lemmyreader,

Yes, this! uBlock Origin rocks.

1984,
@1984@lemmy.today avatar

It’s really slow progress on these things. Someone should make a better file browser with features like Dolphin for Gnome.

leopold, (edited )

Nemo? Thunar?

1984,
@1984@lemmy.today avatar

No. :) Those are even less full featured than nautilus.

mlg,
@mlg@lemmy.world avatar

My dude nautilus didn’t even have its own open in terminal button until 2022.

dukatos,

Thunar is a way, way better…

QuazarOmega,

Cool, but is copy path to file a thing yet?

BlanK0,

Not sure 🤔, I have been using a lot ranger lately

beeng,

Try “lf”. It’s ranger written in go. == lots faster.

QuazarOmega,

Ranger is amazing, I never thought to use it as my default file manager

yianiris,
@yianiris@kafeneio.social avatar

worker sucks less

@QuazarOmega @BlanK0

QuazarOmega,

This Worker? That’s interesting, though it’s nit really to my taste

sv1sjp,
@sv1sjp@lemmy.world avatar

++ as well as searching on a folder simply by the first letter, without searching everywhere

galmuth,

They intentionally removed this feature years ago. It was possible to reenable via a dconf setting for a while but I believe that was also eventually removed.
So annoying.

drz,

It’s absolutely insanity that this feature was removed. I stopped using Nautilus because of this.

Doods,

++ Compact view (as Nemo calls it)

skullgiver,
@skullgiver@popplesburger.hilciferous.nl avatar

What do you mean with “copy path to file”? Do you mean “copy to clipboard”, as in, store the absolute path of a file to the clipboard?

Last time I needed this, all I needed to to was copy a file/folder and paste it in a text editor. Drag and drop also worked for most programs, though some tools weren’t d&d aware and don’t accept input that way.

I don’t use this feature often, though, so it may have changed since I last tried. It also tended to prepend protocols like dav:// or smb:// when copying files from shares rather than copying the path to the place these shares were mounted.

infeeeee, (edited )

Yes, Gnome is context aware if you ctrl+c a an image file, and you paste it to a text editor it will paste it as a path, if you paste it in an image editor it will be pasted as an image, if the program supports it (e.g. it works in Krita, but not in Pinta)

Drag and drop is not working because of Wayland. Between 2 windows of the same app, e.g. Nautilus it’s working.

walthervonstolzing, (edited )
@walthervonstolzing@lemmy.ml avatar

Putting the following with executable permissions inside ~/.local/share/nautilus/scripts/SCRIPTNAME adds a right click menu to Nautilus that serves the same purpose:


<span style="color:#323232;">#!/bin/bash
</span><span style="color:#323232;">
</span><span style="color:#323232;">CLIPBD=''
</span><span style="color:#323232;">[[ "${XDG_SESSION_TYPE}" == "x11" ]] && CLIPBD='xsel -ib'
</span><span style="color:#323232;">[[ "${XDG_SESSION_TYPE}" == "wayland" ]] && CLIPBD='wl-copy --trim-newline' && wl-copy --clear
</span><span style="color:#323232;">
</span><span style="color:#323232;">echo -n "${NAUTILUS_SCRIPT_SELECTED_FILE_PATHS}" 
</span><span style="color:#323232;">  | tee >(xargs -I {} notify-send "Path Copied:" "{}") 
</span><span style="color:#323232;">  | ${CLIPBD}
</span>

The ‘notify-send’ bit isn’t necessary; it just puts up a notification.

Mentioning only because it’s a simple demonstration of a pretty easy way to extend Nautilus for all kinds of purposes; w/o messing around with the pygobject interface. (There’s supposed to be an xdg standard for file manager extensions like this, but managers use their own custom folders, syntax, etc. for such extensions. I think pcmanfm adheres to the standard; Dolphin requires a .desktop file somewhere; Thunar, Caja, & Nemo work similar to Nautilus.)

lefaucet,

Bad ass! Thank you for this wisdom

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #