• 9 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle
  • You can use localectl to change the locale on Fedora. Here’s what you need to do:

    • See if you have Japanese locale installed. Something like ja_JP.UTF-8 should be in the output of localectl list-locales.
    • If it’s not, you should install it using the following command: sudo dnf install langpacks-ja (I’m not 100 % sure about this and I don’t have a Fedora system to test it on.)
    • Set the locale: sudo localectl set-locale LANG=ja_JP.UTF-8
    • Reboot your system. Everything should be in Japanese now.

    This will (probably) change everything to Japanese – texts in menus, error messages in the terminal, and also the font rendering. This answer on Stack Overflow suggests to do something with your fonts.conf. This way your UI would be in English (or your preferred language) and kanji would render as the Japanese variants.


  • A. I don’t know much about CJK fonts. I’m just spitballing. I am also half asleep.

    B. It depends where the font is displayed. As you probably know, different Japanese, Korean and Chinese characters, which share history and look similar, share one unicode codepoint, see this Wikipedia article. Which specific glyph is shown is decided by some variable that specifies in what language the text is written:

    • If the text is somewhere in the GUI (the title bar, the panel, some menu), it is probably decided by your default language and locale. This can be changed somewhere in settings. Changing this would also probably change everything to Japanese.
    • If the text is somewhere on the web, this is decided by the lang parameter of the website. You can’t change this easily.




    1. Keep up the good work. Your project reminds me of small “old school” distros from the noughties and I love the vibe!
    2. I get the aim at “regular” people. I’d wager there’s an interest for a somewhat polished tiling experience; perhaps not among regular people, but among the a bit experienced (and a bit lazy) crowd of Linux users, which is definitely numerous.

    Anyway, I’m just spitballing. Good luck with your project!












  • Also what the fuck does the author mean when he says ubuntu is special¿?

    There are two ways I read that:

    1. Ubuntu is special just to the author. It’s their favourite distribution and it holds sentimental value to them. The author doesn’t want Ubuntu to change, because they like it just the way it is.
    2. Ubuntu is special because of its high popularity between new users. For a long time, Ubuntu was/is suggested to newbies because of its ease of use and solid defaults. The removal of the apps could make the experience of future new users worse, so less people would stick with Linux.

  • Regolith packages preconfigured i3wm (and now Sway) alongside basic utility apps (file manager, image viewer etc.) and GUI configuration manager. Notifications and similar stuff, which you have set up manually in some window managers, works out of the box. I’d call Regolith a full blown desktop environment. Too bad it’s intertwined with apt so much, so porting it to distributions other than Ubuntu and Debian is complicated.