subhra74 / xdm

Powerfull download accelerator and video downloader
https://xtremedownloadmanager.com/
GNU General Public License v2.0
6.8k stars 1.1k forks source link

update not work on linux #56

Open amirkaos opened 4 years ago

amirkaos commented 4 years ago

dear sir your recent update 7.2.10 not work on linux. installing is OK.but not run and I must to downgrade 7.2.8. please fix it.

FrancisMumar commented 4 years ago

Included Java executable for ver. 7.2.10 has issues. Use the system installed one and it runs fine, Using Xubuntu here. Temporary Fix: Edit the /opt/xdman/xdman bash script executable as Root. Find and change the executable line: `

/opt/xdman/jre/bin/java`` -Dsun.java2d.xrender=false -Xmx1024m -jar /opt/xdman/xdman.jar

comment it then right below add:

#/opt/xdman/jre/bin/java -Dsun.java2d.xrender=false -Xmx1024m -jar /opt/xdman/xdman.jar java -Dsun.java2d.xrender=false -Xmx1024m -jar /opt/xdman/xdman.jar

save it then run normally via menu or command line. :)

subhra74 commented 4 years ago

duplicate of #44 The fix is provided in the same

candrapersada commented 4 years ago

why install xdm + java must use root or folder root? no use home?

subhra74 commented 4 years ago

normally 3rd party applications are installed in /opt directory. XDM follows the same