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

Install iconv on Arch/manjaro

I get this error on Symfony: Attempted to call function "iconv" from the global namespace. I've got an answer from here to uncomment "extension=iconv" in the /etc/php/php.ini file. But iconv itself is not installed. I've already installed the…
5
votes
1 answer

Multiple _PublishedWebsites Folders

I am using VS Code on Manjaro and have setup a solution with 2 projects, a webapp and a test project. Each time I do a build it appears to generate a new _PublishedWebsites folder with NetCoreApp underneath it. I am surprised that nobody else…
fcuk112
  • 457
  • 2
  • 4
  • 13
4
votes
1 answer

Cannot change the simulated location of Android Studio emulator from its Extended Controls - Google map isn't showing in the Extended Controls window

My Android Studio emulator was working fine. Ever since just a couple days I'm unable to change the simulated location from the extended controls window as the Google map displayed in there doesn't show up. As shown in the picture above, the map…
4
votes
2 answers

error: snap “package” has “install-snap” change in progress

I am using linux manjaro and i got this error while installing spotify. Tried - sudo snap remove spotify but it's says that spotify is not istalled.
Fork Mann
  • 112
  • 1
  • 8
4
votes
1 answer

aplay: main:831: audio open error: No such file or directory

When I run this code: import pyttsx3 engine = pyttsx3.init() engine.say("Hello, World!") engine.runAndWait() It shows: aplay: main:831: audio open error: No such file or directory I have pyttsx3==2.90 installed on my system(Manjaro 21.1.2…
4
votes
1 answer

Unable to install grub-customizer on Manjaro 21.0.4

I'm having trouble installing other packages too, I assume it's because I didn't configure something. Thoughts? sudo pacman -S grub-customizer error: target not found: grub-customizer
Dan
  • 179
  • 1
  • 1
  • 13
4
votes
1 answer

Screen blinking while screencasting | ArchLinux and Manjaro

When you try share screen or use screen recorder in Arch Linux or Manjaro, the screen is blinking like in here: https://i.stack.imgur.com/nvi4F.jpg How to solve?
btd1337
  • 2,616
  • 2
  • 16
  • 25
4
votes
1 answer

React Native running in emulator gives bundling failed: permission denied error

I have just created a project with react-native init on Manjaro Linux and opened it with Android Studio . I then ran react-native start on a terminal and then ran the app on an existing emulator which opened to a red screen stating: The development…
Paradox
  • 4,602
  • 12
  • 44
  • 88
4
votes
1 answer

Jekyll Cannot Be Deployed on Manjaro Linux - Sass-Listen-4.0.0 Cannot Be Installed On Deployment (GitLab, Netlify)

I cannot get my website to work on either GitLab Pages or Netlify. Trying to use either service to upload my Jekyll Website and host it returns an error about sass-listen not being able to be installed on either platform. Shown below is the version…
4
votes
2 answers

minikube start {OS type not recognized}

minikube start giving below error messaage on Manjaro Deepin ( Arch Linux ). E1002 00:02:24.832976 26272 start.go:143] Error starting host: Temporary Error: Error configuring auth on host: OS type not recognized. tried it on VirtualBox…
4
votes
2 answers

Mattermost docker preview

I am an arch newbie and I have been trying to install preview of mattermost(slack alternative) on docker to try it out. I have been following the official guide. Arch Install Docker using the following commands: pacman -S docker systemctl enable…
PrivateOmega
  • 2,509
  • 1
  • 17
  • 27
3
votes
1 answer

Unable to Use python-pip command on Linux Manjaro

So I recently just bought a Raspberry Pi 4, flashed Linux Manjaro XFCE onto it and booted it up. I managed to install python-pip with Pacman without any errors but when I actually try to use the command, I get this error. Traceback (most recent call…
Daniel Tam
  • 908
  • 1
  • 12
  • 25
3
votes
0 answers

I have an error in the climate of gnome manjaro extension, can someone help me?

hi i got this bug in gnome weather and i cant get it to work The settings of extension weather-extension@xeked.com had an error: TypeError: GWeather.Location.new_world is not a function Stack…
fanjiooJr
  • 309
  • 2
  • 8
3
votes
0 answers

GCC behaves differently on Arch Linux

I'm a newbie in Arch Linux. I've tried to compile IRAF package from github and I've got multiple definition error. /usr/bin/ld: xppcode.o:/home/nastya/iraf/unix/boot/spp/xpp/xppcode.c:109: multiple definition of `errflag';…
3
votes
1 answer

Error when update Manjaro system with pacman command - npm conflict files error message

When I try to update the system "Manjaro" with the command: $ sudo pacman -Syyu The same gives an error when trying to update the package "npm". Claiming file conflicts. I tried to add it with the command: $ sudo pacman -Qo…
1 2
3
27 28