-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Gtk-CRITICAL **: 16:07:07.797: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed #1214
Comments
The issue seems to persist regardless of if the system-tray is enabled or not |
I am having the same issue as well it just appeared randomly. It still downloads files it catches from the browser but wont open the main window |
+1, Currently my problem. Running it as a superuser seems to work but a dangerous way to do. |
I resolve this issue by installing libappindicator
and then modify file /usr/share/applications/xdm-app.desktop, add [Desktop Entry]
Version=1.0
Encoding=UTF-8
Exec=env GTK_USE_PORTAL=1 GDK_BACKEND=x11 /opt/xdman/xdm-app %U
Type=Application
Terminal=false
Name=Xtreme Download Manager
Comment=Xtreme Download Manager
Categories=Network;
Icon=/opt/xdman/xdm-logo.svg
MimeType=application/xdm-app;x-scheme-handler/xdm-app;
StartupNotify=true after that, kill xdm process using following command : ps aux | grep xdm
kill {proccess id} i remove XDM and added back startup application from Gnome Tweak Tools to prevent issue in next reboot reference : #1056 (comment) |
This solution also works for RedHat 9.4 but |
Thank you; the process worked |
XDM is currently being re-written to be more user friendly and performant, please refer to (#768) for more information
PLEASE DO NOT JUST SAY "It does not work, or something not working etc." Provide enough relevent details so that the issue can be analyzed and reproduced easily
Describe the bug
After turning on system tray on the setting the app no longer runs and just closes
Running it using the terminal:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The application to launch
Screenshots
If applicable, add screenshots to help explain your problem.
please complete the following information:
Generated log using below method
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: