Skip to content
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 tray icon when starting Plasma #25751

Closed
simonbcn opened this issue Jan 19, 2023 · 2 comments
Closed

No tray icon when starting Plasma #25751

simonbcn opened this issue Jan 19, 2023 · 2 comments
Labels

Comments

@simonbcn
Copy link

Steps to reproduce

I have enabled "Open Telegram when system starts" and "Open minimized".
But when I enter my desktop (KDE Plasma) there is no tray icon for Telegram although it is running in the background.
Also if I open Telegram (on startup) using the KDE menu and close it, the application terminates.
It only works fine if I open the application manually from the menu (without using the startup option).

Expected behaviour

It should show the icon in the notification bar.

Actual behaviour

It should NOT show the icon in the notification bar.

Operating system

Arch Linux

Version of Telegram Desktop

4.5.6

Installation source

Static binary from official website

Logs

Operating System: Arch Linux
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.7-native_amd-xanmod1-1 (64-bit)
Graphics Platform: Wayland
Processors: 64 × AMD Ryzen Threadripper 3970X 32-Core Processor
Memory: 62.7 GiB of RAM
Graphics Processor: AMD Radeon RX 580 Series
Manufacturer: ASUS
@simonbcn simonbcn added the bug label Jan 19, 2023
@simonbcn
Copy link
Author

It works well if I add a delay to desktop file:

$ cat .config/autostart/org.telegram.desktop.desktop
[Desktop Entry]
Actions=Quit;
Categories=Chat;Network;InstantMessaging;Qt;
Comment[es_ES]=Official desktop version of Telegram messaging app
Comment=Official desktop version of Telegram messaging app
Exec=sh -c "sleep 10 && /usr/bin/telegram-desktop -autostart"
GenericName[es_ES]=
GenericName=
Icon=telegram
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;
MimeType=
Name[es_ES]=Telegram Desktop
Name=Telegram Desktop
Path=
SingleMainWindow=true
StartupNotify=true
StartupWMClass=TelegramDesktop
Terminal=true
TerminalOptions=
Type=Application
X-GNOME-SingleWindow=true
X-GNOME-UsesNotifications=true
X-KDE-SubstituteUID=false
X-KDE-Username=

@ilya-fedin
Copy link
Contributor

#25126

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants