[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2013-10-19 Thread Dadio
I also mailed pkg-amule-de...@lists.alioth.debian.org. Sandro Tosi
 responded that this bug is also in the debian bug
tracking system: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409068

They have forwarded the bug to the aMule.org years ago but until today,
there is no follow-up on the bug...

I still want to change the folder. Will the patch be implemented - even
maybe only in the Ubuntu repository - if I change the default folder to
~/aMule? This way, there is a hidden '~/.aMule' for the settings and
partial downloads and there is a visible ~/aMule witch contains all the
shared files.


** Bug watch added: Debian Bug tracker #409068
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409068

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2013-10-16 Thread Dadio
I read it and I understand it. But Download isn't a good choice. The
aMule will share all of your files in the Downloads folder. I wouldn't
want that and I think most of the users wouldn't neither...

I also posted a bug report on the forum of aMule:
http://amule.forumer.com/ubuntu-bug-486255-download-folder-not-in-
amule-t2343824.html#p20695894

Apparently the folder was already changed for Windows and Mac but not
for Linux. I'll do a follow-up of my bug-report on the aMule forum. I
think that they'll change the folder from ~/.aMule/Incomming to ~/aMule
Downloads like on Windows and Mac.

So I want to propose that in the linux code, the folder will be named
"~/aMule [xdg-user-dit DOWLOAD]".

Acceptable?

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2013-10-15 Thread shankao
Hi Dadio, nice to have you working in the bug, thanks!

The common folders in a default Ubuntu installation follow the XDG
common folders specification. This allows apps to behave consistently
and have different folder names depending on the user's locale.

So, the advised "Downloads" folder should be that returned by the "xdg-user-dir 
DOWNLOAD" command. 
In a program that uses glib you can also use the function 
g_get_user_special_dir 
(https://developer.gnome.org/glib/stable/glib-Miscellaneous-Utility-Functions.html#g-get-user-special-dir)

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2013-10-15 Thread shankao
Well, that's basically what Martin wrote in the prev. comment. My fault.

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2013-10-14 Thread Dadio
I intent to work on this bug. I'm new en found this bug in Harvest. This bug is 
not verry active, so I think I have the time I to investigate how to manage 
bugs, deb-packages, patches...
I've checked with a fresh installation of amule on a Saucy installation, it 
stores music in ~/.aMule/incomming

In perspective of accasibility, I agree with this bug report. A normal
user wouldn't look for his downloads in a hidden folder.

But the folder Downloads isn't logical neighter. Your aMule downloads
will be mixed with the normal downloads (ex firefox)...

Who should I ask to help me pick the right folder? (I think 'Music'
makes more sense but a seperate visible folder 'aMule' would to)

For now I didn't got a answer from the aMule community, but will it be
ok just to make a Ubuntu patch without implementing the patch upstream
(should they choos to keep the current folder)?

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2012-10-08 Thread Martin Pitt
Unsubscribing sponsors, please resubscribe if/when there is a new patch.

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2012-10-08 Thread Martin Pitt
I'm afraid this is not the right approach, as it doesn't take into
account the user configuration nor works in non-English languages where
the folder is translated. Please see
http://freedesktop.org/wiki/Software/xdg-user-dirs for how to determine
the directory; if your program uses GLib, you can also use the more
convenient

  http://developer.gnome.org/glib/2.30/glib-Miscellaneous-Utility-
Functions.html#g-get-user-special-dir

If you have a patch, can you please forward this to upstream first?
Thanks!

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2012-10-07 Thread Ubuntu Foundation's Bug Bot
The attachment "patch" of this bug report has been identified as being a
patch in the form of a debdiff.  The ubuntu-sponsors team has been
subscribed to the bug report so that they can review and hopefully
sponsor the debdiff.  In the event that this is in fact not a patch you
can resolve this situation by removing the tag 'patch' from the bug
report and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-sponsors team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2012-10-07 Thread Ruidong
Tried to change a line in src/Preference.cpp which seems to be where
default was set up.  Works on my machine.

Attached is the patch.

This is the first time I tried to fix a bug so don't know if I'm doing
this correctly. = =

** Attachment added: "patch"
   
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+attachment/3384087/+files/patch

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2012-05-18 Thread Alessandro Losavio
Sorry, but seems that the code should be reviewed to fit with gcc 4.7.
Unluckily I can not manage it

** Changed in: amule (Ubuntu)
   Status: In Progress => Confirmed

** Changed in: amule (Ubuntu)
 Assignee: Alessandro Losavio (alo21) => (unassigned)

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2012-05-14 Thread Alessandro Losavio
** Changed in: amule (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: amule (Ubuntu)
 Assignee: (unassigned) => Alessandro Losavio (alo21)

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2012-03-14 Thread David Futcher
Sorry, not found the time to work on this. Anyone else feel free to take
it.

** Changed in: amule (Ubuntu)
   Status: In Progress => Confirmed

** Changed in: amule (Ubuntu)
 Assignee: David Futcher (bobbo) => (unassigned)

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

Title:
  amule doesn't use the Download folder for incoming files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amule/+bug/486255/+subscriptions

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2011-06-07 Thread shankao
Hi, what is the progress on this bug?

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

Title:
  amule doesn't use the Download folder for incoming files

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2010-12-06 Thread David Futcher
** Changed in: amule (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: amule (Ubuntu)
 Assignee: (unassigned) => David Futcher (bobbo)

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

Title:
  amule doesn't use the Download folder for incoming files

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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2010-04-16 Thread Przemysław Kulczycki
** Tags added: bitesize
** Tags removed: bytesize

** Changed in: amule (Ubuntu)
   Status: New => Confirmed

-- 
amule doesn't use the Download folder for incoming files
https://bugs.launchpad.net/bugs/486255
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


[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2010-01-07 Thread shankao
** Description changed:

  Binary package hint: amule
  
- Ubuntu Karmic now creates a "Download" folder in the user's home that,
- for consistency, amule should use for incoming files.
+ Since Ubuntu Karmic, it's created a "Download" folder in the user's
+ home. To add consistency, amule should use it for incoming files.
  
  ProblemType: Bug
  Architecture: i386
  Date: Sat Nov 21 13:18:25 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/amule
  Package: amule 2.2.6-0ubuntu1
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
  SourcePackage: amule
  Uname: Linux 2.6.31-15-generic i686
  XsessionErrors:
-  (gnome-settings-daemon:2475): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
-  (nautilus:2508): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
-  (polkit-gnome-authentication-agent-1:2526): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
-  (gnome-panel:2507): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window
+  (gnome-settings-daemon:2475): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
+  (nautilus:2508): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
+  (polkit-gnome-authentication-agent-1:2526): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
+  (gnome-panel:2507): Gdk-WARNING **: 
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkdrawable-x11.c:952 drawable is not a 
pixmap or window

** Tags added: bytesize usability

-- 
amule doesn't use the Download folder for incoming files
https://bugs.launchpad.net/bugs/486255
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

[Bug 486255] Re: amule doesn't use the Download folder for incoming files

2009-11-21 Thread shankao

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35915930/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/35915931/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/35915932/ProcStatus.txt

-- 
amule doesn't use the Download folder for incoming files
https://bugs.launchpad.net/bugs/486255
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