No Startup: Startup command incorrect?

Bug #1119524 reported by Bingo Bones
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Slidewall
New
Undecided
Unassigned

Bug Description

I'm using Slidewall (with Live Wallpaper Mode + Clock Soundwave) on Ubuntu 12.04.2.

Slidewall wouldn't autostart until I changed the command in Startup Applications to /usr/bin/slidewall.

As far as I remember the original command pointed to /opt/extras.ubuntu.com/slidewall/usr/bin/slidewall. I looked in /opt/extras.ubuntu.com/ but couldn't find any hint of a slidewall folder.

Slidewall will now autostart, but with the slight annoyance of an active launcher in the Unity bar. All have to do is open the app and then Close to Tray.

I'm sure my clumsy fix isn't the solution: is there another startup command I could use? Or does it need some heavy tinkering at your end?

Thanks very much for all your efforts: other than this slight hiccup, Slidewall is a lovely app and makes my old PC a delight to behold.

Bingo

Revision history for this message
ErikZane (erik-zane) wrote :

I'm using the same fix as Bingo, seeing the same active element in the bar. Also, any time you go to make a change and save your preferences, it overwrites the modified startup application entry. The program also overwrites any entry I try to make on my own, most likely because it's looking for any command with "slidewall" in it.

Revision history for this message
ErikZane (erik-zane) wrote :

The bug is in line 782 of /usr/share/pyshared/slidewall_lib/Window.py, which still points to /opt/extras.ubuntu.com/slidewall/bin as the location for the slidewall python script. By changing that line from:

desktop = '[Desktop Entry]\nName=Slidewall\nComment=Slidewall application\nCategories=GNOME;Utility;\nExec=/opt/extras.ubuntu.com/slidewall/bin/slidewall\nIcon=/opt/extras.ubuntu.com/slidewall/share/slidewall/media/slidewall.svg\nTerminal=false\nType=Application\n'

to:

desktop = '[Desktop Entry]\nName=Slidewall\nComment=Slidewall application\nCategories=GNOME;Utility;\nExec=/usr/bin/slidewall\nIcon=/usr/share/slidewall/media/slidewall.svg\nTerminal=false\nType=Application\n'

I get the desired/expected behavior for the program, at least on Precise Pangolin.

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.