https://bugs.documentfoundation.org/show_bug.cgi?id=68686

--- Comment #28 from Pál Csányi <[email protected]> ---
(In reply to Matthew Francis from comment #26)
> @Pál Csányi –
> 
> I have set up Arch Linux (64bit) running lxde with Hungarian locale, and
> LibreOffice with Hungarian UI. I still can't reproduce the issue as yet.
> 
> Can you tell us anything more about your configuration?

I have set up Arch Linux ( 64 bit ) too.
As a window manager I'm using WindwMaker.

I'm starting X Window System with command:
startx
which uses .xinitrc with content:
if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources

if [ -s ~/.Xmodmap ]; then
    xmodmap ~/.Xmodmap
fi

exec wmaker

In /etc/locale.conf I have:
LANG=hu_HU.UTF-8
LC_CTYPE="hu_HU.UTF-8"
LC_NUMERIC="hu_HU.UTF-8"
LC_TIME="hu_HU.UTF-8"
LC_COLLATE="hu_HU.UTF-8"
LC_MONETARY="hu_HU.UTF-8"
LC_MESSAGES="hu_HU.UTF-8"
LC_PAPER="hu_HU.UTF-8"
LC_NAME="hu_HU.UTF-8"
LC_ADDRESS="hu_HU.UTF-8"
LC_TELEPHONE="hu_HU.UTF-8"
LC_MEASUREMENT="hu_HU.UTF-8"
LC_IDENTIFICATION="hu_HU.UTF-8"
LC_ALL="hu_HU.UTF-8"

In /etc/papersize I have:
a4

> If you're available to use IRC, please also feel free to drop in to
> #libreoffice-qa - see https://wiki.documentfoundation.org/QA/IRC - to help
> us reproduce what you're seeing. (I'm usually there mornings in European
> timezones, other people may be available at different times)

I shall try to use IRC but I'm a teacher and I have classes AM and not PM.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to