nmtake

joined 2 years ago
[–] nmtake@lemm.ee 11 points 7 months ago (1 children)

Yes, they started the restriction a year ago. For a future reference, here's the announcement about the restriction (written in Japanese): https://support.misskey.io/hc/ja/articles/7604557294607

[–] nmtake@lemm.ee 3 points 8 months ago

Oddly, the endpoint on lemm.el and lemmy.ml return comments:

> curl 'https://lemm.ee/api/v3/comment/list?post_id=45734814' | jq '.comments.[] | .comment.content[:50]'
"Yeah, you're right. I didn't read enough of the do"
"Thank you for the tip ... but whatever I try with "
"~~In 0.19.5, they removed the deprecated `post_id`"

> curl 'https://lemmy.ml/api/v3/comment/list?post_id=21766749' | jq '.comments.[] | .comment.content[:50]'
"Yeah, you're right. I didn't read enough of the do"
"Thank you for the tip ... but whatever I try with "
"~~In 0.19.5, they removed the deprecated `post_id`"

I think it would be better to ask the admin of the instance before creating the issue.

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

Roots of Pacha - well polished, stress free farming sim. Highly recommended if you like Stardew Valley or Story of Seasons.

[–] nmtake@lemm.ee 1 points 8 months ago

Yes, fenced code block with specifying langauge may work as a workaround.

```text
systemctl --user cat emacs
```

but I said "inline" explicitly.

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

lemmy-ui: Highlighting some words blindly in inline code is really annoying. For example,

  • systemctl --user cat emacs
  • pactl load-module module-switch-on-connect
[–] nmtake@lemm.ee 2 points 9 months ago (1 children)

I see. Thanks for the explanation. It seems a long standing issue: https://github.com/Maato/volumeicon/issues/49

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

But the problem is that if you plug in a USB or bluetooth headset, it doesn’t automatically switch to it as the default.

How about module-switch-on-connect?

[–] nmtake@lemm.ee 2 points 9 months ago

You may need gtk-murrine-engine (actual package name may differ).

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

For logging, PANEL_DEBUG=all (source) seems to work. Anyway, did you reboot the system after removing xfce-volumed-pulse (so only xvce-pulseaudio-plugin should be enabled) ?

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

You don't need pulseaudio and pipewire at the same time because pipewire provides pulseaudio-compatible server (pipewire-pulse). Also, pipewire usually doesn't require audio group. Did you follow the official docs or other online guide?

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

“Pactl load-module” outputs “you have to specify a module name and arguments.”

As I said in earlier comment, please run "pactl load-module module-switch-on-connect" exactly. Note that Pactl and pactl are different commands and the former is invalid.

Is the command different for that?

As the name suggests, pactl is a command for PulseAudio. PipeWire supports application written for PulseAudio, including pactl. Try "man pipewire-pulse" to get further info.

view more: ‹ prev next ›