-
Notifications
You must be signed in to change notification settings - Fork 87
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
Firefox crashes when downloading a file #179
Comments
I think this is actually a duplicate of #129 ? Can you try running current develop from GitHub (your keybinding definitions might need updating to do so I'm afraid) and see if the issue is still there? I think I have this fixed now but I haven't made a new release to crates.io with it yet. |
Oh yeah, I had seen that issue but wasn't sure if it was exactly what I was running into. I switched to the develop branch on github, and the crashing from downloading has stopped, however, downloads just don't start anymore, and using |
I thought that I'd fixed that 😔 For some reason, Firefox seems to be really unhappy about being closed when pretty much every other program is fine. I'll see what I can do but I'm running out of ideas at this stage. |
Ah all right. The crashing isn't really so bad as the idea is to close it anyway. I haven't had a chance to in the past couple days but this weekend I'll do some more testing around the downloads problem to see if I can find anything out. |
Well even with debug mode on, I'm not seeing much info that is helpful, and I'm at a loss for what to do. I think for now I'll stick to xfce, but this isn't the first time I've come back to this project after using something else for a while, and I don't think it'll be the last. |
Describe the bug
I'll admit this may not actually be a bug in penrose, but I'm at a bit of a loss so let me explain: I currently have xfce4 installed and wanted to switch to penrose, so I create a fairly minimal main.rs, mostly taken from the examples. The problem is, I went to download a wall paper and firefox crashed, after some more testing it seems to crash on any download (though not when I do Right Click -> Save as) and only on penrose, not on xfce4, or spectrwm, which I downloaded to test this. For a bit more testing, I found that this does not happen on chromium, and the difference there is that chromium does not create a popup window, I suspect that it is the popup window that is somehow causing problems.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Download popup should appear, and given the right config, float
Versions & OS Details
Additional context
My penrose config (not the most minimal, but the issue still occurs when copying the minimal example config)
.penrose.log after just opening firefox and going to download something, it's not on debug mode right now, but I'd be willing to paste that too if it could help:
The text was updated successfully, but these errors were encountered: