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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3

4
4
5
5
## About
6
-
Scum Bag is a place to hold all of your save backups. It automatically backs up your save files at a given interval and lets you restore to any point. Powered by [Galdr](https://github.com/rthomasv3/Galdr).
6
+
Scum Bag is a bag to hold all of your scummed save/file backups. It automatically backs up your save files at a given interval and lets you restore to any point. Powered by [Galdr.Native](https://github.com/rthomasv3/Galdr).
7
7
8
8
### Features
9
9
@@ -12,8 +12,9 @@ Scum Bag is a place to hold all of your save backups. It automatically backs up
12
12
* Only makes a backup if the file(s) actually changed
13
13
* Reads steam libraries to find installed games
14
14
* Takes a screenshot of the game window when the save file changes
15
-
* Requires `flameshot` on Linux and screenshots are only full screen
16
15
* Supports both windowed and fullscreen apps on Windows
16
+
* Mac and Linux only support fullscreen screenshots
17
+
* Works on X11 and Wayland
17
18
18
19
## Requirements
19
20
@@ -22,7 +23,6 @@ Scum Bag is a place to hold all of your save backups. It automatically backs up
_loggingService.LogInfo($"{nameof(ScreenshotService)}>{nameof(TakeLinuxScreenshot)} - Screenshot may have failed ({exitCode})");
419
+
_loggingService.LogInfo($"{nameof(ScreenshotService)}>{nameof(TakeLinuxScreenshotFlameshot)} - Screenshot may have failed ({exitCode})");
381
420
}
382
421
else
383
422
{
384
-
_loggingService.LogInfo($"{nameof(ScreenshotService)}>{nameof(TakeLinuxScreenshot)} - Flameshot process timed out: killed and screenshot not found");
423
+
_loggingService.LogInfo($"{nameof(ScreenshotService)}>{nameof(TakeLinuxScreenshotFlameshot)} - Flameshot process timed out: killed and screenshot not found");
0 commit comments