Hi, On a new fresh install of mga4 for x86_64 (full DVD), I see that virtualbox-4.3.6 package is only in English. It is impossible to change language in the settings. Yet the language files are present in the folder "/usr/share/virtualbox/nls/*.qm" What can come from this incident? Reproducible: Steps to Reproduce:
Keywords: (none) => TriagedAssignee: bugsquad => tmbSource RPM: (none) => virtualbox
The problem is that /usr/share/virtualbox/ is a wrong place for vbox translation files and other data. Try to put them manually in /usr/lib{,64}/virtualbox/ (depending on your arch). In spec file *all* vbox data (including translations) should go into the same dir that is defined as %{vboxlibdir} and nowhere else to vbox could find them. This would probably break some mageia packaging rules but there is no other choice. The bug in this line in spec (line No 276): # move noarch files to vboxdatadir mv %{buildroot}%{vboxlibdir}/{VBox*.sh,nls,*.desktop,*.png} %{buildroot}%{vboxdatadir} It should *not* move 'nls' folder anywhere because vbox knows nothing about this %{vboxdatadir}. I'm not sure about VBox*.sh files but probably they should as well remain where they are.
CC: (none) => olegbosis
Ok Oleg Bosis, I can confirm: With this workaround translations work on virtualbox: # ln -s /usr/share/virtualbox/nls/*.qm /usr/lib64/virtualbox/
I executed # ln -s /usr/share/virtualbox/nls/*.qm /usr/lib64/virtualbox/ and restarted Virtualbox but i still do not have choises in language settings!? (mga4 final 64bit KDE, virtualbox 4.3.6) --- While someone look into this, here is a small detail i dont think is necessary to open a new bug for... it may even be upstream? When starting, it spews out: $ VirtualBox Qt WARNING: libpng warning: iCCP: known incorrect sRGB profile ...and about a hundred more lines exacty like the one above
CC: (none) => fri
Ouppps ! sorry ! something seems to be wrong for x86_64 # ln -s /usr/share/virtualbox/nls/ /usr/lib64/virtualbox/ for i586 # ln -s /usr/share/virtualbox/nls/ /usr/lib/virtualbox/
CC: (none) => guillaume.ber17
Thanks, that worked. I added it to https://wiki.mageia.org/en/VirtualBox#On_the_host, pointing back here so we remember to remove it when fix is in update. I also added much else to that wiki page. But i have a problem in that automatic folder sharing is not working for a freshly installed mga3 guest. On the same host now, the mga2 guest i made last year (on a mga2 host, elder vbox) performs file sharing. Have you tested?
Hi, What's up ? Can there be an official patch package? thank you
CC: (none) => doktor5000
There will be an update as soon as I have fixed some more critical issues before
(In reply to Thomas Backlund from comment #7) > There will be an update as soon as I have fixed some more critical issues > before Thomas, can you also package prebuilt iso-image with guest additions for use in offline environments please? Fedora VB maintainers package this iso after building it by themself but I think it's possible to package official prebuilt iso too. The link to download this iso image for VB 4.3.6 is: http://download.virtualbox.org/virtualbox/4.3.6/VBoxGuestAdditions_4.3.6.iso And add doc files (in pdf format) to package please. The links are http://download.virtualbox.org/virtualbox/4.3.6/UserManual.pdf and http://download.virtualbox.org/virtualbox/4.3.6/SDKRef.pdf Thank you in advance.
Blocks: (none) => 8826
Ping ! What's new ? Thomas, have you thought to correct this bug on new update candidate ?
Thanks for reminding me, translations fixed in next build
Thanks Thomas, I can confirm that this bug is now fixed with the new update candidate for virtualbox-4.3.10-1.1.mga4 on Core/Updates_testing. Tested on a real hardware: dkms-virtualbox-4.3.10-1.1.mga4.noarch.rpm vboxadditions-kernel-3.12.13-desktop-2.mga4-4.3.10-1.mga4.x86_64.rpm vboxadditions-kernel-desktop-latest-4.3.10-1.mga4.x86_64.rpm virtualbox-4.3.10-1.1.mga4.x86_64.rpm virtualbox-guest-additions-4.3.10-1.1.mga4.x86_64.rpm virtualbox-kernel-3.12.13-desktop-2.mga4-4.3.10-1.mga4.x86_64.rpm virtualbox-kernel-desktop-latest-4.3.10-1.mga4.x86_64.rpm x11-driver-video-vboxvideo-4.3.10-1.1.mga4.x86_64.rpm
Same for me. No problem noticed with this update. Tested with Mageia 4 Live DVD on my (real) Mageia i586. Bug seems to be fixed. I add the ok then. Thanks again Thomas !
Whiteboard: (none) => mga4-32-ok
Fixed in virtualbox 4.3.10 in mga3, mga4 and cauldron
Status: NEW => RESOLVEDResolution: (none) => FIXED