Questions tagged [manjaro]

Manjaro is a user-friendly GNU/Linux distribution based on the independently developed Arch Linux.

Manjaro Linux is based on Arch Linux and has its own collection of repositories. The distribution aims to be new user-friendly while maintaining the Arch base, most notably the Pacman package manager and compatibility with the Arch User Repositories. Manjaro itself uses three sets of repositories: the unstable repositories contain the most bleeding edge Arch packages, possibly one or two days delayed; the testing repositories contain packages from the unstable repos synced every week, which provides an initial screening; and the stable repositories contain only packages that are deemed stable by the development team.

420 questions
2
votes
2 answers

Docker stopped working with error message OCI runtime create failed

I'm using Manjaro Linux and Kernerl 5.10.13. I'm not sure what happened, maybe something was updated, but Docker stopped working for me. When I try to do docker run hello-world, I see the following message: docker: Error response from daemon: OCI…
Farzad
  • 1,770
  • 4
  • 26
  • 48
2
votes
1 answer

Function not implemented: 'lib' -> 'my/path/to/venv/lib64'

OS: Manjaro Python: 3.8 On my computer I have 2 partitions, one is where my Manjaro is installed, and the other one it's a secondary SSD. Every time when I'm running this command virtualenv env into my secondary SSD I'm getting the following…
Mircea
  • 1,671
  • 7
  • 25
  • 41
2
votes
3 answers

WebStorm can't find node interpreter

I'm running Manjaro, I have node in PATH, it's located at /usr/bin/node and I can invoke it from the terminal using node, as expected. But when I try to add the interpreter to WebStorm, when I open the dialog for adding Node & npm executables and…
Milan Velebit
  • 1,933
  • 2
  • 15
  • 32
2
votes
3 answers

Not Able to Connect MongoDB server in Manjaro, Error with exit code 100

I installed Mongodb From AUR Pacman, I tried reinstalling the Mongo but it didn't work, I also tried Arch Troubleshooting methods but it didn't work either. I get following when I try sudo mongod [omr@auckwell ~]$ sudo mongo [sudo] password for…
Om Raval
  • 21
  • 1
  • 3
2
votes
1 answer

What is the main difference in Code OSS and VSC?

Code OSS seems to be very similar or the exact same to VSC. I was then told to install the bin version of VSC in the Arch wiki. Is there any difference?
abdullah
  • 103
  • 1
  • 1
  • 8
2
votes
1 answer

Why is version `GLIBCXX_3.4.28' not found (required by /usr/lib/libQt5Widgets.so.5)

Folks I'm trying to run the following code on manjaro linux. But as I start the server with: python3 darknet_server.py It reports Traceback (most recent call last): File "darknet_server.py", line 342, in main() File…
vfbsilva
  • 135
  • 8
2
votes
3 answers

How to hide passwords and secret keys in environment variables ? (Linux)

I am using manjaro and bash shell. I am trying to hide passwords and secret keys in environment variables so that I can use them in my python script. I tried this in my .bashrc file export BOT_EMAIL="mymail@automail.com" export BOT_PASS="pass_" And…
2
votes
1 answer

GDB Error gdb: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory

I'm am trying to get to use GDB, so I run Sudo pacman -S gdb. I run it then try the following command, gdb help. And get this error. "gdb: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory "…
Abuzz
  • 73
  • 6
2
votes
1 answer

Stop some software from updating in Manjaro

I have a lot of software in Manjaro 20.0 that I don't use in my day to day use such as GIMP and Thunderbird (and maybe more) but don't really want to uninstall. Is there some way to temporarily freeze them by excluding them from updates as a lot of…
enchance
  • 29,075
  • 35
  • 87
  • 127
2
votes
2 answers

Ffmpeg screen tear

Screen tear issue in ffmpeg on manjaro linux, View this ffmpeg command used- ffmpeg -y -f x11grab -s 1366x768 -i :0.0 out.mkv ffmpeg -version ffmpeg version n4.2.2 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 9.3.0 (Arch Linux…
Cipher
  • 99
  • 6
2
votes
0 answers

Can't run scala project in IntelliJ IDEA

I cannot run any scala project from the IntelliJ IDEA. I am completely new to IntelliJ. The option doesn't appear anywhere in the IDE. I am not sure why as it seems as if I have everything installed properly. My OS is 5.4.15-2-MANJARO. I try to add…
2
votes
1 answer

Magento 2 installation on Manjaro (Arch Linux) ~ php extension missing

I am installing Magento 2 on my system and after a lot of fiddeling around, I finally got to the localhost setup wizard. The following problem occured in the readiness-check-install screen (there are a couple of  solutions online, I already tried…
Stephan T.
  • 5,843
  • 3
  • 20
  • 42
2
votes
4 answers

OmniSharp.MSBuild.ProjectManager Failed to load project on Linux

I am learning C# on my Manjaro Linux Notebook. I tried to install the ms-vscode.csharp extension, but when opening any .NET Core project I get the following Error Message: Some Projects have trouble loading. Please review the output for more …
Marco Wagner
  • 457
  • 4
  • 17
2
votes
0 answers

kbreakout error qt.qpa.xcb: could not connect to display :0

Hello I'm trying to run kbreakout (Kde game), but I got these error. Do you know what it is? ./kbreakout No protocol specified qt.qpa.xcb: could not connect to display :0 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even…
CodeKid11
  • 21
  • 2
2
votes
0 answers

Termite terminal audible bell setting is not working

I am trying to configure the Termite Terminal to my liking; however, it seems that I cannot get the terminal to beep on a bell (\a) character. Here is my ~/.config/termite/config file: [options] allow_bold = true audible_bell = true bold_is_bright =…
jinscoe123
  • 1,467
  • 14
  • 24