-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New artifacts mostly related to most recent used files by applications.
- Loading branch information
Showing
13 changed files
with
317 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.local/share | ||
name_pattern: ["ark_recentfiles"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
name_pattern: ["ark_recentfiles"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
name_pattern: ["ark_recentfiles"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.config | ||
name_pattern: ["dolphin_dolphin_dolphin"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
name_pattern: ["dolphin_dolphin_dolphin"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
name_pattern: ["dolphin_dolphin_dolphin"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect the paths to recently opened video files using the Dragon Player. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.config | ||
name_pattern: ["dragonplayerrc"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect the paths to recently opened video files using the Dragon Player (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
name_pattern: ["dragonplayerrc"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect the paths to recently opened video files using the Dragon Player (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
name_pattern: ["dragonplayerrc"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect metadata about recently opened files in Geany text editor. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.config/geany | ||
name_pattern: ["session.conf"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened files in Geany text editor (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
path_pattern: ["*/config/geany/*"] | ||
name_pattern: ["session.conf"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened files in Geany text editor (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
path_pattern: ["*/.config/geany/*"] | ||
name_pattern: ["session.conf"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect metadata about recently opened files in Gedit text editor. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.local/share | ||
name_pattern: ["gedit-metadata.xml"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened files in Gedit text editor (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
name_pattern: ["gedit-metadata.xml"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened files in Gedit text editor (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
name_pattern: ["gedit-metadata.xml"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect metadata about recently opened files in Gnome Text Editor. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.local/share | ||
name_pattern: ["session.gvariant"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened files in Gnome Text Editor (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
name_pattern: ["session.gvariant"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened files in Gnome Text Editor (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
name_pattern: ["session.gvariant"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect the paths to recently viewed or edited images using Gwenview image viewer. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.config | ||
name_pattern: ["gwenviewrc"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect the paths to recently viewed or edited images using Gwenview image viewer (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
name_pattern: ["gwenviewrc"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect the paths to recently viewed or edited images using Gwenview image viewer (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
name_pattern: ["gwenviewrc"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect metadata about recently opened files in Kwrite and Kate text editors. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.local/share | ||
name_pattern: ["anonymous.katesession"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened files in Kwrite and Kate text editors (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
name_pattern: ["anonymous.katesession"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata about recently opened files in Kwrite and Kate text editors (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
name_pattern: ["anonymous.katesession"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.local/share | ||
path_pattern: ["*/okular/docdata/*"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect Okular configuration file. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.config | ||
name_pattern: ["okularrc"] | ||
file_type: [f] | ||
ignore_date_range: true | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE (Flatpak version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
path_pattern: ["*/okular/docdata/*"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect Okular configuration file (Flatpak version). | ||
supported_os: [linuxsd] | ||
collector: file | ||
path: /%user_home%/.var/app | ||
name_pattern: ["okularrc"] | ||
file_type: [f] | ||
ignore_date_range: true | ||
exclude_nologin_users: true | ||
- | ||
description: Collect metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE (Snap version). | ||
supported_os: [linux] | ||
collector: file | ||
path: /%user_home%/snap | ||
path_pattern: ["*/okular/docdata/*"] | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
- | ||
description: Collect Okular configuration file (Snap version). | ||
supported_os: [linuxsd] | ||
collector: file | ||
path: /%user_home%/snap | ||
name_pattern: ["okularrc"] | ||
file_type: [f] | ||
ignore_date_range: true | ||
exclude_nologin_users: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect data from the gvfs-metadata directory to retrieve user-specific metadata, such as local and remote file access details, custom properties, and interaction history. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.local/share/gvfs-metadata | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect activity tracking data used by KActivityManager (part of KDE) to track and manage user activities, such as recently opened files, applications, and other resources. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home%/.local/share/kactivitymanagerd/resources | ||
file_type: [f] | ||
exclude_nologin_users: true | ||
|