-
Notifications
You must be signed in to change notification settings - Fork 122
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
no icon on taskbar onwayland #389
Comments
Can you try the build from GitHub? |
qt.qpa.wayland: EGL not available the logs of konsole |
what build? I mean, what from those flat.. give me a link sorry |
https://github.com/kotatogram/kotatogram-desktop/releases/download/k1.4.9/1.4.9-linux.tar.xz if you mean this exactly it gives me the same problem no icon on taskbar. The simple and "standard" icon for an app that has no icon on wayland that I see a few times more. |
QT_QPA_PLATFORM=xcb kotatogram-desktop |
But you say you're using kotatogram-desktop-bin, not the binary from tar.xz |
the aur package is one that I have tested before and gives me the same problem, I have tested the another ones that is build on github like you said, from the URL I gave to you and.. the Same problem. |
I don't quite understand, have you checked just unarchiving and launching AppImage or not? Without any AUR packages.
It's hard for me to setup environment to reproduce. Would be nice if you tested the archive. Any re-packages like kotatogram-desktop-bin aren't the same. |
yeah I have done that without any aur package. I have tested both of them, the repackage from aur and the another one from github, both of them make me the same thing, no icon on taskbar |
Can you provide the log.txt from application data directory? |
Oh, forgot to mention that you need clean the data before launching the AppImage for it to detect first launch and integrate in the system. Otherwise such problems are expected. |
@ilya-fedin how to clean the data ? so I can test it for you but the expected thing for me is that such problem is yet here. |
you can open the folder by entering |
yeah, cleaning was the fix for the github one. Idk why on wayland fails such package. Ill report to aur then. |
On Wayland, there's no such thing as 'window icon', so compositors just display the icon from the desktop file. If the package doesn't have the icon, it means desktop file name is not synchronized with what application expects. What application expects is logged to the log.txt. |
I have reported it so.. let's wait. |
log.txt |
log.txt |
Are you sure flatpak is properly integrated into your system? I.e. do you see Kotatogram item in the system menu? |
According to the log, its .desktop file should have name |
log.txt |
No, there is not because it's appearing a general window icon on both tray and taskbar |
Okey.. then.. if I rename .desktop to that name it should work?! |
That's the cause |
how can I integrate? I see that there is oppengl logs but disabled on the beta program, why? |
Yeah, but it's weird it chooses such a name, like /etc/kotatogram-desktop/externalupdater doesn't exist or doesn't contain path to the binary, but I see the package install it |
[2022.09.04 22:01:28] OpenGL: [FALSE] (OverlayWidget) this |
okey, how should you fix on aur then? |
I think there's a bug in tdesktop code... |
May be.. Idk how it works to be honest. But I think I have discovered a bug here. While on 1.4.8 there is such opengl support I think. Intel here |
It's usually done automatically, but may be broken if you use not bash as your login shell as those integration scripts reside in /etc/profile.d and not all shells read /etc/profile |
I have got lost with that message to be honest ilya. |
I can't help with opengl, sorry, we haven't touched opengl code in the fork |
okey, so bug upstream I think. But when you refer the bug on updater.. what you mean? |
I see the logic that sets desktop file name doesn't work right due to wrong variable initialization order in upstream code |
Okey, perfect, I hope the mantainer can look at it. Something weird that I have experienced now is that the https://aur.archlinux.org/packages/kotatogram-desktop-beta-dynamic-bin package initializes opengl .. I mean.. create the opengl context. It's something very weird , right? Because this package is the same as beta ones from you github... |
No, it's not weird, this may be a bug in Qt version used in the AppImage |
I don't think maintainer can do anything, it's a bug in the code, I've sent a PR upstream, but it will be a long time for the Kotatogram update |
kotatogram-desktop-beta-dynamic-bin doesn't use appimage I believe |
thanks for all, let's wee whats happen |
Hey there! This issue was inactive for a long time and will be automatically closed in 30 days if there isn't any further activity. We therefore assume that the user has lost interest or resolved the problem on their own. Don't worry though; if this is an error, let us know with a comment and we'll be happy to reopen the issue. Thanks! |
Steps to reproduce
Expected behaviour
having the icon from kotatogram in all places including taskbar
Actual behaviour
1 open kotatogram
2. the icon of kotatogram is missing
But in tray there is the correct icon, I have test too the telegram icon and it's correct too.
In addition I have been a few days using and ever have worked such icon but.. Idk maybe it's not a bug or something.
Operating system
Manjaro stable on latest updates with plasma wayland
Version of Kotatogram Desktop
1.4.9 from https://aur.archlinux.org/packages/kotatogram-desktop-bin
Installation source
Other (unofficial) source
Logs
No response
The text was updated successfully, but these errors were encountered: