All Questions
8
questions
2
votes
0
answers
155
views
Help to open tibia on ubuntu 24.04. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
I'm trying to install tibia on my computer. I always receive the following error when I try to run the program. Can someone help me?
input:
sudo ./Tibia
output:QStandardPaths: XDG_RUNTIME_DIR not set,...
0
votes
1
answer
469
views
How to get the path for a new USB drive
Recently I installed a 2TB usb drive on Ubuntu 20.04, and copied some files onto it. Now I would like to read those files in a Python program, but I can't get the path to the new drive.
The drive is /...
0
votes
0
answers
104
views
I am having issue while installing Flutter in Ubuntu 20.04
I used snap to install flutter, i.e. sudo snap install flutter --classic
After when I run flutter sdk-path it shows the following.
The same happened when I tried manually downloading the .zip, ...
2
votes
1
answer
512
views
Snap Paths Aren't Listed Properly
Note: I am using the example of discord but this is for all snap apps that i installed from the software center.
I needed NodeJs for something and had to go through alot of steps as it simply would ...
1
vote
1
answer
331
views
Terminal is neither showing path nor working
The default terminal and the VS code Terminal are neither showing path nor working.
I have updated the system, cleared the cache, reinstalled the terminal, installed the new other terminals, and saw ...
4
votes
1
answer
5k
views
"/usr/bin/python: No module named virtualenvwrapper" error when opening terminal
I'm using Ubuntu 20.04 (clean installation, I did not upgrade from a previous one) and when I open a new terminal (simply by Ctrl+Alt+T), it always starts with the output shown below (also shown in ...
0
votes
2
answers
329
views
After installing python3.7, virtualenv and pip on newly installed 20.04, terminal window will not open
I needed to install python3.7, virtualenv, and pip. After doing so, I added ~/.local/bin to $PATH. I echo'd $PATH and saw that it added .local/bin and then closed the terminal app. Terminal will no ...
10
votes
6
answers
3k
views
Alternative to Nautilus for copying file paths?
I just moved from Ubuntu 18.04 to 20.04. A strange behaviour in Files (Nautilus) is that you cannot copy a file path. Instead, it copies
x-special/nautilus-clipboard
copy
file:///home/mywork/test.txt
...