-w i do.

  • 0 Posts
  • 19 Comments
Joined 3 years ago
cake
Cake day: June 27th, 2023

help-circle

  • Not sure if it counts, but gnome-font-viewer might fit the bill.

    You can probably run something like gnome-font-viewer /usr/share/fonts/open-sans/OpenSans-Regular.ttf and it should show you the font, although I haven’t verified that myself.

    Here are it’s dependencies:

    $ dnf repoquery --requires gnome-font-viewer
    Updating and loading repositories:
    Repositories loaded.
    libadwaita-1.so.0()(64bit)
    libadwaita-1.so.0(LIBADWAITA_1_0)(64bit)
    libc.so.6(GLIBC_2.38)(64bit)
    libcairo.so.2()(64bit)
    libfontconfig.so.1()(64bit)
    libfreetype.so.6()(64bit)
    libfribidi.so.0()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3.1)(64bit)
    libgio-2.0.so.0()(64bit)
    libglib-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libgraphene-1.0.so.0()(64bit)
    libgtk-4.so.1()(64bit)
    libharfbuzz.so.0()(64bit)
    libm.so.6()(64bit)
    libm.so.6(GLIBC_2.2.5)(64bit)
    libpango-1.0.so.0()(64bit)
    libpangocairo-1.0.so.0()(64bit)
    rtld(GNU_HASH)
    

    It does also let you view fonts installed on your system, but I don’t see why that should be a deal-breaker.


    There is also the display command, provided by ImageMagick. My understanding is that it only supports X11, but it should work just fine under XWayland.







  • This is one of the most useful things in Xorg, and prior to that in X11.

    X11 is the last version of Xorg, not sure what you meant there.

    Make it configurable, if you must, but leave us old timers work the way we have done for 30 years or more.

    It was configurable and will stay configurable. The intent is to change the default.

    Personally I support the change, but that might be because of my adhd making me click on the mouse wheel every 0.1 seconds.







  • The Ubuntu thing was about them making it opt-out rather than opt-in (so turned on by default), but it’s still nothing malicious and diesn’t collect any personal data. At least that’s how I remember it.

    Also Linux doesn’t really have anti-viruses like Windows does (there are a few options for edgecases though). That is because Linux isn’t really targeted by malware developers as much and also Linux is actually designed to be secure.

    As for general security tips, number 1 is probably using a password manager (I use a KeePassXC compatible client).

    Also be careful with rm -rf. I almost deleted all the files in my home directory once. I have aliased rm to gio trash since.


  • None of the popular distros will spy on you the way Windows or MacOS do, so privacy shouldn’t be a concern.

    As for security, is it malware you fear? Without more specific context, the only thing that can be said for sure is that you should encrypt your drive (most distros will have the option to set that up during installation), and don’t sudo random commands you see on the internet without understanding what they do.



  • Huh, well the fact that you’re just logged out suggests that the DE either encounters an unrecoverable error, or the system runs out of resources and has to kill some userspace processes to free them up and your DE just happens to be one of the things it kills, which can leave it in an unrecoverable state.

    The pink squares do suggest a gpu-related problem however, it’s possible that your gpu is either overheating or doesn’t get enough power from the power supply. What gpu temperatures and ram usage are you seeing before the freeze? And what power supply are you using?