There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

danielquinn , in VR support for GNOME Wayland is here!
@danielquinn@lemmy.ca avatar

Awesome. Perhaps now there will be some renewed focus on screen reader support?

TeryVeneno ,

They are working on screen reader support, there was a blog post about that 2-5 days ago I think.

joojmachine OP ,

They’ve been doing quite a bit of work in the past year, on Newton, the future a11y stack, Spiel, for a better pipeline for speech synthesis (basically as an easy way to get more natural-sounding voice models) and on implementing AccessKit (the most recent stable a11y stack that is the same one the folks working on COSMIC are using).

2xsaiko , in Should I make this: (distroless) containers builder, by taking list of packages or a gentoo ebuild file
@2xsaiko@discuss.tchncs.de avatar

Unless you specifically want ebuilds, take a look at nixpkgs dockerTools. It does everything you list here.

nixos.org/manual/nixpkgs/stable/-pkgs-dockerT…

matcha_addict OP ,

I had a feeling nixos would have something, but I avoided it because it seemed more than a day’s worth of learning (and also its a bit opinionated). But I will revisit it one day!

punkcoder , in Recommendation for a high-quality webcam for Linux
@punkcoder@lemmy.world avatar

i’ve had a lot of luck with the logitech brio which is a 4K WebCam, the only issue that I’ve run into is the fact that you have to make sure that it is plugged in to a USB 3.0 and not 3.1 port.

biribiri11 , in [HELP] Trouble Multi-Booting Fedora + Ubuntu

Am I wrong in assuming that both OS’s should be sharing the EFI and /boot partitions?

Shared ESP is fine as long as you don’t run out of space. Nothing in /boot should conflict but that’s not guaranteed, although having 2 potential boot partitions means having 2 potential grub configs. I’d make sda3 a ~2GB ext4 boot partition just for Fedora (mounted at /boot), and an sda5 with btrfs with a home subvolume mounted at /home, and a root subvolume mounted at /, then mount sda1 at /boot/efi (this is the default layout iirc, albeit with different partitions, ofc). This might be easier to do in the advanced blivet gui.

And yes, Linux’s boot process is a convoluted, fragile mess and there are currently multiple ongoing discussions on how to improve it.

AndrewZabar , in VR support for GNOME Wayland is here!

Yay. Maybe now can they focus on some of the things more than nine people in the world care about?

lurch , in [HELP] Trouble Multi-Booting Fedora + Ubuntu

don’t share /boot

it contains stuff from the distro for booting and configuring/installing a boot loader. if both garble their stuff in there it will likely break.

Templa , in Systemd 256.1 Maintenance Release Fixes Home Directory Deletion Bug

If it was intended but not properly documented as it says, why does it keep being called a bug?

cerement ,
@cerement@slrpnk.net avatar

it was clearly a feature

dgriffith , (edited )

The bug is the lack of documentation and that a simple unguarded command can erase all user’s data on the system.

Also, the principle of least surprise would like a word.

If I look at the command line arguments of a program called “systemd-tmpfiles” and one of them is called “purge” I will generally assume that option will purge temporary files.

Now it turns out that someone decided that this program would be a simple way to do something with /home directories(*) so they included /home in the config file for the program, the file that the program reads by default when it is invoked.

Who decided it would be a good idea for it to deal with /home?

Wellllll…

github.com/systemd/systemd/blob/main/…/home.conf

(*)I have no idea what this program is doing with /home in its config file. I will presume that there is a useful and mostly logical reason for it, and that this command line option was just an unfortunate footgun for those users who were not intimately familiar with systemd.

NekkoDroid ,
@NekkoDroid@programming.dev avatar

There were talks a few years ago about changing sd-tmpfiles name but it was decide not worth it due to the churn and bikeshedding it would cause.

sd-tmpfiles is generally used to create, modify (e.g. permissions) and remove directories on the system. The home.conf is intended for systems that only ship /usr/ (e.g. containers) to create /home/ and /srv/ as a separate subvolume on btrfs

MyNameIsRichard ,
@MyNameIsRichard@lemmy.ml avatar

I will presume that there is a useful and mostly logical reason for it

Home directories are temporary, obviously

Bitrot ,
@Bitrot@lemmy.sdf.org avatar

“Breaking userspace” is often considered a bug even if the code doing so is working as intended. Deleting user data because they bundle a config file deep in the directory tree for a completely different use case was not intended behavior even if one of them is defensive about the logic.

SteveTech , in Help with Custom EDID

Is edid/sony.bin your new EDID? Does it revert back if you remove drm.edid_firmware all together?

Also, do you mind sharing your EDID? I had to edit mine to get VRR to work, so maybe there’s something invalid in yours. It does contain serial numbers though if that’s a problem.

ashaman2007 ,

What did you have to change for VRR? I’m also having an issue where I need to force the EDID and haven’t been able to get VRR

SteveTech ,

I wrote a guide here: stevetech.me/posts/force-enable-vrr-edid

But it was mostly just changing random things and hoping for the best, so YMMV. I hope it helps!

ashaman2007 ,

Thank you!

Artemis_Mystique OP ,

Is edid/sony.bin your new EDID?

Yes

your new EDID? Does it revert back if you remove drm.edid_firmware all together?

how do i do that?

Here is the EDID file I decoded using edid-deode

SteveTech , (edited )

how do i do that?

Probably by editing your GRUB config or whatever bootloader you’re using.

Here is the EDID

Thanks, that should be enough I’ll have a look when I’m free. Also something like get-edid > monitor.bin would probably be easier for me though.

Edit: I’ve had a look, I can’t see any issues. Both checksums validate correctly and it advertises audio support. As you’ve probably seen in edid-decode, I’d expect it to show as ‘SONY TV’ (or at least for KDE ‘Sony SONY TV’ I believe).

Artemis_Mystique OP ,

Thank you, removing the module and adding it again fixed the issue, for future reference is there an easier more seamless way to go about it?

SteveTech ,

To me that does sound like your initramfs just needed recreating, since un/installing a module will do that usually.

possiblylinux127 , in Should I make this: (distroless) containers builder, by taking list of packages or a gentoo ebuild file

Don’t do this

If anything use a buildroot system

The best solution is to start with an Alpine container.

matcha_addict OP ,

Distroless is not core to the idea. It’s only a nice to have. The main point is the composability, Declarative design, etc.

kenkenken , in Systemd 256.1 Maintenance Release Fixes Home Directory Deletion Bug
@kenkenken@sh.itjust.works avatar

a “bug”

WereCat , in Vivalidi 6.8 released

I personally don’t have a use for a mail client so majority of this update is useless to me but there are few interesting features I may get used to especially on my laptop.

I couldn’t care less about memory usage on my desktop with 64GB RAM but on my laptop that’s a different story. The Break Mode sounds also stupid at first but I may actually have use for it, will try and see.

fine_sandy_bottom ,

I use a mail client… but it’s beyond me why I’d want that to be part of my web browser.

Sunny , in Recommendation for a high-quality webcam for Linux

Not a camera suggestion, but cameractrls, is a great piece of software to tweak all camera related things on Linux.

github.com/soyersoyer/cameractrls

jjlinux ,
@jjlinux@lemmy.ml avatar

I’ve been searching for a way to control my Kiyo X on Fedora. This is great. Thank you.

NotAnArdvark ,

Are you happy with the Kiyo X?

jjlinux ,
@jjlinux@lemmy.ml avatar

Very. Pretty affordable and it just works. Granted, I don’t do much streaming or recording off of it, but have been complimented several times in meetings over Zoom, Zoho Meetings and Teams. The highest setting is 1080p@30 and I’ve had no issues at all.

It has a mic, but I don’t recall ever using it as Webcam microphones are known to be horrible.

png , in Recommendation for a high-quality webcam for Linux

A google Pixel phone works well for a webcam, in case someone comes across this post and has one.

warmaster ,

How?

russjr08 ,

I haven’t tried it myself, but I believe the OC is referring to the webcam USB mode that Pixels (idk if this is an Android feature or a “Pixel” feature) have. To enable it, connect over USB then you’ll have a notification along the lines of “Charging this device over USB”.

If you click that notification it’ll let you enable Webcam over USB mode, which I assume just causes the phone to act as any other webcam device would.

png ,

Exactly, it works flawlessly and without any further setup on EndeavourOS for me. It’s a Pixel feature afaik.

warmaster ,

That’s cool indeed, thanks.

Scrath ,

I believe that is an Android 14 feature, not something exclusive to Pixel phones

lemonuri ,

I’ve been using droidcamx to utilise any android phone as a webcam for a couple of years and it’s working great. Phones tend to have way better cameras compared to webcams so the video quality will be top notch in must most cases.

It’s cool they included this into android 14, though.

png ,

I’ve used droidcam in the past and I didn’t find it to be the most reliable thing ever which is why I appreciate the Pixel feature

secret300 ,

Damn I actually have one, oldie but still has a better camera then my current phone. Just needs a new screen.

png ,

Tbf I am not sure all versions of the Pixel support this, my 7a does though.

secret300 ,

If there’s a will there’s a way. I’m sure there’s a way for the pixel 3a

FatLegTed , in Vivalidi 6.8 released
@FatLegTed@piefed.social avatar

Am liking Vivaldi, but along with WereCat, I have no use for it's email section.

Am concerned that when Google does it's thing, Vivaldi will break. Is there any danger of that happening?

Bitrot ,
@Bitrot@lemmy.sdf.org avatar

Assuming manifest v3, it shouldn’t break. However, some extensions will stop working. Vivaldi doesn’t have its own extension repository so they will be phased out there just like in Chrome.

FatLegTed ,
@FatLegTed@piefed.social avatar

That's good to hear. I may stick with it then and see.

WereCat ,

As far as I know Vivaldi is quite prepared to get things working as much as possible with Manifest V3 and putting a lot of work in their own adblocker as well because of it.

There is a version of UBlock Origin that works with V3 but it is limited compared to normal one, will see how it goes but for now I think they can delay with the V3 update for some time.

maxwisecracks ,
@maxwisecracks@lemmy.world avatar

*its email and its thing

FatLegTed ,
@FatLegTed@piefed.social avatar

On mobile and it auto corrects.

I'm so sorry that I spoiled your day because of my slack approach to social media. I'll give myself one hundred lashes with a herring.

Goodbye!

GolfNovemberUniform , in ONLYOFFICE 8.1 released
@GolfNovemberUniform@lemmy.ml avatar

Best office suite for Linux (unless you’re paranoid about its origin)

Kidplayer_666 ,

They still haven’t an arm64 version :( such a build was apparently considered but ultimately not made

NateNate60 ,

If you really wanted to, couldn’t you just compile it yourself?

sugartits ,

If it were that simple they would have done it.

It’s sometimes (very often) not as simple as asking the compiler to switch architecture and hit the go button.

Tundra ,
@Tundra@lemmy.ml avatar

not just its origin, but the trackers embedded within:

reports.exodus-privacy.eu.org/en/reports/427597/#…

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Don’t remember hearing of it in the free open-source desktop version.

smpl ,
@smpl@discuss.tchncs.de avatar

There is no free and open source version of Only Office. It fakes that it is licensed with AGPL, but they have added the following to the license, which in effect completely forbid you to redistribute it. It can be said to be Source Available.

The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.

Pursuant to Section 7 § 3(b) of the GNU AGPL you must retain the original ONLYOFFICE logo in the upper left corner of the user interface when distributing the software.

Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.

raw.githubusercontent.com/ONLYOFFICE/…/LICENSE

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Typical Russian law abuse this is. Well source available is still not that bad in terms of security and privacy. At least it’s not fully proprietary

princessnorah ,
@princessnorah@lemmy.blahaj.zone avatar

From the AGPL:

b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it;

Requiring the use of a trademarked logo, you won’t allow the use of, doesn’t seem very reasonable to me.

smpl ,
@smpl@discuss.tchncs.de avatar

I agree and the requirement for an exact placement of attribution is not very friendly to derivate works either. I don’t think that section 7 of AGPL allow adding anything other than the exact terms in section 7 and it has a clause that allow removing non-permissive additions to the AGPL, but I’ve sent an e-mail to FSF asking what their position is. I would be very concerned picking AGPL as a license for my projects, if section 7 allow adding clauses like that. Anyhow the clauses were added in this commit, so anything prior to 7.3.0 is normal AGPL.

shekau ,

Its only in Android version, not flatpak version

fmstrat ,

Thats mobile, does LO even have a mobile app?

leopold , (edited )

It is significantly less powerful when compared to LibreOffice, lacking support for many features. It offers less applications than LibreOffice. It is significantly less customizable than LibreOffice. It’s built on bloated web tech. It lacks RTL support.

I am not paranoid about OnlyOffice’s origin. I also do not think it is the best office suite on Linux by a mile.

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

It is better in terms of formatting compatibility which is the only thing that matters for 98% of users. Btw I use LibreOffice because security.

PrivateNoob ,

True, that’s the sole reason I use it over LO. Also combining ppt-s, docx-s and others into one app is pretty comfy ngl.

polskilumalo ,
@polskilumalo@lemmygrad.ml avatar

Yeah I only use OnlyOffice if someone sends me a .docx file, buuuuuut it does have interesting looking collaborative features and cryptpad uses it 👀

AnUnusualRelic ,
@AnUnusualRelic@lemmy.world avatar

Doesn’t it also only support Microsoft Office formats?

fmstrat ,

No, it supports the same formats as LO, but better.

fmstrat ,

What? The PDF editor in LO is the only thing that is better. And it has all kinds of text rendering issues. OO is by far more universally compatible.

Dariusmiles2123 ,

What is the problem with its origin?

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

It’s mainly developed by a big Russian company but the brand is registered in another country to avoid sanctions

Dariusmiles2123 , (edited )

Oh okay thanks for the info. I don’t think it’s such a problem because it’s open source and the code can be reviewed.

Also I’m not sure American companies are less evil than companies from other superpowers.

vintageballs ,

“other superpowers” 🤡

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines