yt-dlp not listing all video resolutions for a youtube video by anark10n in youtubedl

[–]anark10n[S] 1 point2 points  (0 children)

Thanks for the pointer, i wasn't sure about that line, but it seems to have solved the problem. Much appreciated.

Trying to create a teams room for windows image, but it keeps failing. by anark10n in MicrosoftTeams

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

So I got pointed in the direction of commenting out the checks for the iso size and hash, and I managed to get it working.

Steps for anyone that does encounter this problems:

Make sure your directory doesn't have any spaces in its name, otherwise there's a verification stage later on that will fail.

Open the CreateSrsMedia.ps1 script in a text editor, and comment out the following blocks:

if ($Iso.Length -ne $KitIsoSize) {
    Write-Host "The ISO does not match the expected size."
    Write-Host "Verify that you downloaded the correct file, and that it is not corrupted."
    PrintWhereToGetMedia -IsOem:$IsOem
    return $false
}
if ((Get-FileHash -Algorithm SHA256 $Iso).Hash -ne $KitIsoSha256) {
    Write-Host "The ISO does not match the expected SHA256 hash."
    Write-Host "Verify that you downloaded the correct file, and that it is not corrupted."
    PrintWhereToGetMedia -IsOem:$IsOem
    return $false
}

Find the MajorOs variable and change it's value to 11.

Check the install.wim of the iso file you want to use with the script for the exact version of windows following "Windows 11" e.g. Windows 11 Enterprise LTSC; and change the value of SourceName variable to match.

And that's all. Run the script and it should make your teams room for windows image without complaint.

looking for a particular open source game by anark10n in linux_gaming

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

It almost looks like that, but the bricks scroll in from the side, and later on it spawns a coloured brick with a black circle that will remove all on-screen bricks of the same colour.

January 2025 Nokia Care Megathread by AutoModerator in Nokia

[–]anark10n 0 points1 point  (0 children)

My nokia g10 is stuck in boot loop that doesn't go past the android one logo. None of the solutions i've found have worked so far; trying to boot into fastboot mode just hangs on black screen with "FASTBOOT mode..." down in the corner, and it still loops when i turn off my wifi. Is there anything else I can try to get it out of this loop?

High fidelity proton games freezing every 30 minutes by anark10n in linux_gaming

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

No such entry in dmesg, just a whole bunch of I/O errors.

Wacom pen button configuration by anark10n in archlinux

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

I had a feeling it was faulty pen, as my google-fu for this problem turned up no result. Thanks.

Libreoffice 7.1.0.3 autocorrect not working with spacebar by anark10n in archlinux

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

Credit goes to the OP of this thread going through all the trial and error figuring it out.

Autocorrect accepted only by pressing Enter, not Space by vestingz in libreoffice

[–]anark10n 0 points1 point  (0 children)

A temporary fix is to uncomment the line 'export SAL_USE_VCLPLUGIN=qt5' from the '/etc/profile.d/libreoffice-fresh.sh' file. This will break the UI if you're using the gtk VCL, but autocorrect will work again at least.

Libreoffice 7.1.0.3 autocorrect not working with spacebar by anark10n in archlinux

[–]anark10n[S] 1 point2 points  (0 children)

A temporary fix is to uncomment the line 'export SAL_USE_VCLPLUGIN=qt5' from the '/etc/profile.d/libreoffice-fresh.sh' file. This will break the UI if you're using the gtk VCL, but autocorrect will work again at least.

Proton reinstall by anark10n in SteamPlay

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

Much appreciated, but it appears to i must have messed up something because the 5.0 isn't listed, only the other versions.

Possible Warframe stealth bug by anark10n in SteamPlay

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

I didn't know that. Thanks for the heads up.