-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xchat and hexchat #94
Comments
I will do today ;) |
Thanks <3 |
It seems that the icons are not hardcoded hexchat/data/icons the icons are installed in |
I only have |
Are you using any plugin to have the tray icon? |
No, it just comes with the stock program :( |
can you paste the ouput of |
Output of
|
what's inside |
I didn't find any icon :( It's seems that hexchat will merge this brench soon appindicator |
Last work in February doesn't give me much hope for that branch :( |
I will look install it in Ubuntu unity and see if i can get the icons name, i don't promise anything :/ |
I've tried running |
I downloaded the deb file, extracted it and i think that the icons are hardcoded into the binaries of the application as you said :( |
I'll report that to the upstream and we can try and get this fixed. |
I hope so |
Just as an update on this, the icons in that directory need to be PNG |
Okay, if i understand the icons need to be png but where i should copy the icons? in the doc they only mention that the icons must be in a seperate dir in the config directory but which directory? |
If you can have the path to the directory were the icons must be copied i can fix this as soon as i've that ;) |
Ops the directory must be named icons. I will do add that tomorrow ;) |
Fixed in my latest commit , be sure that |
@bil-elmoussaoui That directory doesn't get created when hexchat is installed so won't be there for the majority of users. Could you make it so that if the folder isn't there it's created? something like this if not os.path.exists(userhome + "/.config/hexchat/icons/"):
os.makedirs(userhome + "/.config/hexchat/icons/") |
Done 👍
|
It would be nice to add support for xchat and it's successor hexchat. Let me know if there's anything else you need :)
The text was updated successfully, but these errors were encountered: