Questions tagged [manjaro]

Manjaro is an Arch-Based binary rolling-release Linux distribution. The goal is to provide an easy to install and use Linux distribution.

Manjaro comes in a couple of official editions, and provides for a couple of community-editions without official support.

Use this tag if your issue seems to be specific to idiosyncrasies of manjaro; arch related and software specific issues shouldn't be tagged only because manjaro is the host system.

Manjaro is an Arch-Based binary rolling-release Linux distribution. The goal is to provide an easy to install and use Linux distribution.

Manjaro comes in a couple of official editions (Xfce, KDE, Gnome), and provides for a couple of community-editions without official support (e.g. I3, Mate, Cinammon, ...).

Use this tag if your issue seems to be specific to idiosyncrasies of manjaro; arch related and server- and/or desktop-software specific issues shouldn't be tagged only because manjaro is the host system.

279 questions
50
votes
1 answer

Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found

I am using manjaro / arch linux and I see the following error messages in my system log. journalctl -f ... dbus-daemon[798]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service'…
nelaaro
  • 14,139
  • 30
  • 88
  • 115
14
votes
1 answer

How to stop journalctl showing audit logs and only keep it in a file?

I would like to have all auditd logs only in it's own log file and keep my journalctl view less polluted with events that most of the time, are generated by my own actions (single-user/personal computer). I've found how to either completely disable…
Wereii
  • 418
12
votes
2 answers

Making Firefox fullscreen-like without actually maximizing the window

When using multiple windows on the same monitor, I like to have Firefox and my IDE open side to side (like with Win+Arrow) and it would be cool to have Firefox in a "fullscreen-like" style, where the tab and address bar are temporarily hidden. Is…
hexnov
  • 121
12
votes
1 answer

How to invert FN keys on Xiaomi notebook

Subj. The problem is that by default F1-F12 on Xiaomi Notebook Air act as a FN keys (adjusting sound, screen brightness and so on) and not as F1-F12. So every time I need F1 I actually have to press Fn + F1 or to toggle "Fn Lock" (Fn + ESC)…
madhead
  • 564
  • 1
  • 4
  • 18
10
votes
5 answers

How do I fix Manjaro error hibernation device not found on boot?

After installing updates and restarting I got these errors. ERROR: resume: hibernation device 'UUID=long number here' not found ERROR: device '/dev/mapper/ManjaroVG-ManjaroRoot' not found. Skipping fsck. ERROR: Unable to find root device…
9
votes
2 answers

How to fix sudo: account validation failure, is your account locked?

First of all, I want to mention that I am running Manjaro Linux. Today when I wanted to install a new program I got the following error when trying to use sudo pacman: sudo: account validation failure, is your account locked? I googled around a bit…
Ramon
  • 89
8
votes
2 answers

Getting "Command not found" for global node packages

I've installed fkill globally by doing npm i -g fkill. I can see it installed when I do npm list. It shows only fkill as installed globally when I run npm list -g --depth=0. However when I run fkill I get "command not found". Next I ran "npm get…
aboutros
  • 139
8
votes
2 answers

USB device not present on Manjaro Linux

I have tried plugging in several different USB devices (external hard drives and thumb drives), the problem is that they all show up under lsusb but do not show up using either fdisk -l or lsblk which is what I want to use to mount them.
7
votes
1 answer

How to get lan ip address as output in arch linux (Manjaro)

I have a script which I used to use in ubuntu. It got my lan ip address using the command hostname -I. I would get an output like 192.168.1.xxx as a string which I can use somewhere else. However, with Manjaro, the command doesn't exist, when I…
anarchy
  • 257
7
votes
1 answer

How To Show Latest Reply in Threaded View in Evolution Mail?

Evolution mail supports threaded view for email threads. However, it shows the first message received at the "top" in the Messages list. How can I configure the system to show the latest received at the "top" of the conversation thread?
J Mac
  • 1,320
7
votes
2 answers

xdg-open hogging the CPU by forking itself endlessly

Whenever xdg-open encounters a file it does not have a default application associated with it forks itself. This process repeats recursively until killed. While doing this, it of course takes up all of my CPU and memory. It seems to be a rare…
6
votes
1 answer

Bad Message (Cannot access the directory)

I used the cmd cd .themes It shows: bash: cd: .themes: Bad message Because of this I cannot access my $Home directory from regular file manager. I am using Manjaro xfce distribution and I'm still a beginner. And also whenever I used the cmdls -al…
5
votes
1 answer

Save wifi networks and passwords to recover them after reinstall OS

I want to change my linux distribution, how can I save all my known wifi networks and passwords so that I can restore them after installing a new OS. I want to switch from PopOs with gnome to Manjaro with KDE
4
votes
2 answers

Image files do not show up on mounted SD card but are still visible via the camera

I am using Manjaro Linux on my Chromebook Pixel. My camera is Oly E-M5. I mount the SD card with the command sudo mount -t exfat /dev/sdc1 /media/sdcard The card seems to mount correctly, and I can see the directory where the images should be…
4
votes
3 answers

How to set scp -O (legacy protocol) option per config file?

I basically have the same problem as described (and solved) here on Stack Overflow. This issue is: SCP to some hosts which do not support SFTP subsystem is only working if I provide the -O flag. However is there a way to instead configure this…
1
2 3
18 19