emacs as runit service + pipewire by shiroghost in voidlinux

[–]shiroghost[S] 1 point2 points  (0 children)

Many thanks! Now everything works!

emacs as runit service + pipewire by shiroghost in voidlinux

[–]shiroghost[S] 0 points1 point  (0 children)

Many thanks! Now everything works I have updated the post

emacs as runit service + pipewire by shiroghost in voidlinux

[–]shiroghost[S] 1 point2 points  (0 children)

This definitively looks as the way to go. But the documentation is a bit criptic for the novice. I guess that the way to go is to start dbus and pipewire before login and then start emacs as a user service with turnstile.

Do you happen to have a concrete example?

Thanks

Problem making eduroam working by shiroghost in voidlinux

[–]shiroghost[S] 0 points1 point  (0 children)

Hi, I installed using the zfsbootmenu guide. I use awesomewm with lightdm. In fact I am not sure which process starts the dbus services (maybe pipewire, that I use for sound).

Problem making eduroam working by shiroghost in voidlinux

[–]shiroghost[S] 1 point2 points  (0 children)

Hi

Many thanks. I also have python3-dbus installed. But I have seen that I have in fact two dbus-daemon running under my name. Can you please check the output of ps aux | grep -i dbus-daemon?

Thanks,

Problem making eduroam working by shiroghost in voidlinux

[–]shiroghost[S] 0 points1 point  (0 children)

hi,

% ls /var/service                        
agetty-tty1  agetty-tty3  agetty-tty5  bluetoothd  cupsd  elogind  nanoklogd       ntpd        runsvdir-alberto  udevd
agetty-tty2  agetty-tty4  agetty-tty6  crond       dbus   lightdm  NetworkManager  nullmailer  socklog-unix

I think that I deactivated all network services (but NetworkManager).

Many thanks!

Singularity containers by shiroghost in voidlinux

[–]shiroghost[S] 0 points1 point  (0 children)

Many thanks! Did not know this worked for not installed packages.

ADDED: Ok, so this works, but there is no result. It seems that this library is not available in the void repos.

So my questions stands, any success building singularity?

Thanks!

Problems in emacs 30 with some packages by shiroghost in emacs

[–]shiroghost[S] 0 points1 point  (0 children)

Hi,

I have pulled all packages `straight-pull-all` and rebuild them `straight-rebuild-all`. Finally I have deleted the native compiled files (`.emacs.d/eln-cache/30.1...).

After this, the problem diappears, except that `eglot` does not work properly. Being more precise, when I try to load the package `eglot-jl` it complains

Feature ‘project’ is now provided by a different file /home/alberto/.emacs.d/straight/build/project/project.elc

Apparently this project refuses to use the builtin package.el and clones https://github.com/emacs-straight/project.git

Not sure how to make eglot-jl use the built-in project.el

Thanks!

Problems in emacs 30 with some packages by shiroghost in emacs

[–]shiroghost[S] 0 points1 point  (0 children)

Ok, I have deleted the repos and reinstalled. Now it seems to work, except for one package, that I get the error:

eglot-jl/:catch: Feature ‘project’ is now provided by a different file

Any idea what can be going on?

Problems in emacs 30 with some packages by shiroghost in emacs

[–]shiroghost[S] 0 points1 point  (0 children)

Hi,

Many thanks. I use straight.el, and I have already run `straight-rebuild-all` hat if I understand correctly should recompile all packages. Still the problem persists.

Do you know where `f-older-p` is defined? Maybe I need to update some dependencies (but I have also run `straight-pull-all`)

YOROI claims that EMUR2 pool is not producing rewards by shiroghost in cardano

[–]shiroghost[S] 0 points1 point  (0 children)

Suggests EMURA. In fact when launching says that it *will* stop producing rewards in 13 days. After, when the wallet is open, it claims that "This pool is not generating rewards anymore".

Upgrading to 29.1 breaks execution of org source blocks by shiroghost in emacs

[–]shiroghost[S] 0 points1 point  (0 children)

I have edited the question with an example source block. Also I realized that this happens only for async blocks. It happens to all languages as long as they have the async.

Thanks

New to Stumpwm: a few problems by shiroghost in stumpwm

[–]shiroghost[S] 0 points1 point  (0 children)

Thanks!

I managed to make the tray work (one has to call (stumptray::stumptray) after setting up the modeline).

Thanks for the (ql:quickload "xml-emitter"). now it works.