Skip to content
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

[Bug]: Custom titlebar breaks the entire application #478

Closed
dumorando opened this issue Feb 25, 2024 · 13 comments
Closed

[Bug]: Custom titlebar breaks the entire application #478

dumorando opened this issue Feb 25, 2024 · 13 comments
Labels
bug Something isn't working

Comments

@dumorando
Copy link

Steps to reproduce the issue?

use the program

What happened?

crashes and i have to force quit it

i expected to be able to use the browser

Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at WebFrameMain.send (node:electron/js2c/browser_init:2:94576)
at WebContents.send (node:electron/js2c/browser_init:2:79721)
at BrowserWindow. (/tmp/.mount_cataly3GCyyO/resources/app.asar/node_modules/custom-electron-titlebar/main/attach-titlebar-to-window.js:23:31)
at BrowserWindow.emit (node:events:525:35)

Your environment (if applicable)

ubuntu 22.04 with the deb file and i tried appimage same thing happened

Version

3.5.4

@dumorando dumorando added the bug Something isn't working label Feb 25, 2024
@jdev082
Copy link
Collaborator

jdev082 commented Feb 27, 2024

Does switching to the Flatpak version of Catalyst solve this problem?

@dumorando
Copy link
Author

nope

@jdev082
Copy link
Collaborator

jdev082 commented Feb 28, 2024

nope

I can't reproduce the bug and the containerized version doesn't work there isn't much that can be done other than downgrading to v3.4.x. You'll miss out on a few features. I have never experienced this bug and it's rather mysterious.

@jdev082
Copy link
Collaborator

jdev082 commented Feb 28, 2024

If you have some programming experience you can create a custom build without the new titlebar. This is what's causing the problem. Then you can utilize new releases.

@dumorando
Copy link
Author

ok

@jdev082
Copy link
Collaborator

jdev082 commented Feb 28, 2024

This is a known issue with the library used for the custom titlebar. When it's fixed, I'll release a bug fix with the update.

You can read more about it here: AlexTorresDev/custom-electron-titlebar#240

@jdev082 jdev082 reopened this Feb 28, 2024
@jdev082
Copy link
Collaborator

jdev082 commented Feb 28, 2024

Not the first issue I've had with this library. Might remove it in the next release:
https://github.com/orgs/CatalystDevOrg/discussions/479

@jdev082
Copy link
Collaborator

jdev082 commented Mar 4, 2024

I was able to reproduce the bug on Fedora GNOME so maybe it's a problem with GNOME. Are you using the GNOME version of Ubuntu (The default flavor of ubuntu from ubuntu.com)

@dumorando
Copy link
Author

ye

@jdev082
Copy link
Collaborator

jdev082 commented Mar 8, 2024

This problem will be fixed in Catalyst v3.6.0 (the beta containing the fix will be releasing shortly)

problem is the build system is broken

@dumorando dumorando changed the title [Bug]: it just does not work [Bug]: Custom titlebar breaks the entire application Apr 27, 2024
@dumorando
Copy link
Author

i moved to plasma and it still doesnt work for me

@jdev082
Copy link
Collaborator

jdev082 commented Apr 27, 2024

i moved to plasma and it still doesnt work for me

The custom titlebar was completely dropped in v3.6.0. Try updating to the latest release.

@dumorando
Copy link
Author

yep it works now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants