

The image you used seems to be super low res, even after getting the direct link. Kiayoko already uploaded it to imgur so maybe we could just use that link instead? imgur page link | direct link
The image you used seems to be super low res, even after getting the direct link. Kiayoko already uploaded it to imgur so maybe we could just use that link instead? imgur page link | direct link
That’s so funny. I feel like it’s rude to call without texting first
There are some level 50 MSQ dungeons/trials that award event tomestones
Even then 99% of the time it’s just installing a single package to fix it. Just gotta check the lookup table on the wiki
I’ve had good luck with overtakefans in the past, both for live broadcasts and archives. It’s been a minute since I’ve watched F1 but I remember them being really solid
Disclaimer: I’m on mobile, please excuse and terrible formatting
The issue that you’re running into is that the Python module “libevdev” isn’t installed.
The traditional “best practice” for installing python modules is to create a python virtual environment (venv) for each project so they can have different versions of the same module. However, this will make running the script/program a little less convenient. I’ll include instructions for both, you only need to follow one.
The first thing we’ll want to do is create a virtual environment. This will let us install modules that don’t mess with the rest of the system.
All of these commands should be run in the root folder of the application (the folder that src is inside of). Run the following command to create a folder (.venv) the virtual environment will be stored in.
python -m venv .venv
Next, we’ll want to activate the virtual environment. This needs to be done every time you run the application. If you’re using the bash shell the following command will active the virtual environment. (The bash shell is the default in Ubuntu. If you haven’t changed it this what you want)
source .venv/bin/activate
Now that we’ve created and activated a virtual environment, we can install the missing package.
The repository you linked has a requirements.txt file we can use to install all the required modules without typing them out by hand. This can be done using pip and the ”-r” flag.
pip install -r requirements.txt
Now that everything is installed, you should be able to run the application as normal with:
sudo python -m src
If you close your terminal window, you’ll have to reactivate the virtual environment the next time you want to run the script/program. You can also write a bash script to do this for you.
If you don’t want to setup a virtual environment, you can install the modules user wide. This will make it so the installed packages are available every time you run python. You can do this with pip as follows. Make sure to run this command in the root folder of the application (the folder src is in)
pip install -r requirements.txt
You should then be able to run the script/program as you did before with
sudo python -m src
Please avoid Manjaro. I’ve had my Manjaro install break more than any other distro. If you want something arch based, you’re better off installing Arch from scratch, using the arch install script, or using EndeavorOS. All three of these options use the normal arch repositories which are far more stable than the Manjaro ones, and also offer much better compatibility with the AUR
Sounds like a wonderful experience! I’m glad you have fun!
I’ve had this exact video in my watch later for longer than I remember
It is I, the moron
Here’s Empress’s NFO mentioned in the above NFO https://i.ibb.co/thSxL8s/Judgment-EMPRESS.png
I’m not in Cali so haven’t spent a whole bunch of time looking at this, but isn’t the general consensus that the route they ended up taking was extremely non direct and far more expensive then it needed to be so they could pass through/by very small cities?
No clue, all I know is imported phones don’t always work, it varies from carrier to carrier, and the only way to check is with the IMEI
I thought it was a news outlet! I’ve know that G2A and the like were “not good” but didn’t have any insight why and am definitely going to look into this more. Thanks for the link!
I’d be super interested in reading the full interview if you could point me to it? I’m not familiar with the “NiX” acronym
Glad it works for you! I was really hoping you’d come back with some kind of “there’s better support for that now” haha
The main appeal of “everything apps” is the amount of control and influence they afford to whoever owns them.
The benefit to users is that various services should interact with each other better and single sign on
Short answer yes.
The longer answer has to deal with the way that our cellular networks are set up. Most people “rent to own” their phones here and usually trade in their phone long before they get to the owning part.
Contracts are set up so you can get discounts, but only if you stay with the carrier for 2-3 years. The discounts are given as monthly credit towards your bill and if you pay off the phone early you forfeit all future credit.
This system allows for carriers to sell more expensive phones at rates that, while not low, most people will stomach. Phone manufacturers avoid selling good budget phones here and I think that’s a big part of the reason. Why sell a budget phone when you can probably convince someone to finance a flagship?
Now, as an enthusiast aware of other budget phones you might think importing might be an option, but that unfortunately isn’t the case. A couple years ago all the carriers here switched off using the 3G network for phone calls and instead we use Voice Over LTE (VoLTE). This new system requires cellular carriers to explicitly support phones/models for them to be able to make traditional phone calls. These support lists are not public and make it incredibly difficult to tell if a phone not sold by the carrier will function on their network. Gone are the days were you can just check the bands the phone supports and pop in a sim.
This got a bit long and probably was more me ranting than actually explaining anything, but I hope someone finds it at least a little bit informative
Private trackers often have rules requiring seeding that keeps all/most of the torrents with a healthier seeding pool.
So faster downloads and less dead torrents. Sometimes greater variety