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

Remove apt settings from project #284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aneuwald-ctw
Copy link
Collaborator

User-Facing Changes
Users current have problems to run apt commands due to this configuration, that is not being used anymore in Lichtblick.

Description
Removed completely the functionality of update on ubuntu via APT, as we do not currently support this.

Checklist

  • The web version was tested and it is running ok
  • The desktop version was tested and it is running ok

@aneuwald-ctw aneuwald-ctw added the enhancement New feature or request label Nov 27, 2024

update-mime-database /usr/share/mime || true
update-desktop-database /usr/share/applications || true

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lines of code above should be retained as they ensure that the software can be correctly recognized and launched in the browser on Linux.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the Linux system, you can type lichtblick:// in the address bar of the browser to verify my statement. If you delete the above four lines of code, the browser will not be able to correctly trigger the application.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it makes sense. As I don't have Linux here to test at the moment, I will restore the files and remove only the APT part

Copy link

sonarcloud bot commented Nov 29, 2024

Copy link
Collaborator

@laisspportugal laisspportugal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

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

Successfully merging this pull request may close these issues.

3 participants