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

How about some instructions with examples of how to actually use this tool? #625

Open
2 tasks done
Jibun-no-Kage opened this issue Feb 9, 2024 · 2 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@Jibun-no-Kage
Copy link

Pre-submit checks

  • I checked for similar issues beforehand, but could not find any. I could not add my proposal to any existing issue.
  • I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.

Feature description

How about some instructions with examples of how to actually use this tool?

Proposed solution

???

Alternative solutions you considered

???

Additional context

How about some instructions with examples of how to actually use this tool? I am trying to understand how to use this tool to install gdm-settings tool. But I can't make heads or tails of how to use this tool never mind install it. I git cloned the project, now what?

@Jibun-no-Kage Jibun-no-Kage added the enhancement New feature or request label Feb 9, 2024
@Jibun-no-Kage
Copy link
Author

I found the instructions on how to install on Debian, but on Debian 12 hit the following issue...

# apt install software-properties-common
# add-apt-repository ppa:appimagelauncher-team/stable
# apt update
# apt install appimagelauncher

On add the repository...

# add-apt-repository ppa:appimagelauncher-team/stable
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'

@mihawk90
Copy link

mihawk90 commented Mar 8, 2024

I found the instructions on how to install on Debian, but on Debian 12 hit the following issue...

You didn't read the install guide properly:

On Ubuntu and derivatives, you can use one of the PPAs

PPAs are Ubuntu specific and not meant for Debian.

On other Debian-based systems or if you do not want to use the PPAs, you can install AppImageLauncher manually using one of the .deb packages provided on this latest release page.

This is also already mentioned in the Readme when you open this Repo:
https://github.com/TheAssassin/AppImageLauncher?tab=readme-ov-file#system-wide-installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants