Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snap install fails to run, Debian add-apt-repository also fails. #398

Open
ManfredBartz opened this issue Apr 8, 2024 · 1 comment
Open
Assignees

Comments

@ManfredBartz
Copy link

My system:

NAME="Debian GNU/Linux"
VERSION="12 (bookworm)"

After sudo snap install vidcutter,
I try to run vidcutter from the commandline with these results:

mbz@t5810:~$ vidcutter
Gtk-Message: 10:25:42.503: Failed to load module "colorreload-gtk-module"
Gtk-Message: 10:25:42.503: Failed to load module "window-decorations-gtk-module"
^C

Did a snap remove and tried:

mbz@t5810:~$ sudo add-apt-repository ppa:ozmartian/apps
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 362, in <module>
    sys.exit(0 if addaptrepo.main() else 1)
                  ^^^^^^^^^^^^^^^^^
  File "/usr/bin/add-apt-repository", line 345, in main
    shortcut = handler(source, **shortcut_params)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 40, in shortcut_handler
    return handler(shortcut, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 86, in __init__
    if self.lpppa.publish_debug_symbols:
       ^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 126, in lpppa
    self._lpppa = self.lpteam.getPPAByName(name=self.ppaname)
                  ^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 113, in lpteam
    self._lpteam = self.lp.people(self.teamname)
                   ^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'people'
mbz@t5810:~$ 
@ozmartian
Copy link
Owner

ozmartian commented Apr 8, 2024 via email

@ozmartian ozmartian self-assigned this Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants