You are not logged in.
Hi guys!
I finally set aside a few gigabites for Archlinux - it is no more in a virtual machine
So far I managed to configure everything with the excellent wiki. It's runnin' and kickin'.
I run accross only one problem:
When I insert a CD with a label that has non-ASCII characters (some Polish ones in my case) and I click on it's icon in Konqueror I get the message that "file such-and-such doesn't exist" - and the Polish characters are clearly misspelled (it is not a fonts' problem - I double checked). I can access the folder either via console or via konqueror if I go to the /media folder, though.
Any ideas how I can fix it? If you need more info, let me know.
Last edited by JeremyTheWicked (2008-05-31 14:46:07)
arch(3) adj amused because you think you understand something better than other people ;P
Offline
shameless self-bump
arch(3) adj amused because you think you understand something better than other people ;P
Offline
Make sure your locale is set correct. http://wiki.archlinux.org/index.php/Locale
Offline
Hi.
Thanks for the answer. I looked through the wiki page you gave me. I had my locales OK. I didn't have the LC_LANG variable set so I set it in .bashrc to "LC_LANG=pl_PL-utf8". It hasn't helped though. I still get the error. It's not vital but it's annoying (I didn't get that in Ubuntu - I used Gnome though.
Any ideas?
arch(3) adj amused because you think you understand something better than other people ;P
Offline
There's no need to tinker with locales for that; en_US.UTF-8 is enough. Here's a line from my /etc/fstab:
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide,iocharset=utf8 0 0
iocharset=utf8 makes file names visible in any language. I'm not so sure about labels - it's not a good idea to use non-english letters in them anyway.
Offline
Hi Llama.
That's a very good tip. In my fstab cdrom is commented out, though. I let HAL take care of it. Maybe it's a problem with HAL?
BTW. I know it's not a good idea to use non-English letters in labels. It wasn't me who burnt the CD.
arch(3) adj amused because you think you understand something better than other people ;P
Offline
I use KDEmod and HAL obviously takes care of my CD drive. I don't remember uncommenting the line in /etc/fstab, but I do remember putting in "iocharset=utf8"
. FWIW. Try and see.
The HAL's never been a trouble free piece of software; you have to put up with its quirks.
Last edited by Llama (2008-05-31 06:21:04)
Offline
I copied you version of the cd-rom fstab version. Let's see what happens. BTW. Do you have a separate fstab entry for DVD?
arch(3) adj amused because you think you understand something better than other people ;P
Offline
Do you have a separate fstab entry for DVD?
I do. Frankly speaking, I don't know what it's for. My real drive is DVD/RW, it mounts as CD. The DVD entry is either superfluous or serving some special purpose.
Offline
Hi again!
Your solution worked, Llama. You're my boss now ![]()
Thanks!
arch(3) adj amused because you think you understand something better than other people ;P
Offline
You're welcome
. Now it's advisable for you to edit the title of your initial post: add [SOLVED]. Perhaps more clear wording would be in order, too, for the benefit of the search engine. The problem seems to be a trifle in retrospect, but somehow it takes some effort to find the solution, doesn't it
?
Offline
Thanks man. I marked it as solved. Don't know though how I could make the title better for the search machine.
Most problems in life are trivial once you know the solution ![]()
arch(3) adj amused because you think you understand something better than other people ;P
Offline