Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Padding not working after gtk 3.20 update #338

Closed
TaylanTatli opened this issue Apr 11, 2016 · 2 comments
Closed

Padding not working after gtk 3.20 update #338

TaylanTatli opened this issue Apr 11, 2016 · 2 comments

Comments

@TaylanTatli
Copy link

It was ok but after update it's not working. I didn't change anything. I recompiled vte-ng against gtk 3.20 because it was showing an error about it. But it's still same. There is only warning but i don't think it's padding related:

(termite:8470): Vte-WARNING **: (vtegtk.cc:1718):int vte_terminal_match_add_gregex(VteTerminal*, GRegex*, GRegexMatchFlags): runtime check failed: (g_regex_get_compile_flags(gregex) & G_REGEX_MULTILINE)
@TaylanTatli
Copy link
Author

Ok, i solved my problem. After rebuilding against 3.20, added this code to gtk.css

VteTerminal, vte-terminal {
padding: 4px;
}

Related bug reports:
https://bugs.archlinux.org/task/48876?project=5&cat[0]=33&string=vte3-ng
https://bugzilla.gnome.org/show_bug.cgi?id=763538

@wimstefan
Copy link

Thanks for that solution - it works beautifully! 😏 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants