-
Notifications
You must be signed in to change notification settings - Fork 36
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
wf-panel crashes after playing a song on spotify #283
Comments
Hi! Could you please run Also this issue should be transferred to wf-shell repo. |
Same issue on my site.
EDIT: If I disable the "Show desktop notifications for sound changes" (translated), the issue does not appear. |
Hi, could you please check whether #284 fixes the issue? |
Confirm the patch in #284 avoid the panel crash if spotify play is started first time. In addition it solves my issue the keepassxc tray icon was not shown. But now spotify freezes for ~30 seconds if play is started first time. The music is playing, but cannot be controlled, paused or window be closed. After ~30 seconds (time measured with timer) the spotify gets useable again. |
The patch is not related to the tray widget at all, probably you've done something else in order to fix it.
Hmm, interesting... Sounds like a Spofify's issue to me. Do I get it right:
Doesn't spotify log anything helpful? |
By the way, does it work fine with any other notification manager in the wild (such as https://github.com/dunst-project/dunst)? |
You are right, the keepassxc issue is not solved yet. After reboot the tray icon is away again...
spotify --debug-level=MAX does not provide anything useful additional informations. I get only the two lines on start:
contradicting this message I get spotify tray icon... I disabled the notifications in wf-panel and started dunst
Tried https://github.com/emersion/mako too, it does work too |
For what it's worth, there is an option in KeepassXC to display the tray icon or not, which seems to work fine here. |
This Issue I solved by Seems to be a timing issue in autostart processing. |
I've found another bug and it should work now (at least I've finally installed spotify and it works for me). Although it looks ugly because notification's text and image are side-by-side and image is large. Probably the best solution is to scale it (gonna fix it soon). P.S. fixed this thing too, could you please check whether it works for you now? |
Confirm the spotify notification does work for me as expected and there is no freeze if #284 is merged |
Describe the bug
whenever i open spotify and play a song, wf-panel crashes
To Reproduce
Steps to reproduce the behavior:
(note: it only crashes after playing a song. if i keep spotify open without playing anything it still works fine)
Expected behavior
expected wf-panel to work as normal without crashing after opening spotify
Screenshots or stacktrace
II 13-12-24 16:56:27.275 - [subprojects/wf-config/src/file.cpp:579] Reading XML configuration options from directory /opt/wayfire/share/wayfire/metadata/wf-shell
II 13-12-24 16:56:27.275 - [subprojects/wf-config/src/file.cpp:529] Reading XML configuration options from file /opt/wayfire/share/wayfire/metadata/wf-shell/background.xml
II 13-12-24 16:56:27.275 - [subprojects/wf-config/src/file.cpp:529] Reading XML configuration options from file /opt/wayfire/share/wayfire/metadata/wf-shell/dock.xml
II 13-12-24 16:56:27.275 - [subprojects/wf-config/src/file.cpp:529] Reading XML configuration options from file /opt/wayfire/share/wayfire/metadata/wf-shell/panel.xml
EE 13-12-24 16:56:27.276 - [subprojects/wf-config/src/file.cpp:341] Error in file /home/decoy/.config/wf-shell.ini:100, invalid option value!
EE 13-12-24 16:56:27.276 - [subprojects/wf-config/src/file.cpp:341] Error in file /home/decoy/.config/wf-shell.ini:100, invalid option value!
Error loading file: /usr/share/icons/gnome/48x48/categories/preferences-system.png
target button 508
set width 192
** (wf-panel:2594): ERROR **: 16:56:36.190:
unhandled exception (type std::exception) in signal handler:
what: map::at
fish: Job 1, 'wf-panel' terminated by signal SIGTRAP (Trace or breakpoint trap)
this is the whole log from starting wf-panel to it crashing
Wayfire version
wayfire-git 0.9.0 installed with wf-install
The text was updated successfully, but these errors were encountered: