diff --git a/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java b/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java index 9a9f8daae..c7bec6906 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java +++ b/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java @@ -199,7 +199,7 @@ public class SnarkManager implements Snark.CompleteListener { String[] themes = null; // "docs/themes/snark/" String fsc = new String(""+File.separatorChar); - String look = _context.getConfigDir() + fsc + "docs" + fsc +"themes" + fsc + "snark" + fsc; + String look = _context.getBaseDir() + fsc + "docs" + fsc +"themes" + fsc + "snark" + fsc; FileFilter fileFilter = new FileFilter() { public boolean accept(File file) { return file.isDirectory(); } }; // Walk the themes dir, collecting the theme names, and append them to the map File dir = new File(look); diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html index 8c93dfc07..181bc177d 100644 --- a/installer/resources/readme/readme.html +++ b/installer/resources/readme/readme.html @@ -25,11 +25,11 @@
  • I2P Darknet & Public Web browsing
    On I2P you can host anonymous websites (aka eepsites) and other services (eg. ssh over I2p, your own irc server etc), and you can also access the normal web anonymously via I2P. Configure your browser to use the HTTP proxy I2P provides at 127.0.0.1 port 4444, then browse to an eepsite or a normal http:// address. Some useful resources are listed below: