Dear all,
If you encounter the error:
Failed to open file '/usr/lib/python2.6/site-packages/ailurus/icons/appicons/gtk.png': Permission denied
Please run the command:
chmod a+r /usr/lib/python2.6/site-packages/ailurus/icons/appicons/gtk.png
This problem is also fixed in Ailurus 10.07.3.
Dear all,
The source code in Ailurus 10.06 is not written very well. You may encounter “FetchFailedException” and “AssertionError” if any software fails to install. For example,
DBusException: org.freedesktop.DBus.Python.apt.cache.FetchFailedException
if obj.sane: assert obj.cache_installed
AssertionError
I am very sorry. Please upgrade Ailurus to version 10.07.3 or higher. The problems are solved there.
I would like to thank Mr. Federico Vera. He proposed valuable suggestion about how to improve the source code.
Best regards,
Homer Xing
Recently Ailurus developers received more than 55 bug reports. All of the reports is about the same bug: Ailurus tried to install some software but failed.
Finally the reason is found. It is because a global lock is holding by other process. Then the developers did some improvement. I hope this problem will not happen again.
Please upgrade to version 10.06.91. Sorry for the inconvenience which the bug brought to you.
Dear all,
If you install Ailurus 10.06.6, then the shortcut icon is missing. Because there is an error in the source code. Now this error is solved. Please upgrade to version 10.06.8 or higher.
You can download it from http://code.google.com/p/ailurus/
or http://ppa.launchpad.net/ailurus/ppa/ubuntu/pool/main/a/ailurus/
Hi, all,
Ailurus tried to fix Flash font error, by changing /etc/fonts/conf.d/49-sansserif.conf.
However, some users point out that font in other applications are also affected. To fix this problem, a new feature “recover font configuration” is added in “Computer doctor” pane. This feature is in version 10.06.5, which will be released in one week.
Dear all, a lot of software items has been added in Ailurus. The source code also changed significantly. Therefore many strings are waiting to be translated. Would you please do a favor? Please help translate on https://translations.launchpad.net/ailurus
Dear all,
Recently we found a fatal error in Ailurus. When you select “merge all files in /etc/apt/sources.list.d/ to /etc/apt/sources.list”, then original content in /etc/apt/sources.list will be missing.
The problem is due to the wrong code order. I have fixed this fatal error. I uploaded a new version 10.06.1 to Launchpad. Please upgrade, to get rid of this error.
I am very sorry for this problem. If there is still error, please contact me without hesitate.
Dear all,
Recently a lot of people pointed out problems, such that Songbird cannot be installed.
Here is a solution:
Download the latest package from http://developer.songbirdnest.com/builds/trunk/latest/
Extract to an arbitrary directory.
Launch Songbird by “LD_BIND_NOW=1 ./songbird”
Don’t forget LD_BIND_NOW=1, otherwise, Songbird cannot work on Ubuntu 10.04 or Fedora 13.
Reference:
[1] http://changelog.complete.org/archives/1081-songbird-how-to-make-great-software-unpopular
[2] http://getsatisfaction.com/songbird/topics/songbird_fails_to_start_on_fedora_11_with_undefined_symbol_in_libgstdeinterlace_so
Dear all,
If you met this error:
<type 'exceptions.TypeError'> : Fewer items found in D-Bus signature than
in Python arguments
Please restart your computer. Then Ailurus works fine.
The reason is that D-Bus backend API changed from version 10.04 to version 10.05. If Ailurus is just upgraded, then the old D-Bus backend is still running.
Dear all,
Yesterday, I post a command, which can install extensions for Ailurus. Due to my mistake, this command is wrong, because an HTML file will be downloaded.
The wrong commands are:
wget 'http://github.com/homerxing/Ailurus/blob/master/unfree/for_ubuntu.py' -O ~/.config/ailurus/for_ubuntu.py
wget 'http://github.com/homerxing/Ailurus/blob/master/unfree/for_fedora.py' -O ~/.config/ailurus/for_fedora.py
The right commands are:
wget 'http://github.com/homerxing/Ailurus/raw/master/unfree/for_ubuntu.py' -O ~/.config/ailurus/for_ubuntu.py
wget 'http://github.com/homerxing/Ailurus/raw/master/unfree/for_fedora.py' -O ~/.config/ailurus/for_fedora.py
Please run the right commands.
I am very sorry for my mistake.