Skip to content

Commit 4175b24

Browse files
authored
fix(launcher): Multibyte character input crashing GNOME Shell
- Setting an italic font style causes the St.Entry and resulting Pango API to segfault. - Resolved issue by removing the italic font style for the hint.
1 parent 28c060e commit 4175b24

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

dark.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,3 @@
6060
.pop-shell-tab-urgent {
6161
background: #D00;
6262
}
63-
64-
.pop-shell-entry:indeterminate {
65-
font-style: italic
66-
}

light.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,3 @@
6060
.pop-shell-tab-urgent {
6161
background: #D00;
6262
}
63-
64-
.pop-shell-entry:indeterminate {
65-
font-style: italic
66-
}

0 commit comments

Comments
 (0)