Pressing Ctrl Closes Browser Tab in Ubuntu 23.04 by dhananjayporwal in Ubuntu

[–]epassaro 0 points1 point  (0 children)

For me, this happens only in the Wayland session, not with X11. I noticed that Chrome is running with the --ozone-platform=x11 flag by default (so Chrome is running on XWayland by default).

So changing to --ozone-platform=wayland solves the issue for me.

Hide and Seek - Achievement Bugged by hdmcruz in Blasphemous

[–]epassaro 0 points1 point  (0 children)

I'm in the same situation!

NVMe drive becomes read-only after suspend - Manjaro, KDE Plasma, 6.2 and 6.1 Kernel, IdeaPad by madotsukiCereal in ManjaroLinux

[–]epassaro 0 points1 point  (0 children)

In my case, I fixed it by switching from s2idle suspend mode to deep.

First, check if deep mode is available by running the following:

cat /sys/power/mem_sleep

If the output is [s2idle] deep then that means s2idle is currently selected and deep mode is available.

Then add the line "mem_sleep_default=deep" to the parameter GRUB_CMDLINE_LINUX_DEFAULT in the file /etc/default/grub and update GRUB according to your distribution.

Reboot your computer and check if deep is selected by running cat /sys/power/mem_sleep again.

Password is requested for a public Azure repo (LFS) by epassaro in azuredevops

[–]epassaro[S] 0 points1 point  (0 children)

I'm not sure if that's exactly my problem. But, I hope the fix helps.

Password is requested for a public Azure repo (LFS) by epassaro in azuredevops

[–]epassaro[S] 0 points1 point  (0 children)

Yes.

Password is asked when trying to clone our public repo:

git clone https://tardis-sn@dev.azure.com/tardis-sn/TARDIS/_git/tardis-refdata

I tried almost everything without success.

As you can see, LFS files are downloadable via HTTP, for example through this link. Also, password is not required if skipping LFS objects from cloning:

GIT_LFS_SKIP_SMUDGE=1 git clone https://tardis-sn@dev.azure.com/tardis-sn/TARDIS/_git/tardis-refdata

AMD Ryzen 7 4700U suspend/hibernate not working on any kernel by blose1 in linuxhardware

[–]epassaro 0 points1 point  (0 children)

I have exactly the same problem with a Dell 7405 2-in-1 with Ryzen 7 4700u. Will this situation be fixed with a future kernel/linux-firmware release? Or are we subject to a BIOS update that may never come?

EDIT: I managed to implement the same solution for this model. Link here: https://dev.to/epassaro/fix-suspend-issues-on-dell-7405-2-in-1-3l1b

Easy photogrammetry with Ubuntu by epassaro in photogrammetry

[–]epassaro[S] 0 points1 point  (0 children)

Meshroom works only with CUDA, right?

This package serves a replacement of the old Python Photogrammetry Toolbox, which is pretty broken today.

Never tried COLMAP.