What steps will reproduce the problem? 1. install 'footpedal_0.4-0ubuntu1_all.deb' 2. execute 'footpedal' in a terminal 3. ... that's all !
What is the expected output? What do you see instead?
jonathan@computer:~$ footpedal
(footpedal:7976): Gtk-WARNING **: Impossible de trouver le moteur de thème dans module_path : « pixmap » Traceback (most recent call last): File "/usr/bin/footpedal", line 764, in <module> fs.startServerThread(None) File "/usr/bin/footpedal", line 747, in startServerThread self.server_thread = ServerThread(self) File "/usr/bin/footpedal", line 126, in init self.reusable_notification.attach_to_status_icon(self.app_window.my_status_icon) AttributeError: 'pynotify.Notification' object has no attribute 'attach_to_status_icon'
What version of the product are you using? On what operating system? footpedal_0.4 / ubuntu 11.10
Please provide any additional information below. I've tried with sudo/ with no sudo; the package python-notify is correctly installed
Comment #1
Posted on Mar 16, 2012 by Swift WombatI'm having this same issue. Any chance there will be an update soon?
Comment #2
Posted on Aug 17, 2012 by Swift CatI reproduce this same issue on Ubuntu 12.04
Comment #3
Posted on Aug 17, 2012 by Happy WombatFor help to correctly configure a footpedal on ubuntu, you can have a look on this page (french) to get some tricks : http://www.laspic.eu/atelier/080-configurer-une-pedale-de-retranscription-sous-ubuntu
Comment #4
Posted on Aug 18, 2012 by Swift WombatIt did not work on a Dell 11z with Ubuntu 12.04
Comment #5
Posted on Aug 19, 2012 by Swift CatI've got it to launch on Ubuntu 12.04 by commenting out following code below from file "footpedal". I don't know what function I now loose. It now works for default options set up. I can't seem to add new options.
Check whether your notification agent support
# icon-summary-body layout.
# self.pynotify_supported = pynotify.init("icon-summary-body")
# if self.pynotify_supported:
# self.reusable_notification = pynotify.Notification(
# "You have a mail",
# "You have new e-mail from Milinda",
# "notification-message-email")
self.reusable_notification.attach_to_status_icon(self.app_window.my_status_icon)
self.reusable_notification.set_urgency(pynotify.URGENCY_LOW) # Doesn't do anything
self.reusable_notification.set_timeout(1000) # Doesn't do anything
Status: New
Labels:
Type-Defect
Priority-Medium