diff --git a/pages/linux/gio-trash.md b/pages/linux/gio-trash.md index 36c8b24a00..f4ea0dbaa9 100644 --- a/pages/linux/gio-trash.md +++ b/pages/linux/gio-trash.md @@ -12,6 +12,10 @@ `gio trash --list` +- Empty the trash: + +`gio trash --empty` + - Restore a specific item from trash using its ID: `gio trash trash://{{id}}` diff --git a/pages/linux/gio.md b/pages/linux/gio.md index 35fb499761..410eca31ae 100644 --- a/pages/linux/gio.md +++ b/pages/linux/gio.md @@ -24,6 +24,14 @@ `gio trash {{path/to/file}}` +- Empty the trash: + +`gio trash --empty` + - Launch an application from a `.desktop` file: `gio launch {{path/to/file}}.desktop` + +- Mark a `.desktop` file as trusted, allowing it to be executed: + +`gio set {{path/to/file}}.desktop metadata::trusted true`