Public bug reported:

#### summary:

About 4 days ago, there was a “system update” with a system restart.
After that, the terminal (tilix) will not start. No error message is
displayed.


#### usage environment:

Ubuntu Budgie 20.04 Daily (Japanese environment)

$ cat /var/log/installer/media-info
Ubuntu-Budgie 20.04 LTS "Focal Fossa" - Alpha amd64 (20191125)

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu Focal Fossa (development branch)"

$ uname -r
5.3.0-24-generic

---
$ tilix --version

バージョン
        Tilix バージョン: 1.9.1
        VTE バージョン: 0.58
        GTK バージョン: 3.24.13
:

---
#### Details:

-> I installed the “gnome-terminal” app instead.

$ tilix
(tilix:10513): GLib-GIO-ERROR **: 23:24:53.608: Settings schema 
'com.gexperts.Tilix.Keybindings' is not installed
Trace/breakpoint trap (コアダンプ)

---
Searched for similar bug reports:

[Don't core dump if a settings schema key is not found. #1234]
(https://github.com/gnunn1/tilix/issues/1234)

it's a little different. The following solution failed.

$ glib-compile-schemas /usr/share/glib-2.0/schemas/ 
/usr/share/glib-2.0/schemas/com.gexperts.Tilix.gschema.xml:207:1  Failed to 
parse <default> value of type “s”: 0:expected value.  This entire file has been 
ignored.


---
#### Correspondence:

I checked the xml file.

$ cd /usr/share/glib-2.0/schemas/
$ sudo cp com.gexperts.Tilix.gschema.xml com.gexperts.Tilix.gschema.xml-ERR
$ sudo gedit com.gexperts.Tilix.gschema.xml

Check around line 207:
205    <key name="session-name" type="s">
206      <default>${title}</default>
207      <summary>The default name to use for a session</summary>

Fix line 206:
206      <default>'${title}'</default>
-> overwrite save

$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
$ tilix
-> “Tilix” has started.

$ ls -l com.gexperts.Tilix.gschema.xml*
-rw-r--r-- 1 root root 59791 12月 16 02:08 com.gexperts.Tilix.gschema.xml
-rw-r--r-- 1 root root 59789 12月 12 14:12 com.gexperts.Tilix.gschema.xml-ERR

-> The “/usr/share/glib-2.0/schemas/com.gexperts.Tilix.gschema.xml” file
was invalid. Please correct it. (Here is com.gexperts.Tilix.gschema.xml-
ERR.)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: tilix 1.9.3-3 [modified: 
usr/share/glib-2.0/schemas/com.gexperts.Tilix.gschema.xml]
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu13
Architecture: amd64
CurrentDesktop: Budgie:GNOME
Date: Mon Dec 16 04:02:08 2019
InstallationDate: Installed on 2019-11-27 (18 days ago)
InstallationMedia: Ubuntu-Budgie 20.04 LTS "Focal Fossa" - Alpha amd64 
(20191125)
SourcePackage: tilix
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: tilix (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1856478

Title:
  [Budgie 20.04] Terminal (tilix) does not start after system update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tilix/+bug/1856478/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to