Touchpad indicater does not work on Ubuntu 14:04 LTS

Bug #1457422 reported by Alexander Brankov
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Touchpad-indicator
Fix Released
Undecided
Lorenzo Carbonell

Bug Description

Hi,

I have just installed fresh clean Ubuntu 14.04 LTS amd64 distribution on my Dell Vostro 3550 laptop.

I then did the following from the terminal:

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator

This did not generate any error messages but I do not have the Touchpad Indicator on my menubar.
Restart did not change anything

How can I diagnose the problem?

Kindest regards,

Alex

Revision history for this message
JF Duhamel (jfduhamel) wrote :

If touchpad-indicator is installed, Do try this command in a command line console:
Open a terminla.
Enter the following command:

your@system $ /opt/extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator

(no need to be in admin mode)

You should get an answer from the software containing something like this line as an answer:

FileNotFoundError: [Errno 2] Aucun fichier ou dossier de ce type: '/home/mimo/.config/touchpad-indicator/touchpad-indicator.conf'

If you do see something like this, it comes from a bug in the touchpad-indicator. Please post the console answer so that the author could have more elements of informations to debug his program.
Best regards

Revision history for this message
JF Duhamel (jfduhamel) wrote :

Sorry the answer of the software is here in french, but the FileNotFoundError and filename is important.
BR.

Changed in touchpad-indicator:
assignee: nobody → Lorenzo Carbonell (lorenzo-carbonell)
status: New → Fix Released
Revision history for this message
Ronilson Rodrigues (ronilsonrodrigues) wrote :

Hi everybody!
I am with same problem too.

I'm backing to Ubuntu now, and I used this application in my notebook.

When I open the application, processes only, but not start the application.

I hope who this problem to be resolved fastest possible to I use this application incredible.

Thanks for hard work!

Revision history for this message
Ganzorig (rozig) wrote :

Hello,

I have a problem with touchpad-indicator. Its not working.
I have checked it with "/opt/extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator" command and it gave me below information:

<gettext.GNUTranslations object at 0x7fafbf971eb8>
#####################################################
No LSB modules are available.
#####################################################
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
Version: x86_64
#####################################################

Touchpad-Indicator version: 1.0.5-0extras15.04.0-src
#####################################################
Traceback (most recent call last):
  File "/opt/extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator", line 42, in <module>
    main()
  File "/opt/extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py", line 483, in main
    tpi=TouchpadIndicator()
  File "/opt/extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py", line 95, in __init__
    self.read_preferences()
  File "/opt/extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py", line 227, in read_preferences
    configuration = Configuration()
  File "/opt/extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/configurator.py", line 32, in __init__
    self.read()
  File "/opt/extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/configurator.py", line 56, in read
    f=codecs.open(comun.CONFIG_FILE,'r','utf-8')
  File "/usr/lib/python3.4/codecs.py", line 891, in open
    file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '/home/rozig/.config/touchpad-indicator/touchpad-indicator.conf'
Exception ignored in: <bound method Context.__del__ of <pyudev.core.Context object at 0x7fafbf4d1080>>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pyudev/core.py", line 98, in __del__
AttributeError: 'NoneType' object has no attribute 'udev_unref'

I hope to you can fix this for me.

Best regards,
Ganzorig

Revision history for this message
Lorenzo Carbonell (lorenzo-carbonell) wrote : Re: [Bug 1457422] Re: Touchpad indicater does not work on Ubuntu 14:04 LTS
Download full text (3.2 KiB)

Hi,

I think I see what's the problem. I wil try to fix it in next days,

Thank you very much

Best regards

2015-10-16 16:46 GMT+02:00 Ganzorig <email address hidden>:

> Hello,
>
> I have a problem with touchpad-indicator. Its not working.
> I have checked it with "/opt/
> extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator" command and
> it gave me below information:
>
> <gettext.GNUTranslations object at 0x7fafbf971eb8>
> #####################################################
> No LSB modules are available.
> #####################################################
> Distributor ID: Ubuntu
> Description: Ubuntu 14.04.3 LTS
> Release: 14.04
> Codename: trusty
> Version: x86_64
> #####################################################
>
> Touchpad-Indicator version: 1.0.5-0extras15.04.0-src
> #####################################################
> Traceback (most recent call last):
> File "/opt/extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator",
> line 42, in <module>
> main()
> File "/opt/
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py",
> line 483, in main
> tpi=TouchpadIndicator()
> File "/opt/
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py",
> line 95, in __init__
> self.read_preferences()
> File "/opt/
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py",
> line 227, in read_preferences
> configuration = Configuration()
> File "/opt/
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/configurator.py",
> line 32, in __init__
> self.read()
> File "/opt/
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/configurator.py",
> line 56, in read
> f=codecs.open(comun.CONFIG_FILE,'r','utf-8')
> File "/usr/lib/python3.4/codecs.py", line 891, in open
> file = builtins.open(filename, mode, buffering)
> FileNotFoundError: [Errno 2] No such file or directory:
> '/home/rozig/.config/touchpad-indicator/touchpad-indicator.conf'
> Exception ignored in: <bound method Context.__del__ of
> <pyudev.core.Context object at 0x7fafbf4d1080>>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/pyudev/core.py", line 98, in __del__
> AttributeError: 'NoneType' object has no attribute 'udev_unref'
>
> I hope to you can fix this for me.
>
> Best regards,
> Ganzorig
>
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1457422
>
> Title:
> Touchpad indicater does not work on Ubuntu 14:04 LTS
>
> Status in Touchpad-indicator:
> Fix Released
>
> Bug description:
> Hi,
>
> I have just installed fresh clean Ubuntu 14.04 LTS amd64 distribution
> on my Dell Vostro 3550 laptop.
>
> I then did the following from the terminal:
>
> sudo add-apt-repository ppa:atareao/atareao
> sudo apt-get update
> sudo apt-get install touchpad-indicator
>
> This did not generate any error messages but I do not have the Touchpad
> Indicator on my menubar.
> Restart did not change anything
>
> How can I diagnose the problem?
>
> Kindest regards,
>
> Alex
>
> To manage not...

Read more...

Revision history for this message
Ganzorig (rozig) wrote :
Download full text (4.6 KiB)

Thank you so much for your respond Lorenzo :D. I hope to it will be fixed
in next few days.
Wish luck for you bro ;)
Keep going :)
On Nov 2, 2015 10:12 PM, "Lorenzo Carbonell" <email address hidden>
wrote:

> Hi,
>
> I think I see what's the problem. I wil try to fix it in next days,
>
> Thank you very much
>
> Best regards
>
> 2015-10-16 16:46 GMT+02:00 Ganzorig <email address hidden>:
>
> > Hello,
> >
> > I have a problem with touchpad-indicator. Its not working.
> > I have checked it with "/opt/
> > extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator" command and
> > it gave me below information:
> >
> > <gettext.GNUTranslations object at 0x7fafbf971eb8>
> > #####################################################
> > No LSB modules are available.
> > #####################################################
> > Distributor ID: Ubuntu
> > Description: Ubuntu 14.04.3 LTS
> > Release: 14.04
> > Codename: trusty
> > Version: x86_64
> > #####################################################
> >
> > Touchpad-Indicator version: 1.0.5-0extras15.04.0-src
> > #####################################################
> > Traceback (most recent call last):
> > File "/opt/extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator
> ",
> > line 42, in <module>
> > main()
> > File "/opt/
> >
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py
> ",
> > line 483, in main
> > tpi=TouchpadIndicator()
> > File "/opt/
> >
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py
> ",
> > line 95, in __init__
> > self.read_preferences()
> > File "/opt/
> >
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/touchpad_indicator.py
> ",
> > line 227, in read_preferences
> > configuration = Configuration()
> > File "/opt/
> >
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/configurator.py
> ",
> > line 32, in __init__
> > self.read()
> > File "/opt/
> >
> extras.ubuntu.com/touchpad-indicator/share/touchpad-indicator/configurator.py
> ",
> > line 56, in read
> > f=codecs.open(comun.CONFIG_FILE,'r','utf-8')
> > File "/usr/lib/python3.4/codecs.py", line 891, in open
> > file = builtins.open(filename, mode, buffering)
> > FileNotFoundError: [Errno 2] No such file or directory:
> > '/home/rozig/.config/touchpad-indicator/touchpad-indicator.conf'
> > Exception ignored in: <bound method Context.__del__ of
> > <pyudev.core.Context object at 0x7fafbf4d1080>>
> > Traceback (most recent call last):
> > File "/usr/lib/python3/dist-packages/pyudev/core.py", line 98, in
> __del__
> > AttributeError: 'NoneType' object has no attribute 'udev_unref'
> >
> > I hope to you can fix this for me.
> >
> > Best regards,
> > Ganzorig
> >
> > --
> > You received this bug notification because you are a bug assignee.
> > https://bugs.launchpad.net/bugs/1457422
> >
> > Title:
> > Touchpad indicater does not work on Ubuntu 14:04 LTS
> >
> > Status in Touchpad-indicator:
> > Fix Released
> >
> > Bug description:
> > Hi,
> >
> > I have just installed fresh clean Ubuntu 14.04 LTS amd64 distribution
> > on my Dell Vostro 3550 ...

Read more...

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.