Hello Thomas,

On Sun, Mar 26, 2017 at 03:44:03PM +0200, Thomas Lange wrote:
...
> DEBUG -> Found symlink '/home/thomas/.icedove' pointing to 
> '/mnt/hd_usb1/thunderbird'.
> DEBUG -> Found symlink '/home/thomas/.thunderbird' pointing to 
> '/mnt/hd_usb1/thunderbird'.
> DEBUG -> There are already the folders or symlinks 
> '/home/thomas/.thunderbird' and '/home/thomas/.icedove'
> DEBUG -> which not pointing to each other, will do nothing as don't know 
> which folder to use.
> DEBUG -> Please investigate by yourself! Maybe you will find additional 
> information in '/usr/share/doc/thunderbird/README.Debian.gz'.
> <12>Mar 26 15:26:37 thomas[3238]: /usr/bin/thunderbird: [profile migration] 
> Couldn't migrate Icedove into Thunderbird profile due existing or symlinked 
> folder '/home/thomas/.thunderbird'!
> Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
> INFO  -> An error happened while trying to migrate the old Icedove profile 
> folder '/home/thomas/.icedove'.
> INFO  -> Please take a look into the syslog file!
> k1:~$ ls -l .icedove .thunderbird
> lrwxrwxrwx 1 thomas thomas 25 mar 20  2010 .icedove -> 
> /mnt/hd_usb1/thunderbird/
> lrwxrwxrwx 1 thomas thomas 21 mar 26 15:26 .thunderbird -> 
> /home/thomas/.icedove

I thought we already catched this, but well, we didn't. :(

> --- /usr/bin/thunderbird.org    2017-03-15 01:37:48.000000000 +0100
> +++ /usr/bin/thunderbird        2017-03-26 15:03:13.318371175 +0200
> @@ -203,7 +203,7 @@
>  # is the correct one to use?
>  elif { [ -d "${ID_PROFILE_FOLDER}" ] || [ -L "${ID_PROFILE_FOLDER}" ]; } && \
>       { [ -d "${TB_PROFILE_FOLDER}" ] || [ -L "${TB_PROFILE_FOLDER}" ]; } && \
> -       [ "$(readlink -e "${TB_PROFILE_FOLDER}")" != "${ID_PROFILE_FOLDER}" 
> ]; then
> +       [ "$(readlink -e "${TB_PROFILE_FOLDER}")" != "$(readlink -e 
> "${ID_PROFILE_FOLDER}")" ]; then

Thanks for the feedback, will be fixed with the next upload.

Regards
Carsten

Reply via email to