Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SO
Posts
3
Comments
116
Joined
2 yr. ago

  • Nope it's all green.

    Idk if you saw my update but turning of the wifi fixes this problem.

    I did move to a new network yesterday, I just didn't think that could impact the flatpak launch, while not affecting the systems binary launch.

    It's a real head scratcher

  • I tried restarting portal, didn't work. systemctl status for xdp did show an error for hyprland about a config file. But I'm running on sway mainly. I just tried out different DE's to see if anything changed.

    Here's flatpak output

     
        
    flatpak run --verbose io.gitlab.librewolf-community
    F: No installations directory in /etc/flatpak/installations.d. Skipping
    F: Opening system flatpak installation at path /var/lib/flatpak
    F: Opening user flatpak installation at path /home/auser/.local/share/flatpak
    F: Opening user flatpak installation at path /home/auser/.local/share/flatpak
    F: Opening user flatpak installation at path /home/auser/.local/share/flatpak
    F: /home/auser/.local/share/flatpak/runtime/org.freedesktop.Platform/x86_64/23.08/329ad0f04e21dc3234accff013641299e13a9eb2f1b2908129692b4755393789/files/lib32 does not exist
    F: Cleaning up unused container id 75319174
    F: Cleaning up per-app-ID state for io.gitlab.librewolf-community
    F: Allocated instance id 821024549
    F: Add defaults in dir /io/gitlab/librewolf-community/
    F: Add locks in dir /io/gitlab/librewolf-community/
    F: Allowing dri access
    F: Allowing wayland access
    F: Allowing pulseaudio access
    F: Pulseaudio user configuration file '/home/auser/.config/pulse/client.conf': Error opening file /home/auser/.config/pulse/client.conf: No such file or directory
    F: CUPS configuration file '/home/auser/.cups/client.conf': Error opening file /home/auser/.cups/client.conf: No such file or directory
    F: Running '/usr/bin/bwrap --args 43 /usr/bin/xdg-dbus-proxy --args=45'
    F: Running '/usr/bin/bwrap --args 43 librewolf'
    
      
  • I would make a bash function to do this. I'm on my phone so idk how this will look lol

     
        
    dbxcreate () {
    ALL_CONTAINER_HOME=${HOME}/dbx
    
    CONTAINER_NAME="$1"
    
    export DBX_CONTAINER_CUSTOM_HOME="${ALL_CONTAINER_HOME}/${CONTAINER_NAME}"
    
    distrobox create --name "${CONTAINER_NAME}"
    }
    
      

    I would add some checks/more arguments and error messages but thats the idea

    You may also have to make that home dir but then its as easy adding a mkdir line

  • Install clamav and run a scan. You will probably get false positives.

    For instance the gnome polkit agent has a "malicious" image that it tries to load at start and if it succeeds it kills the program before it can run. This is to keep an actually malicious icon from being used. I spent days on that one lol

  • From mozilla. I'm guessing that the links were hosted/owned/etc. by google. When your system resumed it only partially loaded the sponsored links and you were left with the text of the url.

    Your system is fine security wise, but privacy wise pinging google servers everytime you open a new tab is not ideal. This type of stuff is why I use Librewolf. Of course it's up to you how much it bothers you. You can disable alot in vanilla firefox too.

  • I have zero experience with SteamOS but Gnome Boxes uses a qemu usermode networking that doesn't let you access the guest the way you want to.

    I would trying using virt-manager (gui for libvirt). It lets you use a bridge as the network interface and for vm gets a proper IP and can communcate on the network like any other computer