Unusual Region & Language settings on Live Session after clicking "Try Ubuntu"

Bug #1796722 reported by Jun Kobayashi
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gnome-settings-daemon (Ubuntu)
Incomplete
Undecided
Unassigned

Bug Description

I've faced this problem when I tried Cosmic daily iso with VirtualBox.

iso image: http://cdimage.ubuntu.com/daily-live/20181007/cosmic-desktop-amd64.iso

Steps to Reproduce 1:
1. boot virtual pc with cosmic-desktop-amd64.iso
2. wait for Ubiquity dialoge
3. click "Try Ubuntu" button
4. wait for Live Session
5. input source selection menu is shown on right of topbar, including "en1", "en2", "cm" and "en3"
6. open Settings app and select "Region & Language"
7. 4 input sources listed: English(US), English(Australian), English(Cameroon), English(UK)

Steps to Reproduce 2:
1. boot virtual pc with cosmic-desktop-amd64.iso
2. wait for Ubiquity dialoge and select "Deutsch"
3. click "Ubuntu ausprobieren" button
4. wait for Live Session
5. input source selection menu is shown on right of topbar, including "de1", "de2", "be" and "de3"
6. open Einstellungen app and select "Region und Sprache"
7. 4 input sources listed: Deutsch, Deutsch (Österreich), Belgisch, Deutsch (Schweiz)
"English (United States)" for Sprache, "United States" for Formate

Steps to Reproduce 3:
1. boot virtual pc with cosmic-desktop-amd64.iso
2. wait for Ubiquity dialoge and select "日本語"
3. click "Ubuntuを試す" button
4. wait for Live Session
5. input source selection menu is shown on right of topbar, including "ja1", "ja2", "ja3" and "ja4"
6. open Settings app and select "Region & Language"
7. 4 input sources listed: Japanese, Japanese (PC-98), Japanese (OADG 109A), Japanese (Dvorak)
This setting don't supports inputting Japanese.

When I selected "Try Ubuntu without installing" on isolinux menu and login directly into Live Session, only "English (US)" is shown for input source.This seem to be normal setting.
When I selected "Deutsch" and boot Live Session, only "Deutsch" is shown for input source.
When I selected "日本語" and boot Live Session, "Japanese" and "日本語(Mozc)" are shown.This setting supports inputting Japanese.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubiquity 18.10.9
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu11
Architecture: amd64
CasperVersion: 1.396
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 8 17:11:12 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.10 "Cosmic Cuttlefish" - Beta amd64 (20181007)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=ja_JP.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Jun Kobayashi (jkbys) wrote :
Revision history for this message
Jun Kobayashi (jkbys) wrote :
Revision history for this message
Jun Kobayashi (jkbys) wrote :
Revision history for this message
Jun Kobayashi (jkbys) wrote :
Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1796722

tags: added: iso-testing
affects: ubiquity (Ubuntu) → gnome-settings-daemon (Ubuntu)
Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Thanks for your report.

Jun Kobayashi wrote:
> Steps to Reproduce 3:
> 1. boot virtual pc with cosmic-desktop-amd64.iso
> 2. wait for Ubiquity dialoge and select "日本語"
> 3. click "Ubuntuを試す" button
> 4. wait for Live Session
> 5. input source selection menu is shown on right of topbar, including
> "ja1", "ja2", "ja3" and "ja4"
> 6. open Settings app and select "Region & Language"
> 7. 4 input sources listed: Japanese, Japanese (PC-98), Japanese (OADG
> 109A), Japanese (Dvorak)
> This setting don't supports inputting Japanese.

The fact that Mozc isn't available is indeed an issue. It sounds to me as the same issue as the one reported at bug #1786344. Do you agree on that?

Besides that, it's unclear to me how your other observations are problems. If you think they are, please let us know what you think should be the expected behavior in the various examples.

Changed in gnome-settings-daemon (Ubuntu):
status: New → Incomplete
Revision history for this message
Jun Kobayashi (jkbys) wrote :
Download full text (4.2 KiB)

Thank you for your reply.

> The fact that Mozc isn't available is indeed an issue. It sounds to me
> as the same issue as the one reported at bug #1786344. Do you agree on
> that?

It seems to me this bug is a little different from the bug #1786344.
Comment #10 of the bug #1786344 you wrote could be related this bug,
but other comments may be related to other problem on inputting chinese.

> Besides that, it's unclear to me how your other observations are
> problems. If you think they are, please let us know what you think
> should be the expected behavior in the various examples.

This bug occurs only after maybe-ubiquity mode(ubiquity --greeter).
According to the bug #1766047, it's impossible to boot in maybe-ubiquity mode
when booting in UEFI. So this bug occurs when booting in legacy BIOS.

When choosing 日本語(Japanese) on isolinux menu and select
インストールせずにUbuntuを試してみる(Try Ubuntu without installing),
I can use Mozc without problems on live session.
dconf shows ('ibus', 'mozc-jp') for input-sources as follows.
This is totally expected behavior.
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash --- debian-installer/language=ja keyboard-configuration/layoutcode?=jp keyboard-configuration/modelcode?=jp106
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'jp'), ('ibus', 'mozc-jp')]
xkb-options=['lv3:ralt_switch']
--

But when waiting for ubiquity greeter dialog, select 日本語(Japanese), click Ubuntuを試す(Try Ubuntu),
I can't use Mozc on live session.
no ('ibus', 'mozc-jp') for input-sources and rarely used Japanese input sources are listed as follows.
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash --- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'jp'), ('xkb', 'nec_vndr/jp'), ('xkb', 'jp+OADG109A'), ('xkb', 'jp+dvorak')]
xkb-options=@as []
--

I tried selecting other languages, the result is as follows.

Select Simplified Chinese on isolinux menu:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash --- locale=zh_CN keyboard-configuration/layoutcode?=cn
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'cn'), ('ibus', 'libpinyin')]
xkb-options=['lv3:ralt_switch']
--
I don't know this is ideal settings for Chinese or not, but it includes ('ibus', 'libpinyin') anyway.

Select Simplified Chinese on Ubiquity Greeter:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash --- maybe-ubiquity
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'cn')]
xkb-options=@as []
--
Only [('xkb', 'cn')] is. This is the same as comment #10 of bug #1786344.

Select English on isolinux menu:
--
ubuntu@ubuntu:~$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash ---
ubuntu@ubuntu:~$ dconf dump /org/gnome/desktop/input-sources/
[/]
sources=[('xkb', 'us')]
xkb-options=@as []
--

Select English on Ubiquity Greeter:
--
u...

Read more...

Revision history for this message
Jun Kobayashi (jkbys) wrote :

#7 is accidentally posted.

I don't know much about other than Janpanese, but I can confirm input-souces
settings are different between "choosing language on isolinux menu" and
"choosing langage on Ubiquity Greeter" for above languages.

Hope this clarifies the issue.

Revision history for this message
Jeremy Bícha (jbicha) wrote :

I am going to mark this as a duplicate of bug 1786344. That bug is about both Chinese and Japanese.

Thank you for taking the time to report this bug and help make Ubuntu better.

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

On 2018-10-12 04:43, Jun Kobayashi wrote:
> It seems to me this bug is a little different from the bug #1786344.
> Comment #10 of the bug #1786344 you wrote could be related this bug,
> but other comments may be related to other problem on inputting
> chinese.

Yeah, but please note that one of the issues, which was originally reported on bug #1786344, was moved to bug #1789665. So I agree with Jeremy that this is actually a duplicate of the remaining issue there.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.