9to5linux.com

poinck, to linux in Nautilus File Manager Gets More Features Ahead of the GNOME 46 Release - 9to5Linux

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, to linux in Nautilus File Manager Gets More Features Ahead of the GNOME 46 Release - 9to5Linux
@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, to linux in Nautilus File Manager Gets More Features Ahead of the GNOME 46 Release - 9to5Linux

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

njordomir, to linux in Budgie 10.9 Desktop Adds Initial Wayland Support, Redesigned Bluetooth Applet - 9to5Linux

I’m a KDE user, but had a great experience using Budgie. I’m glad this software is an option for people.

morrowind, to linux in Budgie 10.9 Desktop Adds Initial Wayland Support, Redesigned Bluetooth Applet - 9to5Linux
@morrowind@lemmy.ml avatar
const_void, to linux in Open Source Firmware Libreboot 20240126 Adds Support for New Hardware - 9to5Linux

Those Dell Latitude E6530s are going for about $100 on ebay. Time to pick one up and do some tinkering.

xtapa, to linux in Mozilla Firefox 122 Is Now Available for Download, Here's What's New

I wish they would finally add native vertical tabs. One of the few things I really appreciated about the latest Edge.

corsicanguppy, to linux in Mozilla Firefox 122 Is Now Available for Download, Here's What's New

Apparently it’s comma splices.

Deebster, to linux in Mozilla Firefox 122 Is Now Available for Download, Here's What's New
@Deebster@lemmy.ml avatar

In addition, the “Search Bar” settings in Settings > Search, which let you choose between using the address bar for search and navigation or add the search bar in the toolbar, is also gone in Firefox 122.

This doesn’t affect me, but I’m sure there’s going to be a vocal tiny percent that absolutely hate this news.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Motherfuckers!

kbal,
@kbal@fedia.io avatar

A quick look at the documentation seems to indicate that they have not removed or officially deprecated the feature, only made it more complicated to configure it.

soulfirethewolf,

Average Mozilla development

kbal, to linux in Mozilla Firefox 122 Is Now Available for Download, Here's What's New
@kbal@fedia.io avatar

will finally ship with a DEB package for Debian-based distributions

That's good news for the more specifically Ubuntu-based distributions and their users. I trust that Debian will continue to build its own packages.

SuperSpruce,

Interestingly, just today I switched Firefox from a snap to a deb due to the limitations of the former on Ubuntu.

wiki_me,

I had some issues that happened on debian and not on firefox nix package, maybe debian packaging is not great and this can help improve it.

kevincox,
@kevincox@lemmy.ml avatar

It may still be nice to have a reference implementation. For example maybe they can see if there are extra hardening options that they can enable or adopt the more seamless update flow.

Ephera,

Yeah, really happy about this. $WORKPLACE uses Ubuntu and the Snap is just mildly broken in multiple ways. The .tar.bz2 works, but we would have had to script the download + creation of the .desktop file. We successfully procrastinated doing the latter long enough, that Mozilla fixed it.

WarmApplePieShrek, to linux in XOrg Server and Xwayland Patched Against Multiple Security Vulnerabilities - 9to5Linux

funny wayland propaganda. They patched these issues, proving they don’t patch issues. Are you serious?

lemmyvore, to linux in XOrg Server and Xwayland Patched Against Multiple Security Vulnerabilities - 9to5Linux

But people told me X is not being maintained anymore.

ExLisper,

Yeah, they lied. X being dead and full of security issues is just a FUD. Keep calm and carry on using X.

superbirra,

which is in fact the only productive choice one can do :) when distro will force switch, then we will see

WarmApplePieShrek,

Distros already force switch, it doesn’t work as well.

superbirra,

I’m using debian sid and I’ve got no problem in using xorg until today so I’d say you are wrong :)

NamelessGO,

Actively developed is different from “maintained”

OpenOffice (OO) is being maintained and shouldn’t be used

LibreOffice is being actively developed and should be used as a replacement to OO

Legacy softwares such as X11 and OO get updates to fix vulnerabilities

You prob said as irony, so used this opportunity to promote LibreOffice :)

www.libreoffice.org/…/libreoffice-vs-openoffice/

phundrak,

I invite everyone to take a look at Open Office’s commits over the past few years, it’s hilarious

Secret300, to linux in PipeWire Camera Support is Coming to OBS Studio for Linux Desktops

What’s the advantage of this?

shreddy_scientist,
@shreddy_scientist@lemmy.ml avatar

It’ll allow for streaming from a camera directly into OBS. Unless I’m truly horrible with OBS, I currently can only get my screen and audio on a recording. I haven’t found an option to also have my camera feed be recorded along with audio, even with my camera as the mic. Meaning there’s no option to have your face in the bottom corner of a screen recording. So this will allow that to be possible.

Secret300,

Ah okay thanks for the explanation

Piya, to linux in Debian Bookworm and Bullseye Users Receive Important Linux Security Updates

This update underscores Debian’s commitment to user security. Bookworm and Bullseye users should promptly apply these important Linux security updates to enhance system protection. Staying current with these patches ensures a resilient and secure computing environment. Debian’s proactive approach is commendable in addressing potential vulnerabilities and maintaining the integrity of users’ Linux systems.

corvus, to linux in Debian Bookworm and Bullseye Users Receive Important Linux Security Updates
@corvus@lemmy.ml avatar

Still on 6.1.0-17 and nothing shows up after sudo apt update.

SpaceCadet, (edited )
@SpaceCadet@feddit.nl avatar

You’re good. That’s the latest image, it’s just the confusing Debian version scheme where the package version is not the same as the kernel version. Debian package version 6.1.0-17 = kernel version 6.1.69-1

See:


<span style="color:#323232;">$ uname -a
</span><span style="color:#323232;">Linux debian12 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux
</span>

And:


<span style="color:#323232;">$ dpkg-query --list linux-image-6.1.0-17-amd64
</span><span style="color:#323232;">Desired=Unknown/Install/Remove/Purge/Hold
</span><span style="color:#323232;">| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
</span><span style="color:#323232;">|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
</span><span style="color:#323232;">||/ Name                       Version      Architecture Description
</span><span style="color:#323232;">+++-==========================-============-============-=================================
</span><span style="color:#323232;">ii  linux-image-6.1.0-17-amd64 6.1.69-1     amd64        Linux 6.1 for 64-bit PCs (signed)
</span>
idefix,

6.1.0-17 is the one I received today. I was on 6.1.0-16 until now.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #