You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the documentation for information that matches the description of the bug I want to file, without success.
This issue contains only one bug.
Describe the bug
FreeTube RPM includes files in:
/opt/FreeTube/*
/opt/FreeTube/locales/*
/opt/FreeTube/resources/*
but not the dirs themselves:
/opt/FreeTube/
/opt/FreeTube/locales/
/opt/FreeTube/resources/
These 3 dirs are unowned. When the RPM is uninstalled, the dirs will remain on the end user's system.
$ rpm -q --whatprovides /opt/FreeTube/freetubefreetube-0.23.1.amd64.rpm
$ rpm -q --whatprovides /opt/FreeTube/file /opt/FreeTube is not owned by any package
Not familiar with fpm but probably need --rpm-auto-add-directories. Not sure if you need to then exclude /usr/... above the desktop file and icon; FreeTube RPM should not own those dirs.
Guidelines
Describe the bug
FreeTube RPM includes files in:
/opt/FreeTube/*
/opt/FreeTube/locales/*
/opt/FreeTube/resources/*
but not the dirs themselves:
/opt/FreeTube/
/opt/FreeTube/locales/
/opt/FreeTube/resources/
These 3 dirs are unowned. When the RPM is uninstalled, the dirs will remain on the end user's system.
Not familiar with fpm but probably need
--rpm-auto-add-directories
. Not sure if you need to then exclude/usr/...
above the desktop file and icon; FreeTube RPM should not own those dirs.https://fpm.readthedocs.io/en/latest/packages/rpm.html#rpm-specific-command-line-flags
Expected Behavior
NA
Issue Labels
inconsistent behavior
FreeTube Version
NA
Operating System Version
Fedora 41
Installation Method
.rpm
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
Nightly Build
The text was updated successfully, but these errors were encountered: