this post was submitted on 26 Mar 2024
638 points (96.4% liked)

linuxmemes

19717 readers
383 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 58 points 3 months ago* (last edited 3 months ago) (5 children)

I've found that the silliest desktop problems are usually the hardest to solve, and the "serious" linux system errors are the easiest.

System doesn't boot? Look at error message, boot from a rescue disk, mount root filesystem and fix what you did wrong.

Wrong mouse cursor theme in some Plasma applications, ignoring your settings? Some weird font rendering issue? Bang your head against a wall exploring various dotfiles and rc files in your home directory for two weeks, and eventually give up and nuke your profile and reconfigure your whole desktop from scratch.

[–] Vanshaj 16 points 3 months ago

I laughed so hard reading your comment. I totally agree.

[–] ccunix 12 points 3 months ago (2 children)

A couple of weeks ago I moved Firefox to one side. Window disappeared, but Firefox was still running "somewhere" on my desktop, but was not actually be rendered to the screen. Killing the process and relaunching just resulted in it be rendered to this weird black hole. Log out of gnome and log back in? Same! Reboot? Same!

Ended up deleting it's config folder and re-attaching to Firefox sync in order to have it working again. No idea what went wrong, nor will I ever most likely.

[–] dejected_warp_core 4 points 3 months ago (2 children)

There really should be a hotkey for "move window to primary display" or somesuch. The worst is when just the top "cleat" of the window is inaccessible, making it impossible to simply move the window yourself.

Alternately, a CLI tool to just trash a specific app's window settings, or a system control panel that lets you browse these settings, would be incredible.

[–] [email protected] 4 points 3 months ago

In every GUI I've used, there are tiling or snapping hotkeys, something like Super + Arrow keys or something, that will usually put the window somewhere sane.

[–] Willdrick 2 points 3 months ago

Hold down meta and you can drag the window from anywhere (on gnome at least thats a default)

[–] [email protected] 2 points 3 months ago

I feel like i had a disappearing window like that a lifetime ago and the fix was to change the resolution. I don't know if that uncovered the void to the right or forced the window to reassign itself to usable space. But it worked then. Hell, it could have been windows for all I recall.

[–] [email protected] 4 points 3 months ago

Btw, QT_AUTO_SCREEN_SCALE_FACTOR set to 0 breaks your Qt apps.

[–] [email protected] 3 points 3 months ago (1 children)

Yeah for some reason a single game ignores the system sound settings and goes straight to a line out. My system doesn't see that the game is outputting sound and I can't change it. (Arch with KDE)

[–] [email protected] 3 points 3 months ago

Somewhat related on windows 11, for some reason teams volume will desync from system volume. I'll put system volume to 0 and still be hearing teams. It's the same audio device being selected. I don't understand why it would ever work that way but here we are

[–] [email protected] 2 points 3 months ago

Oh my god, you've put it into (really nice) words something I've felt since quite some time now. I've no trouble (in fact even joy) when something major is fucked up. But all this GUI shenanigans, I've usually no idea where to even begin. The lack of structure and hierarchy completely flummoxes me. Or maybe I just don't have enough experience debugging userland stuff