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 to remove any built-in extensions? #379

Closed
in-plaintext opened this issue Jan 20, 2024 · 3 comments
Closed

How to remove any built-in extensions? #379

in-plaintext opened this issue Jan 20, 2024 · 3 comments

Comments

@in-plaintext
Copy link

in-plaintext commented Jan 20, 2024

I may want to remove some or all third-party extensions the Flatpak build of mpv ships with. Can the addon files at least be wiped with a script after every mpv Flatpak update?

I see no LUA files with descriptive titles:

$ fd --extension lua . /var/lib/flatpak/app/io.mpv.Mpv/

related discussions:
#358
#81

@in-plaintext
Copy link
Author

in-plaintext commented Mar 12, 2024

Can the .so files in /var/lib/flatpak/app/io.mpv.Mpv/x86_64/stable/*/files/etc/mpv/scripts/ be safely removed?

mpris.so mpv_inhibit_gnome.so

The folder can be found by, for instance, running:

fd --glob --type directory 'scripts' /var/lib/flatpak/app/io.mpv.Mpv/

@fastrizwaan
Copy link
Collaborator

yes, mpv does not depend on it.

Can the .so files in /var/lib/flatpak/app/io.mpv.Mpv/x86_64/stable/*/files/etc/mpv/scripts/ be safely removed?

mpris.so mpv_inhibit_gnome.so

The folder can be found by, for instance, running:

fd --glob --type directory 'scripts' /var/lib/flatpak/app/io.mpv.Mpv/

@fastrizwaan
Copy link
Collaborator

or you can build it yourself locally and install without those plugins and other deps.

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

No branches or pull requests

2 participants