bfabiszewski / kterm

gtk+ terminal emulator with embedded virtual keyboard for Kindle
GNU General Public License v3.0
218 stars 21 forks source link

Link for x11vnc is broken #23

Closed plredmond closed 3 years ago

plredmond commented 3 years ago

Your pre-compiled packages webpage (http://www.fabiszewski.net/kindle-terminal/) has a link for x11vnc which gets a "zip file" which is actually an html document:

<html>
  <head><title>Found</title></head>
  <body>
    <h1>Found</h1>
    <p>The resource was found at <a href="https://dl.dropboxusercontent.com/s/ahidr95vfjhx0vn/x11vnc.zip?dl=1">https://dl.dropboxusercontent.com/s/ahidr95vfjhx0vn/x11vnc.zip?dl=1</a>;
you should be redirected automatically.

<!--  --></p>
    <hr noshade>
    <div align="right">WSGI Server</div>
  </body>
</html>

Following the dropbox link therein is a 403.

bfabiszewski commented 3 years ago

Please try this one: x11vnc.zip

plredmond commented 3 years ago

Thank you!

BTW, did you set up your compiler toolchain on a VM using the ancient ubuntu version the kindle describes in its GPL disclosures?

bfabiszewski commented 3 years ago

I took similar approach. I created a filesystem from Debian packages based on what is on real Kindle. Then I set up cross compiler to use this root filesystem.