[–] 15 points 1 year ago*

I was in line for an hour and a half yesterday in Victoria. And the line was just as long when I left! I went to advanced voting hoping I would be in and out lol. It was great to see so many people out voting though!

  • source
  • [–] 6 points 1 year ago* (last edited 1 year ago)

    Usually I look forward to it and watch it every year. This year I have no desire to watch all the American patriotism that surrounds the game...

  • source
  • [–] [S] 7 points 2 years ago

    UPDATE: I was able to get to a terminal with ctrl + alt + f2. After trying to reinstall icon packages and getting no where I finally was able to find a solution. The VirtualBox uninstall script seems to break the MIME database. I was able to fix the issue by running this command:

    sudo update-mime-database /usr/share/mime

    Then logging out and back in.

    Solution was found on this StackExchange post:

    https://unix.stackexchange.com/questions/724129/uninstalling-virtualbox-breaks-gnome

  • source
  •  

    Hi guys, I was recently using a test build of VirtualBox on my Fedora 38 machine. I wanted to uninstall this test build so I ran a command which, from what I understand, was supposed to uninstall the test build of VirtualBox I had installed:

    sudo VirtualBox-7.0.9-158223-Linux_amd64.run uninstall

    After running this my terminal crashed and I started getting some weird behavior. I gave my machine a reboot to see if that would sort it out. But that didn't fix anything. No icons are loading and I can't start a terminal or open some applications like Firefox.

    It seems like the VirtualBox uninstall command uninstalled something it shouldn't have, but I'm not sure what. I've not encountered a problem like this before. Any advice on how to fix this would be greatly appreciated. Thanks