

If anyone has other suggestions to mitigate this
Firefox has “permissions.default.image” (link) option that disables image loading, but this Wikipage is very old so I’m not sure whether it works properly in current FIrefox.
Japanese Speaker. I can read/write some English but not well, so corrections are always appreciated.
プログラミングや音楽に興味があります。最近はEmacsでよく遊んでます。
If anyone has other suggestions to mitigate this
Firefox has “permissions.default.image” (link) option that disables image loading, but this Wikipage is very old so I’m not sure whether it works properly in current FIrefox.
I’d write a bookmarklet for that case:
javascript:
{
const name = 'ABC';
const d = new Date();
const year = d.getFullYear();
const month = d.getMonth();
const date = d.getDate();
document.activeElement.value = `${year}/${month}/${date} ${name}`;
void 0;
}
This bookmarklet inserts the desired text into the currently focused text box. Tested on Lemmy Web UI.
What program are you using to write or edit the comments?
As already suggested, take a look at i3 Window Manager’s docs: https://i3wm.org/docs/userguide.html because Sway (works on Wayland) is a port of i3 (works on X11).
** URL now never sends user email addresses in HTTP requests.
Someone like me may want to know the background of the change, so here’s the commit and the relevant discussion.
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
Roots of Pacha - well polished, stress free farming sim. Highly recommended if you like Stardew Valley or Story of Seasons.
Vertico expands the minibuffer which I do not like.
You might want to try some Vertico extensions such as vertico-flat that displays completion candidates horizontally.
Yes, fenced code block with specifying langauge may work as a workaround.
```text
systemctl --user cat emacs
```
but I said “inline” explicitly.
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
Since it’s a MediaWiki page you can get Markdown source of the page with appending action=raw
query to the URL.
You may need gtk-murrine-engine (actual package name may differ).
** ‘minibuffer-allow-text-properties’ also affects completions. When it has a non-nil value, then completion functions like ‘completing-read’ don’t discard text properties from the returned completion candidate.
Thanks for the commit! It looks very handy when we pass propertized strings to completing-read.
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) ?
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?
Although I haven’t used Arch for a long time, I guess https://wiki.archlinux.org/title/Kernel#Compilation and https://wiki.archlinux.org/title/Kernel/Arch_build_system will work.
"emacsclient --alternate-editor=''"
may work.
If you need to solve the systemd issue, please post "systemctl --user cat emacs"
(assuming the unit is "emacs"
) here.
“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.
Did you enter the command line (especially load-module
) correctly?
How about consult-history? https://github.com/minad/consult?tab=readme-ov-file#histories