• 153 Posts
  • 147 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle










  • you can’t go and install apt packages without updating your system first

    You can use apt without updating first. You’ll just be installing potentially outdated versions if the cached repository information is old. Though you may run into issues if you do partial upgrades (updating the cached repository, but not running an upgrade, then installing something new). Though this is less of an issue on Ubuntu since they try not to do big updates.

    you also can’t use a GUI apt frontend as well as apt via the command line

    The error message should tell you that you can’t have multiple commands running at once. The error message is a bit too technical, citing the lock files.











  • True, although not in the same way. KDE is using its own GTK theme and uses ~/.config/gtk-3.0/gtk.css to override colors to the accent color. But this method is broken for sandboxed versions of Firefox since they can’t access ~/.config/gtk-3.0/gtk.css (though with flatpak you could create an override to allow it).

    I believe (and hope) Firefox is now following the standardized accent color portal for determining the accent color. If so, then this accent color change should work on Gnome, KDE, Pantheon, and other desktops that support the accent color portal. If true, then even sandboxed apps should follow the accent color without messing with the sandbox.









  • No, you are never specifying to actually upgrade the package with the ‘u’ flag. Running pacman -Sy archinstall would upgrade the package, since it would first refresh the package cache then reinstall the latest version.

    Also, there’s not really a benefit to using 2 'y’s but it does add some extra stress to the package mirrors, so I would avoid doing that.