Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
3
votes
1
answers
2506
views
How do I find icon path for AppImage file?
I installed Hyper terminal (hyper.is) by downloading the `.AppImage` file and moving it to `/usr/bin/`. It doesn't show up in Gnome's launcher though, so I manually created a `.desktop` file for it. That worked, but the only issue is that the icon isn't displaying. I don't know which path to put in...
I installed Hyper terminal (hyper.is) by downloading the
.AppImage
file and moving it to /usr/bin/
. It doesn't show up in Gnome's launcher though, so I manually created a .desktop
file for it. That worked, but the only issue is that the icon isn't displaying. I don't know which path to put in the Icon parameter.
How can I find it?
Andrew
(31 rep)
Jan 15, 2017, 03:50 PM
• Last activity: Jul 20, 2025, 01:04 AM
4
votes
1
answers
5782
views
XOrg shows black screen and/or no backlight after installing Nvidia drivers
I've tried to install the `nvidia` drivers on my Arch Linux / Antergos laptop since I noticed it has been using the built-in Intel HD Graphics. The graphics card in question is an NVIDIA GeForce 940MX. Here's what happened when I tried to make things work: sudo pacman -S nvidia nvidia-utils lib32-nv...
I've tried to install the
nvidia
drivers on my Arch Linux / Antergos laptop since I noticed it has been using the built-in Intel HD Graphics. The graphics card in question is an NVIDIA GeForce 940MX.
Here's what happened when I tried to make things work:
sudo pacman -S nvidia nvidia-utils lib32-nvidia-utils nvidia-settings
sudo nvidia-xconfig
(reboot right here)
(find that screen goes black and the backlight off when I switch to TTY7 / x)
(switch to tty2)
sudo modprobe nvidia
(no output, things still don't work)
sudo prime-select nvidia
(apparently prime-select doesn't exist on my system for some reason
despite having nvidia-settings)
sudo pacman -R nvidia
sudo mv /etc/X11/xorg.conf.nvidia-xconfig-original /etc/X11/xorg.conf
(reboot right here)
(back to normal, still on Intel Graphics Card)
Could someone tell me how to make these drivers actually *work*? I had them working on Ubuntu prior to this (as a last resort after the last time I tried making them work on Arch/Antergos.)
**Edit:** I've got it working using optirun/primusrun and bumblebee, but I'd really prefer to just use it for everything, as I prefer quality over power management.
Ethan McTague
(303 rep)
Apr 15, 2017, 06:13 AM
• Last activity: Jun 13, 2024, 10:01 AM
1
votes
2
answers
8094
views
How to install Megasync client in Arch-based Antergos Linux
The client seems absent in the repositories in the latest Antergos Linux. Although [here](http://www.webupd8.org/2014/09/download-megasync-for-linux-desktops.html) it is said that it is supposed to be accessible via AUR.
The client seems absent in the repositories in the latest Antergos Linux.
Although [here](http://www.webupd8.org/2014/09/download-megasync-for-linux-desktops.html) it is said that it is supposed to be accessible via AUR.
user32012
May 4, 2015, 02:02 PM
• Last activity: Jul 8, 2022, 12:01 PM
12
votes
9
answers
41649
views
How to set Super/Windows key to Show All Applications menu in GNOME DE?
I am on Antergos with GNOME 3.24.3. Pressing the Super key (Windows key) opens this Activities menu/view that I don't want to use: [![Activities menu][1]][1] Pressing the Super + A keys opens the menu that I want to open with just the Super key: [![enter image description here][2]][2] I have attempt...
I am on Antergos with GNOME 3.24.3.
Pressing the Super key (Windows key) opens this Activities menu/view that I don't want to use:
Pressing the Super + A keys opens the menu that I want to open with just the Super key:
I have attempted to set this myself by using


dconf-editor
to set the Activities menu to the Alt_R key (a key I never use) and the Show All Applications menu to the Super key.
*(The keybinding for the Activities menu is under /org/gnome/mutter/overlay-key
. The keybinding for the Show All Applications menu is under /org/gnome/shell/keybindings/toggle-application-view
.)*
However, pressing Super or Super + A does nothing now.
How can I make this all work?
RobotUnderscore
(315 rep)
Aug 25, 2017, 03:15 AM
• Last activity: Jun 27, 2022, 06:44 AM
1
votes
1
answers
2052
views
Fix for ugly fonts in programs like KeePassXC or Nextcloud on Antergos with Gnome3
Using Antergos, I see ugly font rendering issues in some applications I installed like KeePassXC or also the Nextcloud client (both from AUR) as you can see on the following screenshot:  I like a smooth font rendering like in the default apps. Thought that they m...
Using Antergos, I see ugly font rendering issues in some applications I installed like KeePassXC or also the Nextcloud client (both from AUR) as you can see on the following screenshot:

I like a smooth font rendering like in the default apps. Thought that they may use Windows fonts, so I copied the entire
I know that this is KDE and I'm using Gnome. How can I realize a similar look to the KDE screenshots? I don't know which fonts are used and which I need to install. And I also can't understand why copying the fonts from a Windows system doesn't fix this issue. Since the look changed after doing this, it seems that my idea of missing Windows fonts is basically right.
### Update 1: Font resolution
In [gui/Font.cpp](https://github.com/keepassxreboot/keepassxc/blob/d8f408ee831adce6f6d2b81da1519cbb6efae577/src/gui/Font.cpp) we can see that KeePassXC uses consolas font, but only on Windows. So I took a look in the Gnome optimization settings and found an entry:

The last one seems similar to my second screenshot. But it has no effect on KeePassXC. Only the font in my terminal changes. I don't understand why the second font for the interface is not used in KeePassXC. When I change this font, all entrys of e.g. Firefox were displayed as I set it.
### Update 2
I installed adwaita-qt5 and set the style on startup like this:
keepassxc -style adwaita
Doesn't have any affect. Altough it seems that he uses the style, since before installing the
Fonts
folder from a Windows 10 ISO to /usr/share/fonts
. This has an effect, but as you can see on the following screenshots, it looks a bit wired/big. With some touch of _Courier new_ or a similar font.

On the [official screenshots from the KeePassXC homepage](https://keepassxc.org/images/screenshots/linux/screen_001.png) it looks way smoother:

adwaita-qt5
package, I got an error
> QApplication: invalid style override passed, ignoring it
This error was gone after installing the package.
Lion
(348 rep)
May 10, 2018, 08:07 PM
• Last activity: Mar 23, 2021, 09:28 AM
3
votes
2
answers
7532
views
xrandr: Configure crtc failed
I'm trying to make my Linux machine work with a 4k monitor. There's no 4k option in listed resolutions, so I tried to add it myself and here's what I got: $ cvt -r 3840 2160 60 # 3840x2160 59.97 Hz (CVT 8.29M9-R) hsync: 133.25 kHz; pclk: 533.00 MHz Modeline "3840x2160R" 533.00 3840 3888 3920 4000 21...
I'm trying to make my Linux machine work with a 4k monitor. There's no 4k option in listed resolutions, so I tried to add it myself and here's what I got:
$ cvt -r 3840 2160 60
# 3840x2160 59.97 Hz (CVT 8.29M9-R) hsync: 133.25 kHz; pclk: 533.00 MHz
Modeline "3840x2160R" 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync
$ xrandr --newmode "3840x2160R" 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync
$ xrandr --addmode HDMI1 3840x2160R
$ xrandr --output HDMI1 --mode 3840x2160R
xrandr: Configure crtc 0 failed
I'm using Antergos with Deepin DE, Intel HD 620 Graphics and LG 4k monitor. I have tried to connect this monitor to PS4 and other laptops with Windows and it seems to work fine. Live CD with Manjaro KDE gives me the same error message. Trying to specify crtc gives no effect, all of them fail. Is there any way to fix it?
Nikita Grygoriev
(71 rep)
Mar 2, 2019, 12:39 PM
• Last activity: Jan 15, 2021, 02:06 AM
0
votes
1
answers
1289
views
Try to install lib32-ncurses-compat-libs 6.04 on Antegros
When I try to install lib32-ncurses5-compat-libs under Antegros (Arch derivate) I get an error message while checking the PGP signatures. (The error message is in german, but it states, that the PGP signatures could not be checked). lib32-ncurses5-compat-libs 6.0-4 (2016-07-07 23:34) (Nicht unterst&...
When I try to install lib32-ncurses5-compat-libs under Antegros (Arch derivate) I get an error message while checking the PGP signatures.
(The error message is in german, but it states, that the PGP signatures could not be checked).
lib32-ncurses5-compat-libs 6.0-4 (2016-07-07 23:34)
(Nicht unterstütztes Paket: Potenziell gefährlich!)
==> PKGBUILD bearbeiten? [J/n] („A“ zum Abbrechen)
==> ----------------------------------------------
==> J
==> Von lib32-ncurses5-compat-libs benötigt:
- lib32-glibc (bereits installiert)
- lib32-ncurses (bereits installiert)
- gcc-multilib (bereits installiert) [makedepend]
==> Mit dem Erstellen von lib32-ncurses5-compat-libs fortfahren?[J/n]
==> -----------------------------------------------------------------
==> J
==> Erstelle und installiere Paket
==> Erstelle Paket: lib32-ncurses5-compat-libs 6.0-4 (Fr 6. Jan 15:37:42 CET 2017)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
-> Lade ncurses-6.0.tar.gz herunter...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3058k 100 3058k 0 0 380k 0 0:00:08 0:00:08 --:--:-- 438k
-> Lade ncurses-6.0.tar.gz.asc herunter...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 267 100 267 0 0 219 0 0:00:01 0:00:01 --:--:-- 219
==> Überprüfe source Dateien mit md5sums...
ncurses-6.0.tar.gz ... Durchgelaufen
ncurses-6.0.tar.gz.asc ... Übersprungen
==> Überprüfe Signaturen der Quell-Dateien mit gpg...
ncurses-6.0.tar.gz ... FEHLGESCHLAGEN
==> FEHLER: Eine oder mehrere PGP-Signaturen konnten nicht überprüft werden!
==> FEHLER:Makepkg konnte lib32-ncurses5-compat-libs nicht erstellen.
The documentation states on multiple pages that I have to install a pgp key, but I already did that, and receiving the key changes nothing.
[user@terminal34340 repos]$ gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB
gpg: Schlüssel 702353E0F7E48EDB: "Thomas Dickey " nicht geändert
gpg: Anzahl insgesamt bearbeiteter Schlüssel: 1
gpg: unverändert: 1
The message is again on german, but it just states, that this did not change the key, and nothing has changed.
Do you guys have a clue what I am missing? In the help forums a lot of people had success with just installing the key.
Thanks in advance!
user209018
(1 rep)
Jan 6, 2017, 02:49 PM
• Last activity: Jan 12, 2021, 11:00 PM
4
votes
2
answers
2161
views
Is there a simple way to convert an Antergos system to an Arch system?
I've been running Antergos XFCE for years now. As I'm sure everyone knows, the Antergos project ended in May. I was planning to jump to a different distribution last summer, but then life happened and I'm still running Antergos. This hasn't been a problem, until recently. The package `pamac` conflic...
I've been running Antergos XFCE for years now. As I'm sure everyone knows, the Antergos project ended in May. I was planning to jump to a different distribution last summer, but then life happened and I'm still running Antergos.
This hasn't been a problem, until recently. The package
pamac
conflicts with the latest version of pacman
.
I'm curious if there is a simple way to convert my system to a pure Arch system. I've done a fair amount of googling but haven't found much.
Is this as simple as removing the antergos repos from my pacman.conf
? If I do remove them, what happens to the packages on my system installed from the antergos repos?
Brian Fitzpatrick
(2907 rep)
Oct 25, 2019, 07:32 PM
• Last activity: Mar 8, 2020, 12:07 AM
-1
votes
1
answers
4645
views
How to install Skype in Arch-based Antergos Linux
In latest Antergos Linux, Arch-based, up-to-date. $ sudo pacman -S skype error: target not found: skype $ yaourt -S skype error: target not found: skype
In latest Antergos Linux, Arch-based, up-to-date.
$ sudo pacman -S skype
error: target not found: skype
$ yaourt -S skype
error: target not found: skype
user32012
May 4, 2015, 01:20 PM
• Last activity: Jun 25, 2019, 03:07 PM
1
votes
0
answers
61
views
Gnome Terminal Massively Slows Down When Slightly Off Screen
I'm running [gnome terminal][1] with a standard [Antergos][2] install using [GNOME][3] with [Wayland][4]. When the terminal is just slightly off screen it lags like like crazy when I'm trying to scroll. I'm running [zsh][5] with a couple plugins to provide autocomplete and highlighting. This happens...
I'm running gnome terminal with a standard Antergos install using GNOME with Wayland . When the terminal is just slightly off screen it lags like like crazy when I'm trying to scroll. I'm running zsh with a couple plugins to provide autocomplete and highlighting. This happens especially in vim and less when trying to scroll or quit.
How would I go about debugging this?
HSchmale
(427 rep)
Jun 11, 2019, 03:27 PM
• Last activity: Jun 11, 2019, 06:44 PM
1
votes
1
answers
464
views
Headphones recognised but produce no sound on antergos
Recently I installed Antergos-19.1 on my HP Omen laptop. Speakers work, but when I plug in headphones to audio jack, there no sound is produced at all. The output of the command `pactl list sinks |& grep -E "Sink|Ports|analog-ou"` is : Sink #0 Ports: analog-output-speaker: Speakers (priority: 10000,...
Recently I installed Antergos-19.1 on my HP Omen laptop. Speakers work, but when I plug in headphones to audio jack, there no sound is produced at all. The output of the command
pactl list sinks |& grep -E "Sink|Ports|analog-ou"
is :
Sink #0
Ports:
analog-output-speaker: Speakers (priority: 10000, not available)
analog-output-headphones: Headphones (priority: 9000, available)
Active Port: analog-output-headphones
Therefore, headphones are detected and is set to be active port. How to solve this problem?
Carlos Muradyan
(11 rep)
Feb 4, 2019, 06:55 AM
• Last activity: May 15, 2019, 10:33 AM
0
votes
1
answers
94
views
WiFi only works AFTER suspend on Antergos
I recently swapped the SSD from my old Thinkpad W520 that stopped working into my new Thinkpad T540p. I was just curious what would happen so I let it boot up and it works almost perfectly. However, the wireless only works **after** I resume from suspend. This is quite opposite everything else I've...
I recently swapped the SSD from my old Thinkpad W520 that stopped working into my new Thinkpad T540p. I was just curious what would happen so I let it boot up and it works almost perfectly. However, the wireless only works **after** I resume from suspend. This is quite opposite everything else I've seen about this issue and I haven't been able to find anything online about it, the closest being an [issue about Bluetooth](https://forum.antergos.com/topic/11424/bluetooth-only-works-after-suspend-and-wake-up-gnome-thinkpad-e585/4) .
This started happening after I ran a fairly large set of updates, but I'm not sure what exactly caused it. I would suspect there is a driver/config issue at play, but both cards are Intel chips so I don't think it's an issue of Broadcom/Intel.
Related output of
lspci -v
:
04:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260
Flags: bus master, fast devsel, latency 0, IRQ 33
Memory at f2400000 (64-bit, non-prefetchable) [size=8K]
Capabilities:
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Output of lsmod
:
Module Size Used by
hid_generic 16384 0
usbhid 61440 0
hid 139264 2 usbhid,hid_generic
ccm 20480 6
isofs 49152 0
rfcomm 86016 16
fuse 131072 7
cmac 16384 1
bnep 28672 2
8021q 40960 0
garp 16384 1 8021q
mrp 20480 1 8021q
stp 16384 1 garp
llc 16384 2 stp,garp
snd_hda_codec_hdmi 61440 1
arc4 16384 2
joydev 28672 0
mousedev 24576 0
intel_rapl 28672 0
rmi_smbus 16384 0
iwlmvm 446464 0
x86_pkg_temp_thermal 20480 0
rmi_core 90112 1 rmi_smbus
btusb 57344 0
intel_powerclamp 20480 0
uvcvideo 114688 0
btrtl 20480 1 btusb
coretemp 20480 0
btbcm 16384 1 btusb
btintel 28672 1 btusb
kvm_intel 311296 0
videobuf2_vmalloc 20480 2 rmi_core,uvcvideo
mac80211 942080 1 iwlmvm
videobuf2_memops 20480 1 videobuf2_vmalloc
videobuf2_v4l2 28672 2 rmi_core,uvcvideo
bluetooth 647168 41 btrtl,btintel,btbcm,bnep,btusb,rfcomm
videobuf2_common 57344 3 rmi_core,videobuf2_v4l2,uvcvideo
crct10dif_pclmul 16384 1
iwlwifi 348160 1 iwlmvm
crc32_pclmul 16384 0
ghash_clmulni_intel 16384 0
videodev 225280 4 rmi_core,videobuf2_v4l2,uvcvideo,videobuf2_common
i915 2162688 6
ecdh_generic 24576 2 bluetooth
kvmgt 32768 0
vfio_mdev 16384 0
mdev 24576 2 kvmgt,vfio_mdev
vfio_iommu_type1 32768 0
vfio 36864 3 kvmgt,vfio_mdev,vfio_iommu_type1
ofpart 20480 0
cmdlinepart 16384 0
kvm 741376 2 kvmgt,kvm_intel
intel_spi_platform 16384 0
snd_hda_codec_realtek 126976 1
intel_spi 24576 1 intel_spi_platform
uas 28672 0
media 57344 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
irqbypass 16384 1 kvm
aesni_intel 372736 6
mei_wdt 16384 0
spi_nor 49152 1 intel_spi
snd_hda_codec_generic 90112 1 snd_hda_codec_realtek
i2c_algo_bit 16384 1 i915
cfg80211 798720 3 iwlmvm,iwlwifi,mac80211
iTCO_wdt 16384 0
snd_hda_intel 45056 4
mtd 73728 5 cmdlinepart,intel_spi,ofpart
iTCO_vendor_support 16384 1 iTCO_wdt
aes_x86_64 20480 1 aesni_intel
wmi_bmof 16384 0
crypto_simd 16384 1 aesni_intel
cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel
glue_helper 16384 1 aesni_intel
drm_kms_helper 208896 1 i915
intel_cstate 16384 0
snd_hda_codec 155648 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
intel_uncore 135168 0
drm 499712 5 drm_kms_helper,i915
intel_rapl_perf 16384 0
snd_hda_core 98304 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
input_leds 16384 0
psmouse 172032 0
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 135168 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
intel_gtt 24576 1 i915
agpgart 53248 2 intel_gtt,drm
tpm_tis 16384 0
thinkpad_acpi 110592 0
syscopyarea 16384 1 drm_kms_helper
pcspkr 16384 0
tpm_tis_core 24576 1 tpm_tis
sysfillrect 16384 1 drm_kms_helper
nvram 16384 1 thinkpad_acpi
sysimgblt 16384 1 drm_kms_helper
snd_timer 40960 1 snd_pcm
ledtrig_audio 16384 3 snd_hda_codec_generic,snd_hda_codec_realtek,thinkpad_acpi
i2c_i801 36864 0
rtsx_pci_ms 24576 0
fb_sys_fops 16384 1 drm_kms_helper
tpm 69632 2 tpm_tis,tpm_tis_core
memstick 20480 1 rtsx_pci_ms
e1000e 282624 0
rfkill 28672 9 bluetooth,thinkpad_acpi,cfg80211
snd 102400 17 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,thinkpad_acpi,snd_pcm
mei_me 45056 1
ac 16384 0
battery 24576 1 thinkpad_acpi
rng_core 16384 1 tpm
evdev 20480 22
soundcore 16384 1 snd
mei 118784 3 mei_wdt,mei_me
ie31200_edac 16384 0
mac_hid 16384 0
lpc_ich 28672 0
wmi 32768 1 wmi_bmof
pcc_cpufreq 20480 0
vboxnetflt 32768 0
vboxnetadp 28672 0
vboxpci 28672 0
vboxdrv 491520 3 vboxpci,vboxnetadp,vboxnetflt
sg 40960 0
crypto_user 16384 0
ip_tables 32768 0
x_tables 49152 1 ip_tables
ext4 749568 3
crc32c_generic 16384 0
crc16 16384 2 bluetooth,ext4
mbcache 16384 1 ext4
jbd2 131072 1 ext4
fscrypto 32768 1 ext4
dm_mod 151552 9
usb_storage 73728 1 uas
sr_mod 28672 0
cdrom 69632 1 sr_mod
sd_mod 57344 3
serio_raw 20480 0
rtsx_pci_sdmmc 32768 0
ahci 40960 2
atkbd 36864 0
mmc_core 176128 1 rtsx_pci_sdmmc
libahci 40960 1 ahci
libps2 20480 2 atkbd,psmouse
libata 274432 2 libahci,ahci
crc32c_intel 24576 6
scsi_mod 249856 6 sd_mod,usb_storage,uas,libata,sg,sr_mod
xhci_pci 20480 0
rtsx_pci 73728 2 rtsx_pci_sdmmc,rtsx_pci_ms
ehci_pci 20480 0
xhci_hcd 258048 1 xhci_pci
ehci_hcd 98304 1 ehci_pci
i8042 32768 0
serio 28672 8 rmi_core,serio_raw,atkbd,psmouse,i8042
Clearly, it's not best practice to swap in a drive and go with it, but everything else seems to be working and if I can avoid reinstalling I'd like that. What can I do about making sure my WiFi works as soon as I log in, instead of having to suspend and then go?
RPiAwesomeness
(1000 rep)
May 6, 2019, 02:55 AM
• Last activity: May 6, 2019, 03:24 AM
-1
votes
2
answers
608
views
How to install virtualbox on Antergos
I'm trying to run Virutalbox on Antergos but I'm getting this following error Kernel driver not install Error [![enter image description here][1]][1] shell [![enter image description here][2]][2] I installed VirtualBox via the Archlinux Package Manager [1]: https://i.sstatic.net/aqjFI.png [2]: https...
I'm trying to run Virutalbox on Antergos but I'm getting this following error
Kernel driver not install
Error
shell
I installed VirtualBox via the Archlinux Package Manager


Papouche Guinslyzinho
(141 rep)
Aug 24, 2017, 05:11 AM
• Last activity: Apr 16, 2019, 06:17 PM
0
votes
2
answers
2265
views
Acer Aspire VN7-592G no microphone under Ubuntu, Mint, Antergos
I have an Acer Aspire laptop model VN7-592G. I have had no luck in getting the microphone to work on it using Ubuntu 16.04, latest Mint, latest Antergos. In searching the web I don't think anyone else has had luck with this model under any Linux distro yet either in getting the microphone to work. F...
I have an Acer Aspire laptop model VN7-592G. I have had no luck in getting the microphone to work on it using Ubuntu 16.04, latest Mint, latest Antergos. In searching the web I don't think anyone else has had luck with this model under any Linux distro yet either in getting the microphone to work. From finding tips on the web, I've tried tweaking around in alsamixer, pulse audio controls, just like this poster seems to but with no luck. In all the Linux distros I've tried, the speakers work, just not the microphone. The sound devices work perfectly fine under Windows 10.
Anonymous Human
(125 rep)
Jan 18, 2017, 02:35 PM
• Last activity: Mar 18, 2019, 03:38 AM
1
votes
0
answers
918
views
Middle click detected by xev, but nothing responds to it
I'm running Antergos (Arch 4.6.2.1-ARCH), and am using a Corsair K70 mouse. I first noticed this problem when I went from Manjaro KDE edition over to Manjaro's Gnome edition, at which point Firefox and Gnome in general stopped doing anything when I used the middle click (e.g. Firefox/Chrome opening...
I'm running Antergos (Arch 4.6.2.1-ARCH), and am using a Corsair K70 mouse.
I first noticed this problem when I went from Manjaro KDE edition over to Manjaro's Gnome edition, at which point Firefox and Gnome in general stopped doing anything when I used the middle click (e.g. Firefox/Chrome opening new links, minimising windows etc.) I tried Antergos Gnome edition as a potential way to rectify this with no joy.
1. List item
I ran xev expecting the mouse drivers to be the problem, but the output suggests to me there are no problems picking up the button events from the mouse. I've tried mapping the middle click functionality to other mouse buttons to check, and still nothing responds in the expected way.
I can only think that this problem is Gnome, or something I've changed in Gnome.
DivineComedy
(11 rep)
Jun 17, 2016, 03:18 PM
• Last activity: Feb 11, 2019, 08:22 PM
0
votes
1
answers
703
views
Does not start session with KDE Plasma after updating
When my system starts (ArchLinux - Antergos) the logging dialog appears and I enter my credentials, then it looks like my session would start but the logging dialog appears again. So I am not able to start session with Plasma, however, via console, it's possible (by pressing CTR + ALT + F2), then I...
When my system starts (ArchLinux - Antergos) the logging dialog appears and I enter my credentials, then it looks like my session would start but the logging dialog appears again.
So I am not able to start session with Plasma, however, via console, it's possible (by pressing CTR + ALT + F2), then I enter
plasmashell
to see the status and I get:
plasmashell: error while loading shared libraries: libKF5Auth.so.5 cannot open shared object file: No such file or directory
That started occurring when I updated my system.
Where I can find it? or any alternative for this?
Jamo
(101 rep)
Dec 9, 2018, 06:46 PM
• Last activity: Dec 10, 2018, 03:13 PM
1
votes
2
answers
933
views
primusrun: Segmentation fault (core dumped)
I've just installed antergos with gnome de and bumblebee on asus R542 laptop. When I run `primusrun glxspheres64` it fails and logs this: $ primusrun glxspheres64 Polygons in scene: 62464 (61 spheres * 1024 polys/spheres) Visual ID of window: 0x130 Context is Direct OpenGL Renderer: GeForce 930MX/PC...
I've just installed antergos with gnome de and bumblebee on asus R542 laptop.
When I run
primusrun glxspheres64
it fails and logs this:
$ primusrun glxspheres64
Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
Visual ID of window: 0x130
Context is Direct
OpenGL Renderer: GeForce 930MX/PCIe/SSE2
Segmentation fault (core dumped)
optirun glxspheres64
is ok:
$ optirun -c yuv glxspheres64
Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
Visual ID of window: 0x21
Context is Direct
OpenGL Renderer: GeForce 930MX/PCIe/SSE2
103.963006 frames/sec - 116.022715 Mpixels/sec
104.108801 frames/sec - 116.185422 Mpixels/sec
Milad ABC
(173 rep)
Jul 9, 2018, 09:42 AM
• Last activity: Nov 24, 2018, 08:01 PM
-1
votes
1
answers
216
views
Critical boot error
While I was cleaning up my pc, I accidentally uninstalled a package I shouldn't have uninstalled (can't really remember what I uninstalled thought ). As a consequence, a total of 599 packages were deleted (including linux-lts) and of course , now I can't boot. If I try to boot antergos from grub I g...
While I was cleaning up my pc, I accidentally uninstalled a package I shouldn't have uninstalled (can't really remember what I uninstalled thought ).
As a consequence, a total of 599 packages were deleted (including linux-lts) and of course , now I can't boot.
If I try to boot antergos from grub I get the following output:
Booting 'Antergos Linux'...
error: file '/vmlinuz-linux' not found
loading initial ram-disk...
error: you need to load the kernel first.
I haven't done any backup recently and I have been working really hard lately with my pc.
I really can't reinstall any Linux distro now, so, what should I do now?
Emiliano Tonizzo
(45 rep)
Nov 4, 2018, 10:06 PM
• Last activity: Nov 5, 2018, 11:21 PM
0
votes
1
answers
97
views
Remove the Remainders
Recently I installed wine, directly from the package manager (pamac). After uninstalling it again (via pamac, as well) there still remained its installation folder, with a size of 680 MB: [![.wine installation][1]][1] As you can see, wine is already uninstalled: [![wine uninstalled][2]][2] ---------...
Recently I installed wine, directly from the package manager (pamac). After uninstalling it again (via pamac, as well) there still remained its installation folder, with a size of 680 MB:
As you can see, wine is already uninstalled:
----------
- Why is it, that there remains so much unneeded data after removing the corresponding software?
- How can I check, if there are more remainders from other already uninstalled software?
- Can I just delete the remained folders?
I'm using the newest version of Antergos.


user1170330
(219 rep)
Oct 29, 2018, 05:35 PM
• Last activity: Oct 29, 2018, 06:47 PM
0
votes
1
answers
227
views
Why is Pamac not detecting software updates for some programs?
There is an update for Cura. [![Screenshot update for Cura][1]][1] There is an update for Visual Studio Code. [![there is an update for Visual Studio Code][2]][2] But Pamac keeps telling me that the system is up-to-date. [![enter image description here][3]][3] [1]: https://i.sstatic.net/G0c96.png [2...
There is an update for Cura.
There is an update for Visual Studio Code.
But Pamac keeps telling me that the system is up-to-date.
I'm using Antergos with KDE.
$ sudo pacman -Syu
:: Synchronizing package databases...
antergos is up to date
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
there is nothing to do



MatMis
(523 rep)
Oct 22, 2018, 02:19 PM
• Last activity: Oct 22, 2018, 03:40 PM
Showing page 1 of 20 total questions