Bug 481726

Summary: Telegram-desktop installed from pacman won't launch after updating to Plasma 6.0 RC2
Product: [I don't know] kde Reporter: neokitty <imneokitty>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED NOT A BUG    
Severity: crash CC: fanzhuyifan
Priority: NOR Keywords: qt6
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description neokitty 2024-02-23 15:15:26 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Attempt to launch telegram either with console - telegram-desktop, or from the application menu
2. 
3. 

OBSERVED RESULT
If the telegram is launched from application menu, just nothing happens.

If i'll try to launch telegram from the terminal, using telegram-desktop I get this:

$ telegram-desktop
Cannot mix incompatible Qt library (6.6.2) with this library (6.7.0)
Aborted (core dumped)


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.39.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0

ADDITIONAL INFORMATION
Comment 1 fanzhuyifan 2024-02-23 15:24:25 UTC
Since telegram depends on Qt, and kde-unstable ships Qt 6.7, you need to rebuild telegram yourself.
Comment 2 neokitty 2024-02-24 15:38:22 UTC
(In reply to fanzhuyifan from comment #1)
> Since telegram depends on Qt, and kde-unstable ships Qt 6.7, you need to
> rebuild telegram yourself.

I can't install an older version of Qt with keeping the one that kde-unstable ships?