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
3
votes
1 answer

Focus loss in electron-based apps in Manjaro Xfce on Alt push

While using electron based apps, like slack or gpmdp, when I type something in input field and switch keyboard layout (I use Alt+Shift), pushing Alt causes focus to move onto menubar selection. So typing anything containing 2 languages is…
13DaGGeR
  • 147
  • 1
  • 10
3
votes
1 answer

Explorer Path in Visual Studio Code

I am running VS code on Manjaro KDE Linux and have run into a problem. Whenever I start my VS code I get the following error: Visual Studio Code is unable to watch for file changes in this large workspace. Please follow the instructions link to…
pragun
  • 471
  • 1
  • 6
  • 9
3
votes
2 answers

easystroke error on Archlinux / Manjaro-Linux: libboost_serialization.so.1.64.0

Got an error while starting easystroke: easystroke: error while loading shared libraries: libboost_serialization.so.1.64.0: cannot open shared object file: No such file or directory
suther
  • 12,600
  • 4
  • 62
  • 99
3
votes
2 answers

Error While Installing Vagrant Plugins in Manjaro Deepin

I am using vagrant version 1.9.4 When trying to install any vagrant plugin one of the two outputs comes out I run This command: vagrant plugin install vagrant-hostmanager Then This comes out at a time: Installing the 'vagrant-managed-servers'…
ElGenius
  • 135
  • 1
  • 1
  • 11
2
votes
1 answer

Manjaro / Arch Linux - How do I trust my AspNet Dev Certficate?

I use Manjaro for dotnet development and recently have been having serious problems with SSL. When I run my web apps I get a warning saying The ASP.NET Core developer certificate is not trusted. For information about trusting the ASP.NET Core…
Keith Jackson
  • 3,078
  • 4
  • 38
  • 66
2
votes
3 answers

Oracle SQL Developer is missing libjvm.so

I am trying to run Oracle SQL Developer 22.2.1 under Manjaro 22.0.1 using openjdk version "17.0.6" 2023-01-17. For debugging purposes, I have experimented with and yielded the same results using openjdk version "11.0.18" 2023-01-17. Both have been…
Michael Lang
  • 3,902
  • 1
  • 23
  • 37
2
votes
2 answers

Django dumpdata prepending additional data to json export

I have a question how to generate dumpdata without this txt on start: [1mLoading .env environment variables...[0m Here is an example: [1mLoading .env environment variables...[0m [ { "model": "auth.permission", "pk": 1, "fields": { …
Keso
  • 71
  • 9
2
votes
1 answer

How to create /etc/subuid and /etc/subgid

My Manjaro installation did not configure /etc/subuid and /etc/subgid files which are required for rootless containers such as Docker to work. For e.g. cat /etc/subuid returns a file not found error. I discovered this problem as soon as I installed…
karjedavpalaa
  • 205
  • 2
  • 11
2
votes
1 answer

_heroku:2: HEROKU_AC_ANALYTICS_DIR: parameter not set

I installed heroku cli via snap (sudo snap install heroku --classic), but the autocomplete does not work throws an error: _heroku:2: HEROKU_AC_ANALYTICS_DIR: parameter not set, never encountered this before, who knows what could be the problem? i`m…
Menso Massanin
  • 123
  • 1
  • 5
2
votes
1 answer

manjaro: how to set a keyboard shortcut that switches to a program, or starts if it isn't running

For instance the terminal shortcut ctrl+shift+T opens a new terminal - regardless of whether or not there's already a running instance. How can I make it so that ctrl+shift+T works as follows: if there is instance of terminal switch to it else …
2
votes
0 answers

append_path: command not found error for installation hadoop on manjaro

when ı run this code hadoop version, ı get this error /etc/profile.d/flatpak-bindir.sh: line 8: append_path: command not found bash: append_path: command not found bash: append_path: command not found bash: append_path: command not…
Tuna Deniz
  • 23
  • 3
2
votes
1 answer

Remove all pip packages

I'm using Linux/Manjaro KDE. Since I was not familiar with Venv I installed more than 50 packages in my global and not everything is conflicted. In order to clean up all pip packages I tried this command: pip freeze | xargs pip uninstall and even…
Levi
  • 67
  • 8
2
votes
0 answers

Can't connect a mariadb server to mysql workbench

First time using mysql and mariadb server i am not so familiar how it works. My problem is when i go to mysql workbench and try to connect to servers there are none. But when i go to my konzole(in linux manjaro) and type sudo systemctl status mysql…
Fork Mann
  • 112
  • 1
  • 8
2
votes
0 answers

Speech Synthesis API not working in Firefox on Manjaro

I installed speech-dispatcher which works on the command line but not in firefox. The voices array in firefox is empty. I installed speech-dispatcher and festival var msg = new SpeechSynthesisUtterance(); msg.text = "Good…
chovy
  • 72,281
  • 52
  • 227
  • 295
2
votes
1 answer

How to add "open with vscode" to context menu in manjaro?

How to add "open with vscode" to context menu in manjaro ? Hi there, I install Code OSS on manjaro by Pacman,but i don't know how to add "open with vscode" to context menu,I already try dolphin extension,but when i click install,it show error,Please…