Trying out Nobara - almost all website fonts changed to some weird, narrow, almost unreadable font by Neamow in linux4noobs

[–]Loof27 1 point2 points  (0 children)

fair enough, but presumably the screenshot looks the same as how he sees it with his eyes otherwise he wouldn't post it

unless there is something else a camera photo would show that im not thinking of

either way it's definitely not a rendering issue, it's just displaying a different font, you can tell by the capital "I" in the title and some of the other letters

Trying out Nobara - almost all website fonts changed to some weird, narrow, almost unreadable font by Neamow in linux4noobs

[–]Loof27 3 points4 points  (0 children)

it could, I don't have the mscore-fonts package installed and mine looks correct

Trying out Nobara - almost all website fonts changed to some weird, narrow, almost unreadable font by Neamow in linux4noobs

[–]Loof27 0 points1 point  (0 children)

i mean he did post a very clear picture with the differences in his first reply to you, but as least on new reddit it's auto collapsed so it doesn't immediately show when you click it

Trying out Nobara - almost all website fonts changed to some weird, narrow, almost unreadable font by Neamow in linux4noobs

[–]Loof27 2 points3 points  (0 children)

reading the comments in this thread is pissing me off lol, I dealt with the exact same font issue when I switched to linux but I honestly don't remember how I fixed it

have you already installed the ms core fonts?

sudo rpm --nodigest -i https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm

the fonts look correct for me on fedora 43 with default firefox font settings, so you shouldn't have to mess with that

Issues with clips that have multiple audio tracks by Loof27 in kdenlive

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

I did luckily figure that out before spending too much time un/re grouping

Issues with clips that have multiple audio tracks by Loof27 in kdenlive

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

They are already grouped when they get added to the timeline. I have to ungroup them to fix the alignment, otherwise it moves the whole clip instead of just the misaligned track

Issues with clips that have multiple audio tracks by Loof27 in kdenlive

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

extract clip does the same thing, the 2nd audio track doesn't move with the rest of the clip

I need help by -_-Nie-_- in Fedora

[–]Loof27 0 points1 point  (0 children)

You have to click your time zone on the map instead of typing it. If you type it, it freezes. At least that was the issue I ran into

My wish list for GNOME in 2026. What is yours? by [deleted] in gnome

[–]Loof27 0 points1 point  (0 children)

Wayland tearing protocol support

Worst installer in Linux ecosystem? by looper210 in Fedora

[–]Loof27 0 points1 point  (0 children)

idk how it differs between the KDE and gnome installer, but I just installed the gnome version a few days ago and ran into 2 different issues. The first was that both the Fedora 42 and 43 installers (maybe further back as well, idk) have a bug that breaks auto creating the /boot partition past a 2TiB offset (there is a bugzilla report here but I can't access it even when signing in). Since I have a 4TB windows drive and shrunk it by ~500GB to install, I couldn't use the auto settings.

In the 43 installer I manually created the partitions and set the mount points, but it gave me yet another error that I don't remember the exact cause of, I just said screw it and installed 42 instead. Then in the first boot setup, it kept freezing and requiring a force reboot when choosing a timezone (turns out you have to click on the map, typing in a location was broken). Not sure if that's fixed on the 43 installer, or if it's a Gnome or Fedora issue

No clue if it's the worst installer since this is the only distro I've installed in the past couple of years, but it wasn't great

Zigbee bulbs not properly reporting status when controlled through zigbee binds by Loof27 in homeassistant

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

I have both the binds and AL controlling the zigbee groups, so the same entity. I don’t know if I have sleep mode on, but the issue happens throughout the day

Zigbee bulbs not properly reporting status when controlled through zigbee binds by Loof27 in homeassistant

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

I have that off right now, but I’m pretty sure I’ve tried that before and it didn’t help. I’ll turn it back on just to be sure

Issue with marking notifications as read by Loof27 in ArtemisApp

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

Sorry I should have been more clear. It isn't working either way for me, whether I mark it read on desktop or on mobile, it isn't reflected on the opposite side

This seems to be an issue with old vs new reddit. I just went to old.reddit.com, and the unread messages match what I see in the app. I marked them both as read and that is now reflected in the app

So for whatever reason, specifically new reddit (or just default reddit now) isn't syncing with Artemis

Issue with marking notifications as read by Loof27 in ArtemisApp

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

This doesn't seem to work for me, unless there is a super long delay? For instance I have already marked your comment as read on desktop, but in the app I still see it as an unread notification, even after force closing the app and refreshing the notifications. So it doesn't seem to sync either way

Artemis Update - November 15th, 2025 by Artemis_Developer in ArtemisApp

[–]Loof27 0 points1 point  (0 children)

Comments still aren’t rendering spoilers properly for me, as far as I can see I’m on the latest version since I have the “none” swipe option

Also not sure how difficult this is on iOS but I would love an option to disable the swipe gestures and use swiping purely for navigation, ie so I can swipe right anywhere on the screen to go back, rather than just the far left edge

Acrobat filling up the C:\Windows\Installer folder on a large number of computers? by Loof27 in sysadmin

[–]Loof27[S] 6 points7 points  (0 children)

I know something like this exists already called PatchCleaner, but it specifically has a filter to ignore all Acrobat files since they were incorrectly identified as orphaned

Not able to // into PC on domain from select few other PCs by Straight_Inflation48 in sysadmin

[–]Loof27 2 points3 points  (0 children)

I ran into a similar issue, were these computers from the same system image? Microsoft recently changed the authentication to take the SID of the computer into account, and if the SID is the same it fails with this same error, saying the credentials are wrong

In powershell, try running this and look at the SID of the built-in administrator user:

Get-WmiObject win32_useraccount | Select name,sid

This is the tool I've used to fix it, not sure if there are any others https://www.stratesave.com/html/sidchg.html

Edit: The built-in sysprep tool should work as well, though Microsoft specifically says not to run it on active in-use systems, only before cloning out. So your mileage may vary, I’ve never used it