← prev | next →
TittySkittle 2022-08-20 18:17:48
Ran into this bug in vagrant and only currently proposed solution is to downgrade Ruby but before I updated last night I cleared my pacman cache so I don’t have an older version to fallback to
C0rn3j 2022-08-20 18:20:04
TittySkittle 2022-08-20 18:16:55
Would anyone be willing to send me Ruby 3.0.4-5 amd64 from their Pacman cache please?
Why wouldn’t you use the archive?
TittySkittle 2022-08-20 18:20:17
There’s an archive?
C0rn3j 2022-08-20 18:20:17
archive.archlinux.org
TittySkittle 2022-08-20 18:20:34
tight, had no idea this existed. thanks 🙏
TittySkittle 2022-08-20 18:20:45
Is there a greppable metadata file?
TittySkittle 2022-08-20 18:20:55
Or do I just have to dig
TittySkittle 2022-08-20 18:21:20
oh it’s alphabetical, my bad
C0rn3j 2022-08-20 18:21:22
https://archive.archlinux.org/packages/r/ruby/
C0rn3j 2022-08-20 18:21:26
TittySkittle 2022-08-20 18:21:20
oh it’s alphabetical, my bad
Yep
C0rn3j 2022-08-20 18:21:48
you can do pacman -U https://…package.tar.zst too, in case you didn’t know
TittySkittle 2022-08-20 18:22:03
🤯 no idea I could do that either
TittySkittle 2022-08-20 18:23:09

wtf apparently I’ve done this exact thing before with the vagrant package
I have no memory of ever learning to do this before today
il_muflone 2022-08-20 18:24:12
TittySkittle 2022-08-20 18:16:55
Would anyone be willing to send me Ruby 3.0.4-5 amd64 from their Pacman cache please?
there’s also a package called downgrade in AUR
TittySkittle 2022-08-20 18:24:50
il_muflone 2022-08-20 18:24:12
there’s also a package called downgrade in AUR
Sweet, does it just wrap the process of finding the package in the archive and installing it?
il_muflone 2022-08-20 18:25:00
TittySkittle 2022-08-20 18:24:50
Sweet, does it just wrap the process of finding the package in the archive and installing it?
yes
TittySkittle 2022-08-20 18:25:10
il_muflone 2022-08-20 18:25:00
yes
Nice, I’ll check it out
TittySkittle 2022-08-20 18:25:20
Thx both, back up and running now
SmgKhOaRn 2022-08-20 18:54:51
Anyone try using samba with apparmor? I get denied logs like
AVC apparmor=”DENIED” operation=”open” profile=”samba-dcerpcd” name=”/var/cache/samba/names.tdb” and cannot continue.
(I have gotten so many denied logs other than this)
ufoludek 2022-08-20 20:18:42
Do you use zram on Arch? I use Fedora on my laptop along Arch on my desktop and Fedora has zram out of the box, what do you think about it?
AndreGhd 2022-08-20 20:23:33
ufoludek 2022-08-20 20:18:42
Do you use zram on Arch? I use Fedora on my laptop along Arch on my desktop and Fedora has zram out of the box, what do you think about it?
i have got a better experience with zram than with swap (only), so its worth it for me
dejavu_5 2022-08-20 21:31:21
what is the modern way to get notifications from logs or cron jobs. Is it local mail like postfix? Or is it better way?
sarmong 2022-08-20 21:41:47
Hello, I want to run a script whenever I connect a bluetooth keyboard.
Here is /etc/udev/rules.d/10-local.rules
SUBSYSTEM==”input”, ACTION==”add”, ATTRS{address}==”cf:57:78:7e:88:32″, RUN+=”/etc/udev/refresh-kbd.sh”
Here is /etc/udev/refresh-kbd.sh
#!/usr/bin/env sh
xkbcomp ~/.config/xkb/config “$DISPLAY”
## Start cursor movement after 250ms and at 45 lines per second
xset r rate 250 45
This doesn’t work, what did I do wrong?
P.S. Can I do this for any keyboard I connect, not just the one with specific MAC address?
enp4s0 2022-08-20 21:46:00
Did you make sure, the script is executable?
I wouldn’t be so sure that the environmentvariable DISPLAY will be set inside this script, try adding a logging element and check whether the script will be executed at all.
sarmong 2022-08-20 22:06:04
enp4s0 2022-08-20 21:46:00
Did you make sure, the script is executable?
I wouldn’t be so sure that the environmentvariable DISPLAY will be set inside this script, try adding a logging element and check whether the script will be executed at all.
Yes, it is executable.
I tried commenting out that line, but xset doesn’t work either
enp4s0 2022-08-20 22:07:01
sarmong 2022-08-20 22:06:04
Yes, it is executable.
I tried commenting out that line, but xset doesn’t work either
xset also relies on the DISPLAY environment variable, try some command that will most certainly work independent from the environment.
sarmong 2022-08-20 22:09:02
enp4s0 2022-08-20 22:07:01
xset also relies on the DISPLAY environment variable, try some command that will most certainly work independent from the environment.
echo “log” >/tmp/testfile
Tried this. doesn’t work
enp4s0 2022-08-20 22:15:26
Did you try explicitly reloading the rules with?:
udevadm control –reload
udevadm trigger
You could try leaving out the address attribute in the rule.
sarmong 2022-08-20 22:19:28
enp4s0 2022-08-20 22:15:26
Did you try explicitly reloading the rules with?:
udevadm control –reload
udevadm trigger
You could try leaving out the address attribute in the rule.
Removing address attribute complete did indeed helped, thank you.
How can I now use these two commands in there? Seems like they still don’t work
xkbcomp ~/.config/xkb/config “$DISPLAY”
xset r rate 250 45
enp4s0 2022-08-20 22:26:33
You have to know, for which DISPLAY you want to run this script. So you have to set the DISPLAY variable at the beginning of the script. You could either hardcode it to “:0” as this will always be the DISPLAY if only one of them ever existed (which should be the case for a one-user computer). Or you can check /tmp/.X11-unix for a list of open displays and repeat the commands in a loop for all of them.
topIXItop 2022-08-21 00:08:47

Guys, i have a problem: no menubars in apps on gnome. But menubar is visible for another user or in other wm/de. How to fix?
topIXItop 2022-08-21 00:10:31
I thought it was because of extentions, but i’ve disabled all of them and there is no menubar too
il_muflone 2022-08-21 00:16:52
topIXItop 2022-08-21 00:08:47
Guys, i have a problem: no menubars in apps on gnome. But menubar is visible for another user or in other wm/de. How to fix?
apply the standard Adwaita theme
topIXItop 2022-08-21 00:18:20
il_muflone 2022-08-21 00:16:52
apply the standard Adwaita theme
Changed. Didn’t work(
il_muflone 2022-08-21 00:20:50
have you restarted your shell after disabling the extensions?
← prev | next →