Skip to content

Commit 15a5a1e

Browse files
committed
Support btrfs mountpoints in appimagelauncherd
1 parent aa114f1 commit 15a5a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ QSet<QString> additionalAppImagesLocations(const bool includeAllMountPoints) {
335335
// integrate AppImages from mounted filesystems, if requested
336336
// we don't want to read files from any FUSE mounted filesystems nor from any virtual filesystems
337337
// to
338-
static const auto validFilesystems = {"ext2", "ext3", "ext4", "ntfs", "vfat"};
338+
static const auto validFilesystems = {"ext2", "ext3", "ext4", "ntfs", "vfat", "btrfs"};
339339

340340
static const auto blacklistedMountPointPrefixes = {
341341
"/var/lib/schroot",

0 commit comments

Comments
 (0)