Edwin

Results 67 comments of Edwin

@NerdistRay this project uses the old deprecated Twitch API which causes the errors. I have started working on a new GTK Twitch player. The basics work but it's far from...

@nmikhailov Is this project someting you're still working on?

@EbonJaeger Using `Process.spawn_command_line_async` like you do works. Thank you! :+1: If anyone knows: I would still like to know why `libnotify` does not work though.

https://github.com/olback/rdg-linux This is something I've been working on for the past few weeks. It doesn't have all the options yet and still requires a terminal to start it unless you...

Hi, I'd like to see the old implementation still available under a feature flag since ksni does not work in all environments.

@ancwrd1 It does not work when using Waybar. Old impl: ![20211010_000205](https://user-images.githubusercontent.com/8039145/136674750-a165b2ca-0481-46e6-bf25-436a40663248.png) New impl: ![20211009_235945](https://user-images.githubusercontent.com/8039145/136674752-928de5c3-c510-4985-a6d8-ba3bd26bd003.png) Well, it does *work* but the icon is missing, space is allocated, hint and click actions...

@njust I ran the linux example. It uses a "named icon" instead of a gresource icon.

This issue comes from [libappindicator-rs](https://github.com/tauri-apps/libappindicator-rs). Working on a fix.

Blocking PR: https://github.com/tauri-apps/libappindicator-rs/pull/28

I've been trying to figure this out for a few hours now and I can't get it to work. After some searching around I found [this Reddit thread](https://www.reddit.com/r/GTK/comments/dbwzph/set_icon_name_of_app_indicator_from_resource_file/) which suggests...