Comment 5 for bug 962449

Revision history for this message
Binho RbSoft (binhorbsoft) wrote :

I did the following:

[Turn on the repository of sources]
sudo apt-get update
sudo apt-get build-dep desktopnova-module-gnome
sudo apt-get install build-essential fakeroot devscripts
mkdir ~/DesktopNova/
[Download the patch in this directory - I attached this file]
mkdir ~/DesktopNova/tmp
cd ~/DesktopNova/tmp
apt-get source desktopnova-module-gnome
cd desktopnova-0.8.1/src/modules
patch < ~/DesktopNova/desktopnova-ubuntu-11.10.patch
cd ../..
debchange -i
[Enter Version number ....-ubuntu1 and some comments]
dpkg-source --commit
[Enter file name and some info as described in the header (include the link for this bug) - see header of my saved file below, at end - without saving this file, this does not compile]
debuild -us -uc -i -I
[Install with this command:]
sudo debi

After this, the Desktopnova started to work, but only load the daemon in the terminal. Tray does not appear, even if the load terminal. Some bugs remain.

Header for file saved in "dpkg-source --commit" command (without saving this file, this does not compile):

Description: <Same fix as necessary in 11.10>
 Desktopnova does not change wallpapaers in 12.04.
 .
 desktopnova (0.8.1-1ubuntu1) precise; urgency=low
 .
   * Same fix as made in 11.10.
Author: Live session user <ubuntu@ubuntu>
Bug-Ubuntu: https://bugs.launchpad.net/desktopnova/+bug/844983

---