Bug 411734

Summary: Krusader doesn't launch, possible cause theme missing
Product: [Applications] krusader Reporter: Rafael Linux User <rafael.linux.user>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: crash CC: davide, krusader-bugs-null, nikita+kde, rafael.linux.user
Priority: NOR    
Version: 2.7.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rafael Linux User 2019-09-08 23:44:48 UTC
SUMMARY
Krusader not working. Each time I launch it, nothing happens. From konsole it shows "unknown@0 # System icon theme: "Breeze Chameleon Dark""

STEPS TO REPRODUCE
1. Go to konsole
2. Type "krusader" and press "Enter"
3. Krusader doesn't appear, but a text message appears in konsole: "unknown@0 # System icon theme: "Breeze Chameleon Dark""

OBSERVED RESULT
Can't launch krusader

EXPECTED RESULT
Open Krusader as always

SOFTWARE/OS VERSIONS
KDE Frameworks 5.55.0
Qt 5.9.7 (compilado con 5.9.7)
El sistema de ventanas xcb
Comment 1 Davide Gianforte 2019-09-11 16:50:07 UTC
Does Konsole gives you the prompt again? Or it blocks waiting for Krusader to start - which it doesn't.

Can you start Krusader on another user or without the file ~/.config/krusaderrc and the folder ~/.local/share/krusader - Remember to make a backup copy.
Comment 2 Nikita Melnichenko 2019-09-13 04:07:22 UTC
"unknown@0 # System icon theme: "Breeze Chameleon Dark"" is normal informational message. The unknown@0 part comes from missing debug symbols which is normal for bin distributions. Please answer what Davide asked. It may also be a broken rpm - you can try to compile Krusader from source as well.
Comment 3 Rafael Linux User 2019-09-13 10:29:57 UTC
I'm sorry. I tried to solve changing Plasma themes and (I can't swear is related) the issue is gone and can launch Krusader without problems.
About Nikita commentary, I tried in other PC to launch from Konsole, and the fact is that I get similar debug message:
12:26:21.882-debug default unknown@0 # System icon theme: "breeze-dark"

Anyway, the issue is gone

Thank you both!!