IBBoard

Results 189 comments of IBBoard

Yeah, I'd love to have this in. But I'm fairly sure this isn't possible in the v1 API. Hopefully they'll add it in v2. [Edit] There's a `reply_settings` property in...

Everything that's tagged `libhandy redesign` was something that I'm not planning until NewCaw 🙂 They're all tickets that are dependent on the v2 API, a significant UI improvement, or some...

What functionality would you have in a tray icon? And what's the use case? IM apps had a tray icon to log in/out/set status, but Twitter doesn't do that. IM...

But what is the required use case and functionality?

As someone said (then seemingly deleted) they've been deprecated for a while and [not shown in Gnome since 3.26](https://blogs.gnome.org/aday/2017/08/31/status-icons-and-gnome/). Maybe what we could do is an option to use a...

@philipzae's script is fine as a work-around, but I wouldn't want to support it. The use of `os.system` isn't a great way to work, and it probably only works because...

DBus could be an option. From some bits that I read then it already uses DBus at some level (although possibly just internal Gnome/GTK stuff and not properly published). There...

What are your default settings for those variables? Looking at the top bar, it uses [BadgeRadioButton](https://github.com/IBBoard/cawbird/blob/master/src/widgets/BadgeRadioButton.vala) which uses `Gtk.IconSize.BUTTON` for the buttons. That should scale according to GTK's rules. I...

> I don't think you're right about IconSize.BUTTON - look in > > https://github.com/IBBoard/cawbird/blob/4b2536eac84fd623810c2343f0fc80de1193ff5e/src/widgets/BadgeRadioButton.vala#L64 > > where BADGE_SIZE is set to 10 and then used to draw the icon. But...

Which display server are you using? (X11 or Wayland) [According to Phoronix](https://www.phoronix.com/scan.php?page=news_item&px=KDE-Polishing-21-October-2018) this was fixed several years ago and KDE sets the "right" values for GTK. *However* [GTK only supports...