6

What is required to integrate Qt applications such as FocusWriter, RStudio, Toggl Desktop or Telegram Desktop into the design of Ubuntu?

By default, these applications look as follows on Ubuntu 16.04:

Telegram File Chooser Dialog: enter image description here

FocusWriter Menu Bar:

enter image description here

RStudio Menu: enter image description here

Toggl Desktop:

orschiro
  • 13,317
  • 17
  • 87
  • 161
  • Did you find a way to change, at least, the font, f.i. in Toggl? It's not matching the global OS font: http://i.imgur.com/o1dhghP.png Installing qtconfig-qt4 didn't help either. – DMT Mar 13 '17 at 15:36
  • Sadly not. You have to make the developers aware to make them use the proper libraries, I am afraid. I don't believe this is a client-side problem. – orschiro Mar 13 '17 at 19:32

1 Answers1

2

It seems, that those apps are all using Qt5. Try this workaround and it should help.

Unfortunately, Toggl remains unchanged. So it's definitely upon the Toggl developers to solve that. I've already opened a bug report over there.

DMT
  • 824