Public bug reported:

Binary package hint: azureus

Actual azureus package in ubuntu use a default download directory which
is inside a hidden folder :

~/.azureus/Documents/Azureus Downloads

If the user does not look with attention during the configuration
wizard, he might have some problems finding his downloaded files with
azureus since these files get in a hidden folder by default.

This problem can probably be fixed at lines 194-197 of
org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java

=======================
    //default data location options

    def.put("Use default data dir", FALSE);

                String docPath =  SystemProperties.getDocPath();

                File f = new File(docPath, "Azureus Downloads");

                def.put("Default save path", f.getAbsolutePath());
=======================

Can "getAbsolutePath" or any other part of this code be adjusted with a
patch in debian/patches to fix this problem?

** Affects: azureus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Bad default download directory
https://bugs.launchpad.net/bugs/206383
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to