Code review comment for lp:~haggai-eran/unity-2d/rtl-rebased

Revision history for this message
Lohith D Shivamurthy (dyams) wrote :

@Haggai: Thank you very much.
Yes, one of the unity-2d dependencies has changed or rather upgraded to newer version and the that newer version is in staging yet.
Steps you need to follow:
$ sudo rm -f /etc/apt/sources.list.d/unity-2d-team-unity-2d-daily-oneiric.list
$ sudo add-apt-repository ppa:unity-team/staging
$ sudo apt-get update
$ sudo apt-get remove libdee-1.0-1 # IMPORTANT! Remove old libdee. Accept the removal of other packages.
$ sudo apt-get upgrade
$ sudo apt-get install libqtdee-dev libunity-core-5.0-dev libdee-dev libnux-2.0-dev libunity-dev
$ sudo apt-get install nautilus # [optional] Nautilus in PPA is held back, this installs it
Please note that this is in a very alpha stage yet, hence it *might* break your desktop sometimes.

@Gerry: Thank you from my side :)

« Back to merge proposal