Giter Club home page Giter Club logo

Comments (4)

AA1999 avatar AA1999 commented on June 7, 2024

The issue seems to persist regardless of if the system-tray is enabled or not

from xdm.

yehoshu1 avatar yehoshu1 commented on June 7, 2024

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

from xdm.

llTheBlankll avatar llTheBlankll commented on June 7, 2024

+1, Currently my problem. Running it as a superuser seems to work but a dangerous way to do.

from xdm.

yogi-satya avatar yogi-satya commented on June 7, 2024

I resolve this issue by installing libappindicator
OS : Ubuntu 24.04

sudo apt install libappindicator3-1

and then modify file /usr/share/applications/xdm-app.desktop, add GDK_BACKEND=x11

[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)

from xdm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.