-
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
Xtreme Download Manager Bug : Not Opening on Ubuntu 22.04 LTS #1237
Comments
I got the same problem on Fedora 40. Is there any fix ?? |
the fix for this problem (currently) is to use a X11 session instead of wayland. Most systems should come with X11 by default, so log out, and see if there is any place with the option to choose either X11 (or Xorg) or Wayland. |
I think this is because of the need to display a system tray icon and that has conflicts with wayland, but Im not sure |
I got same problem on Fedora 40. [xdm-15:57:26] Loading config...
[xdm-15:57:26] Application_Startup
[xdm-15:57:26] Loading languages...
[xdm-15:57:26] Language loading ...
[xdm-15:57:26] Loading lang files from: /opt/xdman/Lang/English.txt
[xdm-15:57:26] Loading lang files from: /opt/xdman/Lang/English.txt
[xdm-15:57:26] Language loaded.
(xdm-app:9954): Gtk-CRITICAL **: 15:57:26.908: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
/usr/bin/xdman: line 3: 9954 Segmentation fault (core dumped) /opt/xdman/xdm-app $@ |
Thank you. now it works |
Until someone fixes the problem in wayland, use this trick.
#!/bin/bash
xdman
sleep 1
pid=$(pgrep -f "xdm-app")
if [ "$pid" != "" ]; then
kill -9 "$pid"
xdman
fi
chmod xdm.sh
Exec=env GTK_USE_PORTAL=1 "/path/to/the/script/xdm.sh" %U I just automated what #1237 (comment) said I am using v8.029 btw! |
Xtreme Download Manager : Not Opening
Hi there!
I reinstalled Xtreme Download Manager Latest today but it is not opening on my Ubuntu 22.04 LTS .
See the full log below.
When I clicked the button(the button on bottom left corner) on login screen it shows me two options:
I clicked the second one and logged in and Xtreme download manager was working fine.
But when I relogged in with first option it doesn't start and show any gui.
It shows the following log after run.
The text was updated successfully, but these errors were encountered: