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

"Close" button in the About dialog doesn't work #282

Open
danimesq opened this issue Jan 1, 2024 · 2 comments
Open

"Close" button in the About dialog doesn't work #282

danimesq opened this issue Jan 1, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@danimesq
Copy link

danimesq commented Jan 1, 2024

Describe the bug

Can't close the About dialog via the "Close" button.

To Reproduce

  1. Click the sandwich button
  2. Click "About Cubic"
  3. Try to click "Close" in the bottom-right button: it won't close; I'll have to click the "X" of your DE/Window Manager

OS Information (please complete the following information):

  • OS/Distro Name: Ubuntu
  • OS Version: 23.10
  • DE: Cinnamon

Cubic Information (please complete the following information):

  • Cubic Version: 2023.09.84
@danimesq danimesq added the bug Something isn't working label Jan 1, 2024
@PJ-Singh-001
Copy link
Owner

Thanks for reporting this.
Please note, upgrade to the latest version of Cubic, version 2023.12-85.

Nevertheless, the "Close" button in the About Dialog in Cinnamon is a known issue.
This has to do with GTK3 which does not show the "Close" button in About Dialogs.
Other DEs still show this button, but it does not work.

I will add this to my backlog.

@PJ-Singh-001 PJ-Singh-001 self-assigned this Jan 6, 2024
@PJ-Singh-001
Copy link
Owner

Update:

I looked at this again. It seems Cinnamon is adding the close button to the GtkButtonBox.

The GTK3 GtkButtonBox container does not have any buttons by default. Therefore, there is no button widget, so I can't add a signal to capture a button press event.

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