[livecd] strange behaviour with keymaps #60
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: udeved
Lets fix it.
Created by: Esclapion
If I choose French by F2 at start, the keyboard in the live-cd remains US, so QWERTY instead AZERTY.
If I manually change in 20-keyboard.conf "us" -> "fr", it works after a logout.
Created by: udeved
I believe I fixed this with latest commit.
I forgot to re-enable the xorg layout in the previous commit.
Created by: Esclapion
No change :-( manjaro-tools re-generated just before. 20-keyboard.conf always bad.
Created by: udeved
Created by: Esclapion
Try with France, and look at 20-keyboard.conf ?
I generate another ISO, now.
Created by: udeved
kostenlose bilder
Italian works.
I dunno franch keyboard layout, so I struggle to login in live session with french. :/
Created by: Ste74
Hello ... i rebuild manjaro-tools and build iso ..
Created by: udeved
ste74, you are italian right?
Make sure you build the devel branch pkgbuild. :)
Created by: Ste74
I rebuild whit this pkgbuild :
https://github.com/manjaro/packages-openrc/tree/master/manjaro-tools-git-devel
Created by: udeved
thats the right one.
Created by: Ste74
i start build
Created by: Esclapion
Doesn't work for me.
Created by: udeved
@Esclapion
after a big fight with french keyboard, I had to look it up...
bilder uploaden
Created by: Kirek
@Esclapion please test without keyboardctl in your iso...
Created by: Kirek
And in systemd system check 00-keyboard.conf file
Created by: udeved
Yep, on systemd, it should be 00-keyboard.conf.
Created by: Esclapion
Works also not for me in italiano.
@ kirek : how to do that ?
Created by: udeved
@Esclapion
You do have 0.9.6.5?
Please check with
buildiso -q
Created by: Kirek
check the package list and remove it, also thus pulls keyboardctl too, so remove it.
Created by: Ste74
the italian adsl is bad at this time the download of packages is slow :-(
Created by: udeved
Have an espresso. :)
Created by: Ste74
yeah ;-) better a chamomile
Created by: Esclapion
keyboardctl is in "Package", a link to ../shared/Packages-Systemd. I commented that out and regenerate an ISO.
Created by: Esclapion
==> manjaro-tools
-> version: 0.9.6.5
Created by: udeved
Yep, looks good.
I will remove the package from the list in shared.
Wasn't sure about keyboardctl, kirek said something along the lines that it will be deprecated.
openrc doesn't need it anyway.
Created by: Kirek
Yes, should be removed everywhere for 0.9.0, thus too is deprecated.
Created by: udeved
I will do and push updated profiles in unstable.
But I need to merge profile devel branch first.
Created by: Esclapion
Pfffffffffffffffff.. IT WORKS !!!!
I don't understand exactly why, but the result is good :-)
Created by: Esclapion
I verified italiano, it must work also ;)
Created by: Ste74
i am at the first squashing singh :-(
Created by: Ste74
Yes work ... finally is set correctly. Now it remains just another little thing: in livecd asks to download packages of english which in theory is not correct if imposed in Italian language. At max you open another bug
Created by: udeved
No, I can activate it easily.
I commented out to make sure the general settings works.
Can you post from live session
Just to verify.
Created by: Ste74
Created by: udeved
so your terminal is set properly.
The problem is with pamac or octopi? ie no localized desktop?
Created by: Ste74
no totally localized but manjaro ask to install lang

packages
Created by: udeved
I dunno if the localization function grabs gimp, but it should install the spell dictionaries on boot.
I'll check that.
Habe you checked your Packages-lng?
Created by: Ste74
Now I go to bed otherwise in the morning is hard ... we update?
Created by: philmmanjaro
Please post output of:
Created by: Ste74
Created by: philmmanjaro
As you have en_GB enabled it asks for that language. So no issue.
Created by: Ste74
During the build pkg how to disable en-GB ?
Created by: udeved
I set en_GB as fallback instead of en_US, I can change it easily.
Created by: philmmanjaro
normally we enable de/en_us on creation.
Created by: Ste74
I disagree, however, as a matter of final user in livecd see you ask to update the language that's all ..
But it is not a important problem is only tedius
Created by: udeved
@philmmanjaro
Atm, we enable en and the selected language in locale.gen
Created by: philmmanjaro
On bootup or during creation?
mkiso
Created by: udeved
on boot up
you are right though, we create the chroots with de/en
Created by: philmmanjaro
As we have en already and if no locale found it always defaults to C an english fallback is on bootup not needed. We should keep de/en on creation, though.
Created by: udeved
I don't plan to change the chroot locale settings.
But I can remove fallback in live session to only setup system according to selection.
Created by: Kirek
the msm daemon only checks enabled locales in "/etc/locale.gen" file
we could also disable the daemon in the live session
Created by: Esclapion
I go back to the topic. Packages-Systemd is common to all desktop. Can we suppress keyboardctl from there without disturbing the others DEs ? If Yes, who will do it (and may be others things) ?
Created by: Kirek
We don't want keyboardctl in any DE. The only reason we keep it around its because thus expects keyboardctl to be installed to properly configure the keyboard layout, and with thus being deprecated with 0.9.0 this tool is gone.
Keyboard layouts should be managed by localectl, modifying the config files directly or whatever tool the DE has for this job.
Created by: Esclapion
OK, it's clear, thanks.
Created by: udeved
I removed keyboardctl and thus from git sources. ;)
Created by: Kirek
Nice.
Created by: Ste74
Cool, thank`s.
Created by: philmmanjaro
@Esclapion: this kbctl dependency got introduced with this. It was requested by our openrc guys cos localectl was systemd-only. As we don't use thus anymore, we don't care.