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.
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.