Questions tagged [linux-mint-21]
11 questions
2
votes
1 answer
Odoo server is not accessible when running with docker-compose
I am trying to run Odoo using docker-compose. I have followed the instructions here. I can start the Postgres and Odoo servers using Docker and access the Odoo server correctly. When I run the first 'simplest' docker-compose example, it appears to…

kpg
- 7,644
- 6
- 34
- 67
1
vote
0 answers
How to I properly prevent systemd suspend using a script in /lib/systemd/system-sleep/
I'm fairly new to Linux and trying to learn. I'm using Plex Media Server and I'm trying to prevent the system from sleeping while streaming a file. I've searched the internet over the last few days and none of the solutions seem to work. One…

meerkat
- 11
- 1
0
votes
1 answer
Pytorch not detecting GPU (RTX 4000
I am using Linux Mint 21.1 and I've download and installed cuda_12.2.1_535.86.10_linux.run from https://developer.nvidia.com/cuda-downloads.
After cuda installation, I tried to run /usr/local/cuda/extras/demo_suite/deviceQuery and got the…

ricksant
- 117
- 9
0
votes
0 answers
MongoDB on Mint
How to install MongoDB on Linux Mint 21?
I have tried every tutorial available on the internet but it doesn't work can anyone explain step by step?
The following packages have unmet dependencies: mongodb-org-server: Depends: libssl1.1 (>= 1.1.1)…

Harikrishnan M
- 11
- 2
0
votes
0 answers
Empty list returned by Gio.FilenameCompleter().get_completions("/usr/bin/abr")
Operating system: Linux Mint 21 Cinnamon. The python3.11 code:
'''```bash session
~ $ which abricotine
/usr/bin/abricotine
```'''
import gi # gi.version_info # (3, 44, 1)
gi.require_version('Gtk', '3.0')
import gi.repository # ['GLib', 'GModule',…

Claudio
- 7,474
- 3
- 18
- 48
0
votes
0 answers
Uisng Linux Mint 21 OS ,I'm unable to get multicursor on holding the "Alt" key, left-click with my mouse at different locations. What to do?
I'm using VS Code version 1.79.1
Facing issue in getting multicursor in the editor.
Below I have gone through to achive the same :-
By holding the "Alt" key, left-click with mouse at different locations in the file
want the additional cursors to…

thinkerBOB
- 128
- 2
- 11
0
votes
0 answers
Make my python password manager gui executable on my desktop
i made a simple password manager in pyside6 and i am wondering how i can make it executable to actually use it. I've tried forums and chatGPT and nothing seems to work, i even somehow broke pyside6 at one point. i run linux mint 21 if that helps.

Mathew Still
- 31
- 8
0
votes
0 answers
How can I adjust scrollbar width in Linux Mint Xfce?
The scrollbars of applications in Linux Mint are way too thin. How can I make them much thicker?
This is possible to do in Windows 10 within settings. But I can't find any setting for this in LM Xfce.

Larry Mars
- 1
- 2
0
votes
1 answer
Python Build Error: fatal error: misc/abstract_atomic.h: No such file or directory
Im using Linux Mint 21 and I'm trying to build python 2.6.2 I need it for Blender 2.49b. So here is error which Im getting
from /home/slobodan/Python-2.6.2/Modules/nismodule.c:17:
/usr/include/rpc/types.h:189:10: fatal error: misc/abstract_atomic.h:…

Vido
- 192
- 2
- 12
0
votes
1 answer
Run a default command when xargs input is empty
the title is quite self explanatory. I'm am writing a bash script that will manage all my packages (update, upgrade every upgrade-able apt and flatpak packages as well as removing the unneeded ones.
In one of the lines I'm using xargs to…

Johan Daniel
- 29
- 4
0
votes
0 answers
The "php-pdo" package does not have a candidate for installation
I am trying to install wordpress following this tutorial but in the section where I have to install the following
sudo apt install php php-cli php-fpm php-json php-pdo php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath -y
I…

cristian porrety
- 25
- 4