Hello for all, at first.
I've switched from 13.1.2 Xfce version to 13.37RC1.
I'm using Polish (Poland) locale: "pl_PL.utf8" with "qwerty pl" keyboard, set by the installer at run time.
What I've observed is some sort of text coding problem(?).
As it was in 13.1.2 version, it's also in RC1 ("pl_PL.utf8"). A small menu "glitch" is still visible:
Salix -> System -> Gslapt_rest_of_name
... and how it looks:
Gslapt MenedĹźer PakietĂłw
Should be (pl_PL.utf8):
Gslapt Menedżer Pakietów
... and this can be easily repaired by file edit -> Desktop_file (actually 2 of them) from "/usr/share/application" directory.
So, I think, this could be repaired before stable release will rise. Simple fix.
But it's something more, still with Polish locale:
* create some document using 13.1.3 or 13.37RC1, say, ".pdf" or ".txt"
* name it with Polish diacritical marks:
ęóąśłżźćń.txt
óó.txt
On Salix (13.1.3 or 13.37RC1), they are showing as expected, but after transfer to Debian (newest stable, pen-drive used), they are looking like this:
?�???????.txt
��.txt
Now, if I take them back into Salix, they are OK again.
Now, let's try this:
* the same file; edit name on Debian, from:
��.txt ("óó.txt" is correct)
into:
ó�.txt
* move file into Salix (13.1.3 or 13.37RC1) using pen-drive or even via LiveCD mode - and you have this:
ó�.txt
Without "�" amendments on my Debian installation, Salix will properly re-recognize this "óó.txt" name.
Repair that file name on Debian - this will reverse situation.
Any idea how to deal with this?
Problem is correlated with file names only, contents of ".txt" document are still correct.
All "ęóąśłżźćń" marks inside the document are intact.
I suppose, I'm not only one with this puzzle.
Terminal says:
- Code: Select all
[~]$ locale
LANG=pl_PL.utf8
LC_CTYPE="pl_PL.utf8"
LC_NUMERIC="pl_PL.utf8"
LC_TIME="pl_PL.utf8"
LC_COLLATE=C
LC_MONETARY="pl_PL.utf8"
LC_MESSAGES="pl_PL.utf8"
LC_PAPER="pl_PL.utf8"
LC_NAME="pl_PL.utf8"
LC_ADDRESS="pl_PL.utf8"
LC_TELEPHONE="pl_PL.utf8"
LC_MEASUREMENT="pl_PL.utf8"
LC_IDENTIFICATION="pl_PL.utf8"
LC_ALL=
[~]$
This:
- Code: Select all
setxkbmap pl
...is not working.
I do not know how it looks on other distributions - for a moment, but I feel, this is related with this:
- Code: Select all
LC_COLLATE=C
--> should be(?):
- Code: Select all
LC_COLLATE=pl_PL.utf8
If yes, then any advise how to properly repair it - will be very comforting and appreciated
Other things with 13.37RC1:
* after first start, screen saver is up and running - but it started ~4 sec. after mouse action, ~minute after log in into Xfce session, screensaver is set into default 10 min.; mouse movement brings expected behavior
----------
* as usually

: write/edit something with Mousepad and sometimes he does not respond for close button or Exit order (seen on Debian too); similar story happens with "Gcolor2" - the color picker
Cheers!