Can't fetch crebs in terminal ubuntu 12.04

Bug #1041408 reported by Gilbert Bracke
28
This bug affects 6 people
Affects Status Importance Assigned to Milestone
Create Background Slideshow
New
Undecided
Unassigned

Bug Description

Right after I put:
sudo add-apt-repository ppa:crebs/ppa
into my terminal, then the apt update I received this:

Fetched 982 kB in 4s (201 kB/s)
W: Failed to fetch http://ppa.launchpad.net/crebs/ppa/ubuntu/dists/precise/main/source/Sources 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/crebs/ppa/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found

I'm running Ubuntu 12.04 CreBS not found.

Revision history for this message
jimwg (jimwg) wrote :

Seasons Greetings:

I'm unable to install CreBS on Ubuntu using these commonly recommended commands:

sudo add-apt-repository ppa:crebs/ppa
sudo apt-get update
sudo apt-get install crebs

Thanks

Jim in NYC

Revision history for this message
Flemming Götz (flemming-goetz) wrote :

Hi,

just tried to get this working and was lucky.
On Ubuntu 12.04 you can run CreBS by downloading the latest version on the CreBS homepage.
Decompress it and run sudo install.sh out of the uncompressed directory.
After that you should find a file named crebs in /usr/local/bin
Run it and create your slideshow.

Unfortunaly that didn't helped me out. The system put out a message that my slideshow was set but it wasn't.
Crebs created an xml file in /home/.crebs
I moved this file to /usr/share/backgrounds/contest.
Then you have to switch to /usr/share/gnome-background-properties
There you find existing xml files which rever to the folder /backgrounds/contest.
You have to create an xml file with the structure of the existing ones:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
  <wallpaper deleted="false">
    <name>Name of slideshow</name>
    <filename>/usr/share/backgrounds/contest/anyname.xml</filename>
    <options>zoom</options>
  </wallpaper>
<! -- REPEAT THIS SECTION FOR EVERY PICTURE -->
  <wallpaper>
    <name>picname</name>
    <filename>pathtofile/picname.jpg</filename>
    <options>zoom</options>
    <pcolor>#000000</pcolor>
    <scolor>#000000</scolor>
    <shade_type>solid</shade_type>
  </wallpaper>
<! -- REPEAT THIS SECTION FOR EVERY PICTURE -->
</wallpapers>

If you're good at scripting this will be easy.

Now you should be able to choose your slideshow in 'change background'.

Hope it could help.

Regards,
flemming

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.