CountMurphy / QTalarm

A handy alarm clock Program written in QT.
GNU General Public License v3.0
35 stars 9 forks source link

QTalarm doesn't loads, or Window is not visible #6

Closed SurajKhayamali closed 5 years ago

SurajKhayamali commented 5 years ago

The program is running, But no window can be seen.

CountMurphy commented 5 years ago

Not seeing the issue running KDE/plasma. What OS are you running? If linux, what desktop environment? I'll try to replicate your setup on my end to see whats wrong,

CountMurphy commented 5 years ago

By default, the main window is hidden unless you access the program from its system tray icon. If you dont see an icon, there is one thing we can try. If (running linux) edit the file .config/QTalarm/QTalarm.conf and add this line near the end:

ShowWindowDefault=true
SurajKhayamali commented 5 years ago

I am using windows, Yeah, It's working; was in system tray where i didn't looked earlier. Thanks a lot!