cairo-dock-team team mailing list archive
  
  - 
     cairo-dock-team team cairo-dock-team team
- 
    Mailing list archive
  
- 
    Message #06502
  
 [Bug 1374939] Re: VTE 2.91 support
  
Non C++ version of the patch would be something like:
PangoFontDescription *font_desc = pango_font_description_from_string(name);
vte_terminal_set_font (vte, font_desc);
-- 
You received this bug notification because you are a member of Cairo-
Dock Devs, which is subscribed to Cairo-Dock Plug-ins.
https://bugs.launchpad.net/bugs/1374939
Title:
  VTE 2.91 support
Status in Cairo-Dock: Plug-ins:
  Triaged
Bug description:
  VTE 2.91 just landed in Arch Linux' testing repo along with GNOME
  3.14. It brings some API changes so I put together a quick patch and
  it seems to work, but vte_terminal_set_font_from_string does not exist
  anymore. Since I don't know C and I'm not sure how to deal with this,
  I just removed it (disabling custom fonts afaict). You'll surely come
  up with sth better, but here is the patch anyway.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-plug-ins/+bug/1374939/+subscriptions
References