Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy as HTML crash #1235

Closed
alexwhitman opened this issue Jan 2, 2018 · 1 comment
Closed

Copy as HTML crash #1235

alexwhitman opened this issue Jan 2, 2018 · 1 comment
Labels

Comments

@alexwhitman
Copy link
Contributor

Attempting to use the Copy as HTML function on Ubuntu 16.04 results in the following crash error:

object.Error@(0): The function you are calling is not pressent in your version of GTK+.
----------------
??:? extern (C) void gtkd.Loader.Linker.unsupportedSymbol() [0xc2ce79]
??:? void vte.Terminal.Terminal.copyClipboardFormat(vte.c.types.VteFormat) [0xa20210]
??:? void gx.tilix.terminal.terminal.Terminal.createActions(gio.SimpleActionGroup.SimpleActionGroup).__dgliteral6!(glib.Variant.Variant, gio.SimpleAction.SimpleAction).__dgliteral6(glib.Variant.Variant, gio.SimpleAction.SimpleAction) [0x9fd864]
??:? extern (C) void gio.SimpleAction.SimpleAction.callBackActivate(gio.c.types.GSimpleAction*, glib.c.types.GVariant*, gio.SimpleAction.SimpleAction.OnActivateDelegateWrapper) [0xa5ff65]
??:? g_closure_invoke [0x1aaabfa4]

@gnunn1
Copy link
Owner

gnunn1 commented Jan 2, 2018

Yeah that's only available in later versions of VTE and I forgot to version check it, I'll take care of it.

@gnunn1 gnunn1 added the bug label Jan 2, 2018
@gnunn1 gnunn1 closed this as completed in 2baeebe Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants