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
0 answers

Can't import Tkinter on Manjaro KDE

I'm trying to setup Pycharm on My laptop, with Manjaro KDE installed. This if my first time using Linux and i'm having trouble getting tkinter to actually import I've seen other threads with their solutions, and none of them have worked for me.…
2
votes
2 answers

Pycharm "writing cursor" goes away when changing i3wm workspaces

I am using Manjaro with i3wm and Pycharm is in vim mode. When I am using Pycharm and I change to a workspace and then come back to Pycharm, I have to click on the text for the "writing cursor" to come back. (Sorry for my bad english)
xedc
  • 91
  • 2
  • 9
2
votes
1 answer

Docker is not recognizing a directory as directory in Arch Linux

Basically, I'm getting this error when I try to create my containers: docker: Error response from daemon: OCI runtime create failed: container_linux.go:337: starting container process caused "process_linux.go:403: container init caused…
Turab
  • 134
  • 1
  • 14
2
votes
3 answers

Tkinter cannot display Unicode characters correctly in Manjaro

python and Tkinter are processing Unicode characters correctly. But they are not able to display Unicode encoded characters correctly. I am using Python 3.1 and Tkinter in Ubuntu. I am trying to use Tamil Unicode characters. All the processing is…
Vijay
  • 21
  • 2
2
votes
1 answer

Can't install pymssql on Manjaro - compilation issues?

I want to install pymssql in my virtual env (Python 3) in order to use it in Django app. My OS is Manjaro, I have already installed FreeTDS (and configure freetds file accordingly to Arch Wiki) and msodbcsql. However, I still can't install pymssql…
2
votes
0 answers

Failure running Overtone and SuperCollider

I can't get overtone to work with supercollider server, I'm following the getting started guide at https://github.com/overtone/overtone/wiki/Getting-Started, I've got Jack audio server running through qjackctl, then I ran SuperCollider with scsynth…
1
vote
1 answer

rsync with X11-Forwarding does not set DISPLAY?

Some context: I have some services running on my Debian server, and from time to time I want to make a backup of the relevant data I have a backup directory on the server, which I update manually by stopping the services, copying the data into that…
Eternal
  • 2,648
  • 2
  • 15
  • 21
1
vote
1 answer

How to config dolphin UI and get rid of alternated colored rows?

I just installed two identical systems of Manjaro/KDE/Plasma 6.1 from the same USB, one laptop and one desktop. In sys #1, dolphin looks lovely, but in #2, it has those insanely annoying black and white colored bars, making it genuinely stressful…
1
vote
0 answers

Startup script for gnome-terminal doesn't change tab title nor executes commands

I'd like to automate the setup of my dev environment. I had to fallback from guake to gnome-terminal since guake (dropdown behavior was incredible) has issues with Wayland. I'm on Manjaro with gnome desktop. Here's my…
Sebastjan Hribar
  • 396
  • 3
  • 13
1
vote
0 answers

Python failing to mount USB drive

I'm trying to write a tool to work on a USB drive, and the first step is to check if it's mounted and if not, mount it. Every attempt results in an error of "No such file or directory". Working with Python 3.10 in Pycharm 2022.3 on Manjaro 22.0,…
1
vote
3 answers

Why docker not working in manjaro, connection refuzed

Every action throws an error. For example: [greenjoy@greenjoyPC ~]$ docker run hello-world Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup…
1
vote
1 answer

Can not clone Github repo using SSH

I have freshly installed Linux Manjaro with Plasma Desktop. Cloning my repos from Github using SSH gives me some trouble. I tried [andreas@Bixente ~]$ ssh-add -l Could not open a connection to your authentication agent. [andreas@Bixente ~]$ eval…
AndreasInfo
  • 1,062
  • 11
  • 26
1
vote
1 answer

Cannot connect to the Docker daemon. Manjaro

everyone! i installed docker, docker-compose, then executed next commands: ` sudo systemctl start docker.service sudo systemctl status docker.service sudo systemctl enable docker.service sudo usermod -aG docker $USER docker run hello-world` OS:…
1
vote
1 answer

Run script when uninstalling aur package using PKGBUILD

I have this code in my PKGBUILD package() { cd "$pkgname" install -Dm755 ./lnScript.sh "$pkgdir/opt/pycharm-professional/bin/re lnScript.sh" install -Dm751 ./lnp.hook "$pkgdir/etc/pacman.d/hooks/lnp.hook" cd…
Ron
  • 453
  • 4
  • 10
1
vote
1 answer

Integrating ICU in SQLite TEA?

I'm using Manjaro Linux KDE and use the GUI package manager to install software most of the time. I have SQLite 3.39.2-2 installed and the SQLite Tcl extension. ICU 71.1-1 (International Components for Unicode) was installed as a dependecy of other…
Gary
  • 2,393
  • 12
  • 31