all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Xfce4 localization in Guix System for only one exact user
@ 2019-08-02 16:50 znavko
  2019-08-02 17:14 ` Julien Lepiller
  2019-08-03  9:01 ` znavko
  0 siblings, 2 replies; 4+ messages in thread
From: znavko @ 2019-08-02 16:50 UTC (permalink / raw)
  To: help-guix

Hello! This is from those question people want just find one or two lines to paste in terminal and to get effect.
I did not find solution.
Please, how to make Xfce4 menus (right mouse click, maybe Main Menu) become Russian for only one user 'mom'?

As I know, packages are installing using locale settings. So, I need to configure my locale and reinstall Xfce4 (reconfigure system).

I have installed locale package as as Guix Manual says [1] with this command:

$ guix install glibc-locales
I have now 'locale' command in guix (but do not know exactly if it is provided with glibc-locales? and is it providing with glibc-utf8-locales ?):

$ locale
LANG=en_US.utf8
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=
And I've found in the web the way to change locale that might work on Guix System:

$ localedef -c -i ru_RU -f UTF-8 ru_RU.utf8
cannot create temporary file: /run/current-system/locale/2.28/locale-archive.g44JbZ: Read-only file system

But as I can see need to do this by sudo user. So it will change locale for entire system. But I want localize Xfce4 for only user 'mom'.
Can I do it?
[1] http://guix.gnu.org/manual/en/guix.html#Locales-1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-05  0:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02 16:50 Xfce4 localization in Guix System for only one exact user znavko
2019-08-02 17:14 ` Julien Lepiller
2019-08-03  9:01 ` znavko
2019-08-05  0:01   ` 宋文武

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.