Version-Release number of selected component: system-config-language-3.3.0-1.fc23 Additional info: reporter: libreport-2.6.3 cmdline: /usr/bin/python3 /usr/share/system-config-language/system-config-language.py executable: /usr/share/system-config-language/system-config-language.py kernel: 4.2.8-300.fc23.x86_64 runlevel: N 5 type: Python3 uid: 0 Truncated backtrace: language_backend.py:128:write_locale_conf:FileNotFoundError: [Errno 2] Adresář nebo soubor neexistuje: '/etc/vconsole.conf' Traceback (most recent call last): File "/usr/share/system-config-language/language_gui.py", line 323, in ok_btn sysfont, sysfontacm) File "/usr/share/system-config-language/language_backend.py", line 128, in write_locale_conf fd = open(vsconsole_file, "r") FileNotFoundError: [Errno 2] Adresář nebo soubor neexistuje: '/etc/vconsole.conf' Local variables in innermost frame: sysfontacm: 'utf8' self: <language_backend.LanguageBackend object at 0x7f333d312518> old_path: '/etc/sysconfig/i18n' sysfont: 'latarcyrheb-sun16' modules: '' default_lang: 'cs_CZ.UTF-8' vsconsole_file: '/etc/vconsole.conf' locale_path: '/etc/locale.conf'
Created attachment 1111583 [details] File: backtrace
Created attachment 1111584 [details] File: environ
This is really strange. See $ rpm -qf /etc/vconsole.conf systemd-222-10.fc23.x86_64 Howcome you don't have systemd package installed on your system? Or you manually removed /etc/vconsole.conf file?
I do have the package installed. I haven't removed vconsole.conf manually. Reinstalling systemd doesn't restore that file. So something is broken here, in a deep and subtle way. I recreated vconsole.conf manually by simply using the file format from Arch and setting the font and encoding options to the same values I already have in /etc/default/grub. That seems to work fine.
if reinstalling systemd is still not giving you vconsole.conf then something is broken on your system. This does not look like a issue of system-config-language package as required file is not available. Looks like this is NOTABUG for system-config-language.