Thanks for the reply. This thread may give us some clues: https://bugzilla.mozilla.org/show_bug.cgi?id=1941820
Japanese Speaker. I can read/write some English but not well, so corrections are always appreciated.
プログラミングや音楽に興味があります。最近はEmacsでよく遊んでます。
- 0 Posts
- 42 Comments
Some fonts may require additional configuration to display properly, so usually manual installation should be avoided.
Please run (and post the result here)
fc-match sansandfc-match serifto check fontconfig picks wrong italic font. If that’s the case, try to remove the TTF files you’ve installed via the font manager you’re using, then install the fonts via the package manager - it should configures fonts properly.
nmtake@lemm.eeto
Linux@lemmy.ml•Help me list custom keyboard shortcuts from terminal on Linux [RESOLVED]
6·8 months agoThe SCHEMA:PATH part seems slightly wrong (singular vs. plural). Try:
schema=org.gnome.settings-daemon.plugins.media-keys.custom-keybinding path=/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/ gsettings get "${schema}:${path}" binding gsettings get "${schema}:${path}" command gsettings get "${schema}:${path}" name
nmtake@lemm.eeto
Fediverse@lemmy.world•I believe that the "Nicole" images being sent to Threadiverse users may be intending to deanonymize accountsEnglish
2·9 months agoIf 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).
nmtake@lemm.eeto
Fediverse@lemmy.world•Has anyone been able to register for Misskey outside of Japan?English
11·1 year agoYes, 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.eeto
Fediverse@lemmy.world•Lemmy User Feedback and Improvement Thread: Share Your Complaints, Suggestions, and IdeasEnglish
1·1 year agoYes, fenced code block with specifying langauge may work as a workaround.
```text systemctl --user cat emacs ```but I said “inline” explicitly.
nmtake@lemm.eeto
Fediverse@lemmy.world•Lemmy User Feedback and Improvement Thread: Share Your Complaints, Suggestions, and IdeasEnglish
2·1 year agolemmy-ui: Highlighting some words blindly in inline code is really annoying. For example,
systemctl --user cat emacspactl load-module module-switch-on-connect
I see. Thanks for the explanation. It seems a long standing issue: https://github.com/Maato/volumeicon/issues/49
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?
You may need gtk-murrine-engine (actual package name may differ).
For logging,
PANEL_DEBUG=all(source) seems to work. Anyway, did you reboot the system after removingxfce-volumed-pulse(so onlyxvce-pulseaudio-pluginshould be enabled) ?
nmtake@lemm.eeto
Linux@lemmy.ml•[Solved] [Void Linux] Audio refuses to work on a new user
5·1 year agoYou don’t need
pulseaudioandpipewireat the same time becausepipewireprovides pulseaudio-compatible server (pipewire-pulse). Also,pipewireusually doesn’t requireaudiogroup. 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.
“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 thatPactlandpactlare different commands and the former is invalid.Is the command different for that?
As the name suggests,
pactlis a command for PulseAudio. PipeWire supports application written for PulseAudio, includingpactl. Try"man pipewire-pulse"to get further info.
Did you enter the command line (especially
load-module) correctly?
It’s not a silly question; I thought it doesn’t matter because PipeWire supports Pulseaudio.
AFAIK contents aren’t shared automatically between servers. See https://join-lemmy.org/docs/administration/federation_getting_started.html