Giter VIP home page Giter VIP logo

Comments (9)

dessalines avatar dessalines commented on July 2, 2024

Hrm, my guess is that for some reason its not playing niceley with your default browser.

Do this to make sure torrenttunes is dead:
pkill -f torrenttunes

Then load up your browser first.

And try running the launcher again.

from torrenttunes-client.

Nutomic avatar Nutomic commented on July 2, 2024

Ah I forgot, browser is Firefox 40.0.3. I had the browser started first, but tried it again with your instructions and it didn't help.

Can I somehow access the GUI manually in the meantime?

from torrenttunes-client.

dessalines avatar dessalines commented on July 2, 2024

Yep, the GUI is a local html file, located at:

/home/your_user_name/.torrenttunes-client/src/web/html/main.html

from torrenttunes-client.

Nutomic avatar Nutomic commented on July 2, 2024

This worked, although I have to reload the site really fast after starting the jar, or the jar will just shut down.

Also, icons are now missing. It's probably a cache problem (it works in Chromium). Strg + F5 didn't fix it though.

from torrenttunes-client.

dessalines avatar dessalines commented on July 2, 2024

The icons are a problem in firefox for me, and I can't figure out how to get them to work without adding a security exception in firefox.

For some reason, firefox is the only browser that has strict security limitations on local fonts, and so any local application using font-awesome doesn't work, unless you turn off a security feature. I tried to complain in the mozilla forums about this, but was pretty much ignored.

Here's a workaround:
http://stackoverflow.com/a/19817460

from torrenttunes-client.

dessalines avatar dessalines commented on July 2, 2024

I might have a fix for this in an upcoming release, I'll make a new issue for it.

from torrenttunes-client.

dessalines avatar dessalines commented on July 2, 2024

Can you run this line, and see what default browser your OS has?
sudo update-alternatives โ€“config x-www-browser and also
sudo update-alternatives --config gnome-www-browser

from torrenttunes-client.

Nutomic avatar Nutomic commented on July 2, 2024

They are both set to /usr/bin/firefox. Also, Zeronet and Syncthing open the browser correctly, just like xdg-open some.html.

from torrenttunes-client.

dessalines avatar dessalines commented on July 2, 2024

Ah I finally am figuring out why this isn't working right. Turns out the java Desktop class I'm using here only works for GNOME/Windows/Mac osx, and wasn't built to support KDE.

I'll use a new version that does support KDE from some info from here:

http://stackoverflow.com/questions/18004150/desktop-api-is-not-supported-on-the-current-platform

from torrenttunes-client.

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.