9to5linux.com

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

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.

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.

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

heliumlake, to linux in Fedora Asahi Remix Officially Released for Apple Silicon Macs
@heliumlake@lemmy.world avatar

Been daily driving Asahi (first ALARM then Fedora when they transitioned) and it’s been exciting to experience in real time how far the project has come. When I first installed, audio didn’t work, the graphics driver was incomplete, and battery life left a lot to be desired. Skip to today and it’s evident how committed marcan and other contributors are to not just porting, but making everything feel right. Highly suggest following him or Lina on Mastodon.

mfat,

How is battery life compared to Mac os?

velitedi,

Bad, but marcan has mentioned elsewhere that there’s a lot of room for improvement in this space, both active and idle

krash,

This is awesome. What hardware are you running (m1 or m2)? Also, is there anything that isn’t working?

I’ve been eyeing to buy a m* silicon based mac, but I’m not into tinkering into fixing things.

heliumlake,
@heliumlake@lemmy.world avatar

Sorry a bit let to reply, but I’m running on M1 Air and Mini. Off the top of my head, built-in microphone doesn’t work and external displays don’t work through USB/Thunderbolt. Was also having trouble getting my audio interface to work even in class compliant mode. Otherwise it’s a very polished and easy experience.

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.

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

I had a security download (but not yet installed) ready yesterday. Logged off without installing. Turned on my device today and couldnt log in. Checked my pwd 3 times before seeing "authentication service not working " iirc.

After reboot it installed and logging in worked.

Is this related or not and is it expected? Not being able to log in without a mandatory patch first so to say?

DaPorkchop_,

no that just sounds like a bug

IrritableOcelot, to linux in Scribus 1.6 Open-Source Desktop Publishing App Released as a Major Update

This seems interesting and it seems like a big update. Has anyone used this for print media formatting? Can you speak to how well it works, how easy it is to use, and what it’s like to switch if you’re coming from Publisher or InDesign?

spacecow,

I mostly use it to make my resume. It works well for that, but feel like it would be annoying to make a large document using it.

cygnus, (edited )
@cygnus@lemmy.ca avatar

I tried it years ago and it felt more like Quark to me (not a compliment) but should give it another chance. For the past several years I’ve been using Affinity Publisher in a Windows VM.

Edit: just tried it out a bit (ver. 1.5.8 because that’s what’s in the Arch repo) and it’s better than I remembered. Adobe-like shortcuts. I made a new document and created a few text styles.

clb92,

I’ve previously used versions 1.4.* and 1.5.* quite a bit for print, because I’m a one-man marketing department in a tiny company.

Scribus was (is?) somewhat finicky and cumbersome to work with. It had certain quirks and workarounds you had to learn to deal with. It lacked many creative features you find in bigger suites. I didn’t feel like I worked quickly and efficiently in it. BUT I got my work done in it nevertheless, and I really appreciate that it exists for the people that simply can’t afford the alternatives.

Nowadays I use the Affinity suite, which includes Affinity Publisher, a competitor to InDesign. It’s quite affordable and not subscription-based.

jlow,

Used Adobe for years, made an effort in the last year to switch to FOSS, mainly Inkscape and Scribus. And yes, as other comments have mentioned these tools have some weird quirks and some things don’t work. But that’s the same for Adobe and most other software. I remember switching from Macromedia Freehand (lol, remember that) to Illustrator back in the day and everything felt just wrong and awful in tge beginning (until you learned to work around the quirks?). It’s super hard to tell how much it’s “Software Bad” vs “Not Used to New Thing” and this will be different for everybody as well. But nobody (including the software) is stopping you from using this professionally, I just finished a 20 page PDF for a client with Scribus, used it to print my 32 page comic etc.

possiblylinux127, (edited ) to linux in Firefox 122 Enters Public Beta Testing with Improved Built-In Translation Feature

The feature is a privacy nightmare. I wish it was done locally.

Edit: it is

moon,

It is done locally

kugmo,
@kugmo@sh.itjust.works avatar

Bio checks out.

tsonfeir,
@tsonfeir@lemm.ee avatar

At least they are self aware.

mik,

Firefox Translations is an add-on that helps translate websites in Firefox without using the cloud. Additionally, Firefox version 118 introduces a built-in translation feature, allowing you to perform translations locally within your browser, prioritizing your privacy and security. This feature enables you to effortlessly surf the web in your preferred language. For in-depth guidance on utilizing this feature, explore our Firefox built-in fullpage translation guide.

Source

I think it is translated locally.

possiblylinux127,

Oh that is pretty cool

Axisential, to linux in Darktable 4.6 Open-Source RAW Image Editor Released, Here's What's New

I really, really want to like Darktable, mostly because of the name lol. I must’ve tried it 8 or 10 times over the years, but I just can’t get my head around it. Something about the design language or the UI or something just doesn’t click for me and I can’t get decent images out of it. So I keep going back to Rawtherapee, even though I’d rather not…

Sina,

Personally i’m okay with the UI, but the default rendering is often so bad that I have to “fix” every single image. To me it’s either Raw therapee or just reboot into Windows …

manos_de_papel,

You should make a style to apply that brings you (close) to what you want. Out of the box, dakrtable shows you a minimally processed image. Its your job to take it from there.

Sina,

It shows me a very wrongly processed image. It was better when I used Fuji, but even then it was never anywhere close to what an unprocessed bland raw file should like.

manos_de_papel,

This is too vague to provide any further guidance. Again, darktable shows you a minimally processed raw image by default. You can get a good looking rendering by adding a few more modules in a style and applying that style by default.

manos_de_papel,

Have you read the basic editing section in the manual?

You can share a raw image at discuss.pixls.us and people will edit it and post the sidecar so you can see their edits.

RawTherapee is also good tho.

Axisential,

Yes, and I understand the process pretty well I think, as well as what I’m striving to output (long time Lightroom user). But the DT just doesn’t respond how I expect it to, with unexpected results. Frustrating.

Wasn’t aware of the pixls site though; I like that idea!

manos_de_papel,

If you expected to apply your lightroom workflow, then you will be frustrated, yes.

library_napper, to linux in Firefox 122 Enters Public Beta Testing with Improved Built-In Translation Feature
@library_napper@monyet.cc avatar

Is it local or cloud-based?

cupcakezealot,
@cupcakezealot@lemmy.blahaj.zone avatar

it’s local (see the addon that it was based on: addons.mozilla.org/en-GB/…/firefox-translations/)

shreddy_scientist,
@shreddy_scientist@lemmy.ml avatar

Local, that’s what’s so rad about it!

EccTM, to linux in Firefox 122 Enters Public Beta Testing with Improved Built-In Translation Feature

I wish they’d remove the US-only geo-restriction they have on half the autofill functionality.

Alto,
@Alto@kbin.social avatar

Isn't that due to stricter data collection/retention regulations in the EU?

Vincent,

I think it's just because some things have country-specific formats. For example, if you want to prefill credit card details, you have to figure out how the credit card fields are labelled.

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