Posts

Showing posts with the label JDownloader

Elementary Icon Theme for JDownloader

Image
The default icon theme for Xubuntu is "elementary Xfce". There's a theme for JDownloader that matches the icon theme, giving the application a more native look. Let's see how to install it. Install Download the theme from here . Extract the "jd" directory, that is inside the compressed file you just downloaded, into the hidden folder in your home called jdownloader ( $HOME/.jdownloader ). On JDownloader go to Settings > User Interface , choose the Light(GTK) style and choose Elementary as the theme. After restarting JDownloader the theme is applied. References elementary Icon Theme for JDownloader | Gnome-Look

[HOW TO] Native look-and-feel for JDownloader in Xubuntu

Image
To make JDownloader look like the rest of your desktop applications in Xubuntu, choose the Settings tabs in the JDownloader interface. Then under Basics > User Interface section choose the Light(GTK) style. After restarting JDownloader (File > Restore JD), it'll have native look-and-feel.

[HOW TO] Install JDownloader in Xubuntu (ppa)

Image
JDownloader simplifies downloading files from One-Click-Hosters like Rapidshare.com or Megaupload.com - not only for users with a premium account but also for users who don't pay. It offers downloading in multiple paralell streams, captcha recognition, automatical file extraction and much more. Of course, JDownloader is absolutely free of charge. Additionally, many "link encryption" sites are supported - so you just paste the "encrypted" links and JD does the rest. JDownloader can import CCF, RSDF and the new DLC files. Install Open a terminal window and run: sudo add-apt-repository ppa:jd-team/jdownloader -y && sudo apt-get update && sudo apt-get install jdownloader -y Actually, this package performs a pseudo-installation. When JDownloader is run for the first time ( Applications Menu > Internet > JDownloader ), it'll be installed in your $HOME , under ~/.jdownloader . After downloading and installing, JDownloader will...