R0bur
Crew Member
 
Posts: 157
Likes: 107
|
Post by R0bur on Jul 2, 2023 14:10:23 GMT
Those codes of languages and countries are very confusing. The first part of the locale code means a language ( ISO 639-1), and the second one - a country ( ISO 3166 Alpha-2). Therefore "uk" means the Ukrainian language, but "UK" means nothing. The same thing is for Belarusian: "be" means the Belarusian language, but "BE" means the Kingdom of Belgium... So correct locale for Ukrainian is "uk_UA.UTF-8" and for Belarusian - "be_BY.UTF-8".
|
|
R0bur
Crew Member
 
Posts: 157
Likes: 107
|
Post by R0bur on Jul 5, 2023 19:33:34 GMT
There are QuickStart pages in the Bodhi Linux distribution (/usr/share/bodhi/quickstart/quickstartEN). Unfortunately they are not localized. I don't know the best way to do that. But my proposal is to create localized ones: /usr/share/bodhi/quickstart/quickstartfr - French, /usr/share/bodhi/quickstart/quickstartpt - Portuguese, /usr/share/bodhi/quickstart/quickstartru - Russian, etc. and to use a shell script to route the web browser to the most suitable version corresponding to the LANG environment variable value. I provide the sample of that shell script " usr/bin/bodhi-help" and modified desktop shortcut " usr/share/applications/bodhi-help.desktop" in the attached archive bodhi-help.tar.gzAttachments:bodhi-help.tar.gz (1.95 KB)
|
|
|
Post by brichun on Jul 6, 2023 21:06:35 GMT
hello bodhis,
i am not sure if i'm right here. I tried to install the bodhi 7 standard version. but after succesfull installation and reboot the system end up in the busybox terminal view. How to view the booting up log messages?
|
|
R0bur
Crew Member
 
Posts: 157
Likes: 107
|
Post by R0bur on Jul 7, 2023 8:36:26 GMT
hello bodhis, i am not sure if i'm right here. I tried to install the bodhi 7 standard version. but after succesfull installation and reboot the system end up in the busybox terminal view. How to view the booting up log messages? Hello! Login as "bodhi" user with an empty password and use "journalctl" or "dmesg | more" commands.
|
|
|
Post by ylee on Jul 11, 2023 14:05:47 GMT
There are QuickStart pages in the Bodhi Linux distribution (/usr/share/bodhi/quickstart/quickstartEN). Unfortunately they are not localized. I don't know the best way to do that. But my proposal is to create localized ones: /usr/share/bodhi/quickstart/quickstartfr - French, /usr/share/bodhi/quickstart/quickstartpt - Portuguese, /usr/share/bodhi/quickstart/quickstartru - Russian, etc. and to use a shell script to route the web browser to the most suitable version corresponding to the LANG environment variable value. I provide the sample of that shell script " usr/bin/bodhi-help" and modified desktop shortcut " usr/share/applications/bodhi-help.desktop" in the attached archive bodhi-help.tar.gzI had the same idea just never implemented it. Thanks for the script I will look it over. The idea however presents a problem with Chromium since I include Quick Start in chromium bookmarks as well as open the page: file:///usr/share/bodhi/quickstart/quickstartEN/landing.html when Chromium first opens. This is not a deal breaker tho as it should be possible to check locales and alter the needed chromium files when chromium installs using the postinst script inside the deb file.
|
|
R0bur
Crew Member
 
Posts: 157
Likes: 107
|
Post by R0bur on Jul 12, 2023 19:08:31 GMT
There are QuickStart pages in the Bodhi Linux distribution (/usr/share/bodhi/quickstart/quickstartEN). Unfortunately they are not localized. I don't know the best way to do that. But my proposal is to create localized ones... I had the same idea just never implemented it. Thanks for the script I will look it over. The idea however presents a problem with Chromium since I include Quick Start in chromium bookmarks as well as open the page: file:///usr/share/bodhi/quickstart/quickstartEN/landing.html when Chromium first opens. This is not a deal breaker tho as it should be possible to check locales and alter the needed chromium files when chromium installs using the postinst script inside the deb file. Maybe it is better to fix Chromium setting in its configuration files on the user logins first time? For example, by executing such script on the user login: #!/bin/sh CFGFILE1=$HOME/.config/chromium/Default/Preferences CFGFILE2=$HOME/.config/chromium/Default/Bookmarks LANG2=${LANG%${LANG#??}} if [ -n "$LANG2" -a "$LANG2" != "en" ] then sed -i "s/\"en-US,en\"/\"$LANG2,en-US,en\"/g" $CFGFILE1 sed -i "s/\/quickstartEN\//\/quickstart$LANG2\//" $CFGFILE1 sed -i "s/\/quickstartEN\//\/quickstart$LANG2\//" $CFGFILE2 fi As a side effect it fixes the preferred languages and this makes possible to create JavaScript-powered Quick start pages (see $CFGFILE1) because the native language code inserted into navigator.language property value. But I think that static HTML is more robust.
|
|
R0bur
Crew Member
 
Posts: 157
Likes: 107
|
Post by R0bur on Jul 14, 2023 18:46:27 GMT
Moksha desktop has scale factor 1.2 in its settings, but pure Elementary applications (Ephoto, Terminology) aren't affected it. They have its own scale setting: Settings - Preferences - Elementary Config - Scale. I propose to set the Elementary scale factor also to the value 1.2. This will increase font of that applications and they will look more native. Settings of the Elementary subsystem are stored in the $HOME/.elementary/config files and can be placed into /etc/skel.
|
|
|
Post by ylee on Jul 14, 2023 23:57:43 GMT
I had already decided to tweak elm settings in bodhi-skel for another reason. I will add that as well 
|
|
wimc
Crew Member
 
Posts: 455
Likes: 398
|
Post by wimc on Jul 22, 2023 21:07:32 GMT
What's the difference between HWE and s76?
EDIT: besides the kernel.
|
|
enigma9o7
Crew Member
 
Posts: 1,218
Likes: 1,215
|
Post by enigma9o7 on Jul 22, 2023 23:00:28 GMT
Pretty sure nothing.
|
|
|
Post by ylee on Jul 23, 2023 0:08:33 GMT
What's the difference between HWE and s76?
EDIT: besides the kernel.
The kernel packages are the only difference between these 3 isos.
|
|
wimc
Crew Member
 
Posts: 455
Likes: 398
|
Post by wimc on Jul 23, 2023 9:51:41 GMT
|
|
wimc
Crew Member
 
Posts: 455
Likes: 398
|
Post by wimc on Jul 29, 2023 8:33:59 GMT
Put bodhi-7.0.0-64-hwe-rc.iso on DVD and USB stick, both come back as error stating needed to run kernel first. Was going to install HWE.
s76 version runs fine with both DVD or USB stick.
|
|
batden
Member
Posts: 51
Likes: 69
|
Post by batden on Jul 29, 2023 9:22:17 GMT
I got the same error the first time I tried installing Bodhi 7 RC with the HWE kernel (USB key). No issue with the S76 one.
|
|
wimc
Crew Member
 
Posts: 455
Likes: 398
|
Post by wimc on Jul 30, 2023 7:06:27 GMT
Downloaded bodhi-7.0.0-64-hwe-rc.iso again, getting different error.
Why can't I use it?
|
|