nmtake

joined 2 years ago
[–] nmtake@lemm.ee 4 points 10 months ago

It's not a silly question; I thought it doesn't matter because PipeWire supports Pulseaudio.

[–] nmtake@lemm.ee 3 points 10 months ago (8 children)

Can you try "pactl load-module module-switch-on-connect"?

[–] nmtake@lemm.ee 4 points 10 months ago (1 children)

I'd try other (lightweight) distros for that case. Since your PC is old, it may not fulfil the latest Ubuntu's system requirements.

[–] nmtake@lemm.ee 5 points 10 months ago

I think GET /api/v3/resolve_object should work:

curl --url-query q=https://feddit.org/post/2401677 \
    https://lemmy.ml/api/v3/resolve_object \
    | jq .

(note that the value of q is url-encoded by --url-query)

[–] nmtake@lemm.ee 2 points 10 months ago (1 children)

I’m seeing several little elements that are not getting compiled the same between their builds and what make produces with GCC.

Did you run make clean between the builds?

[–] nmtake@lemm.ee 2 points 10 months ago (1 children)

Yes. In a typical live USB session, all changes are written to the RAM, so they are lost on the shutdown. Some live USB supports persistent storage, but I think it's not so common.

[–] nmtake@lemm.ee 2 points 10 months ago (3 children)

I see. Before the switching, you may want to try Linux on Windows using WSL2 or VirtualBox, etc. Also, Mint and other distros provide bootable image, so you can try it without installing Mint on your machine. Good luck!

[–] nmtake@lemm.ee 2 points 10 months ago (5 children)

Kernels are usually intalled in '/boot', and we usually install new kernels via a package manager (gnome-software, pacman, dnf, etc.). What distro and package manager are you using?

[–] nmtake@lemm.ee 4 points 10 months ago (12 children)

New kernel may introduce regressions. See this similar issue on kernel 6.10.3, or try another version of kernel on startup if it's possible.

[–] nmtake@lemm.ee 5 points 11 months ago

Can you try true instead of True?

https://specifications.freedesktop.org/desktop-entry-spec/latest/value-types.html

Values of type boolean must either be the string true or false.

[–] nmtake@lemm.ee 4 points 11 months ago

You can get 50 items at most with limit=50. Try

https://lemmy.ml/feeds/c/lemmy_support.xml?sort=New&limit=50
[–] nmtake@lemm.ee 3 points 11 months ago

Thankfully, with a modern minibuffer UI package (Ivy or Vertico, for example), we don't need to remember arcane key bindings to run rarely used commands. To run such command, just run M-x and enter a substring of the command name. This video (posted here months ago) explains this topic very well.

For Emacs's help system (Info), I recommend to try C-h R info.

view more: ‹ prev next ›