apt-notifier does not work
Posted: Thu Oct 26, 2023 3:44 am
Hello,
For a while, I noticed that apt-nofifier does not work in MX-23. Here is the reply that I get with apt-notifier command:
I replaced the file with this one: https://github.com/MX-Linux/apt-notifie ... otifier.py
the only error I got is this one:
the apt-notifier icon appeared on the panel, but I still need to upgrade in a terminal, it does not work only with the mouse, like before.
All the best,
Jo.
For a while, I noticed that apt-nofifier does not work in MX-23. Here is the reply that I get with apt-notifier command:
Code: Select all
File "/usr/lib/apt-notifier/modules/apt-notifier.py", line 245, in set_globals
try: xlate
^^^^^
NameError: name 'xlate' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/apt-notifier/modules/aptnotifier_xlate.py", line 26, in __init__
try: conf
^^^^
NameError: name 'conf' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/apt-notifier/modules/apt-notifier.py", line 2009, in <module>
main()
File "/usr/lib/apt-notifier/modules/apt-notifier.py", line 1954, in main
set_globals()
File "/usr/lib/apt-notifier/modules/apt-notifier.py", line 248, in set_globals
xlate = AptNotifierXlate()
^^^^^^^^^^^^^^^^^^
File "/usr/lib/apt-notifier/modules/aptnotifier_xlate.py", line 29, in __init__
conf = AptNotifierConfig()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/apt-notifier/modules/aptnotifier_config.py", line 38, in __init__
home = pwd.getpwuid(int(logid))[5]
^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''
the only error I got is this one:
Code: Select all
/usr/share/themes/Greybird-dark-mx/gtk-2.0/apps/xfce-panel.rc:7: error: unexpected keyword 'bg', expected string constant
[sudo] Mot de passe de joseph :
All the best,
Jo.