<p>I recently installed Kubuntu 18.04. The terminal window no longer appears in geany.</p>
<p>Symbolic links in /usr/lib:<br>
libvte.so -> libvte.so.9.2800.2<br>
libvte.so.9 -> libvte.so.9.2800.2</p>
<p>And in /usr/lib/x86_64-linx-gnu:<br>
libgtk-3.so.0 -> libgtk-3.so.0.2200.30</p>
<p>Running with run -v in gdb produces this output:</p>
<p>(gdb) run -v<br>
Starting program: /usr/bin/geany -v<br>
[Thread debugging using libthread_db enabled]<br>
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>
[New Thread 0x7fffed5bb700 (LWP 1560)]<br>
Geany-INFO: 14:03:15.318: Geany 1.32, en_US.UTF-8<br>
Geany-INFO: 14:03:15.318: GTK 3.22.30, GLib 2.56.2<br>
Geany-INFO: 14:03:15.318: System data dir: /usr/share/geany<br>
Geany-INFO: 14:03:15.318: User config dir: /home/xorobabel/.config/geany<br>
Geany-INFO: 14:03:15.448: System plugin path: /usr/lib/x86_64-linux-gnu/geany<br>
Geany-INFO: 14:03:15.479: Added filetype Clojure (61).<br>
Geany-INFO: 14:03:15.479: Added filetype Genie (62).<br>
Geany-INFO: 14:03:15.479: Added filetype Graphviz (63).<br>
Geany-INFO: 14:03:15.480: Added filetype Cython (64).<br>
Geany-INFO: 14:03:15.480: Added filetype JSON (65).<br>
Geany-INFO: 14:03:15.480: Added filetype CUDA (66).<br>
Geany-INFO: 14:03:15.480: Added filetype Scala (67).<br>
Geany-INFO: 14:03:15.480: Added filetype Arduino (68).<br>
Geany-INFO: 14:03:15.488: Could not load libvte.so, embedded terminal support disabled</p>
<p>Running with run -v --vte-lib /usr/lib/libvte.so.9 produces this output:</p>
<p>(gdb) run -v --vte-lib /usr/lib/libvte.so.9<br>
Starting program: /usr/bin/geany -v --vte-lib /usr/lib/libvte.so.9<br>
[Thread debugging using libthread_db enabled]<br>
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>
[New Thread 0x7fffed5bb700 (LWP 2076)]<br>
Geany-INFO: 14:08:19.377: Geany 1.32, en_US.UTF-8<br>
Geany-INFO: 14:08:19.377: GTK 3.22.30, GLib 2.56.2<br>
Geany-INFO: 14:08:19.377: System data dir: /usr/share/geany<br>
Geany-INFO: 14:08:19.377: User config dir: /home/xorobabel/.config/geany<br>
Geany-INFO: 14:08:19.508: System plugin path: /usr/lib/x86_64-linux-gnu/geany<br>
Geany-INFO: 14:08:19.536: Added filetype Clojure (61).<br>
Geany-INFO: 14:08:19.536: Added filetype Genie (62).<br>
Geany-INFO: 14:08:19.536: Added filetype Graphviz (63).<br>
Geany-INFO: 14:08:19.536: Added filetype Cython (64).<br>
Geany-INFO: 14:08:19.536: Added filetype JSON (65).<br>
Geany-INFO: 14:08:19.536: Added filetype CUDA (66).<br>
Geany-INFO: 14:08:19.536: Added filetype Scala (67).<br>
Geany-INFO: 14:08:19.536: Added filetype Arduino (68).<br>
Geany-INFO: 14:08:19.619: Loaded libvte from /usr/lib/libvte.so.9</p>
<p>Thread 1 "geany" received signal SIGSEGV, Segmentation fault.<br>
0x00007ffff6d7e485 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0<br>
(gdb) bt<br>
#0  0x00007ffff6d7e485 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="1860207" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/1" href="https://github.com/geany/geany/pull/1">#1</a>  0x00007ffff55928f8 in g_type_create_instance () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="1869766" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/2" href="https://github.com/geany/geany/pull/2">#2</a>  0x00007ffff5573748 in  () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="1870603" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/3" href="https://github.com/geany/geany/pull/3">#3</a>  0x00007ffff5574ee5 in g_object_new_with_properties () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="1883601" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/4" href="https://github.com/geany/geany/pull/4">#4</a>  0x00007ffff5575961 in g_object_new () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="1885233" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/5" href="https://github.com/geany/geany/pull/5">#5</a>  0x00007ffff79c9cc4 in  () at /usr/lib/x86_64-linux-gnu/libgeany.so.0<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="1896596" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/6" href="https://github.com/geany/geany/pull/6">#6</a>  0x00007ffff7992f95 in main_lib () at /usr/lib/x86_64-linux-gnu/libgeany.so.0<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="1942910" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/7" href="https://github.com/geany/geany/pull/7">#7</a>  0x00007ffff7330b97 in __libc_start_main (main=<br>
0x555555554650, argc=4, argv=0x7fffffffdee8, init=, fini=, rtld_fini=, stack_end=0x7fffffffded8) at ../csu/libc-start.c:310<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="2025926" data-permission-text="Issue title is private" data-url="https://github.com/geany/geany/issues/8" href="https://github.com/geany/geany/pull/8">#8</a>  0x000055555555468a in  ()</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1955">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ2BIAx9sCB1vYaC5aDhioG0rouWSks5ubVGKgaJpZM4Wqf-0">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ8AlQzL_ktzkN4rnB-OJpPFlsdXTks5ubVGKgaJpZM4Wqf-0.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Could not load libvte.so, embedded terminal support disabled (#1955)"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1955"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/1955",
"url": "https://github.com/geany/geany/issues/1955",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Could not load libvte.so, embedded terminal support disabled (#1955)",
"sections": [
{
"text": "",
"activityTitle": "**Matthew Lanier**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@xorobabel",
"facts": [
{
"name": "Repository: ",
"value": "geany/geany"
},
{
"name": "Issue #: ",
"value": 1955
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1955,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1955\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/geany/geany/issues/1955"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 380239796\n}"
}
],
"themeColor": "26292E"
}
]</script>