aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-10-21 18:23:40 +0200
committerdec05eba <dec05eba@protonmail.com>2023-10-21 23:26:28 +0200
commit19c054d92887434a31f13ad49b323f13688b895a (patch)
tree4a16a77179ac90803824180066509ffdddfccaed /TODO
parent6ebe8fb2a9c838e076286d960b3ef3c9482433b3 (diff)
Redesign audio input to make it easier to understand that you have to
add audio to use it. Add framerate mode option.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5ed8f8a..b945462 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,9 @@ Add translation support (using gettext, which uses .mo files and _ macro). It sh
telling them to copy the file content and then send me the file by email with the language name (then I can add it to the correct)
file with correct locale. Or if they know how to use git they can use that directly.
Add option to start replay on system startup (use the gpu screen recorder systemd file?) and use the settings from the replay page. This is not possible unless gsr-kms-server has cap (on amd/intel and nvidia wayland), so no flatpak.
+ Dont add this option if not running systemd, or disable the button then.
The program should minimize to taskbar on minimize.
-Add default audio output by default if no config file exists. Or redesign audio where there is only a button at first, no list. The button should say: add audio,
- and then each audio item has a dropdown list where you can select which audio device to use.
+Bypass password prompt in flatpak with polkit policy: https://gitlab.com/corectrl/corectrl/-/wikis/Setup#dont-ask-for-user-password
+ autostart can also be done by adding the application to ~/.config/autostart/com.dec05eba.gpu_screen_recorder, but that may not work on minimal window manager setups. So maybe use systemd instead.
+ The frontpage should have a toggle button saying "dont ask for password when recording", which should add those polkit changes to the system (requires root). Shouldn't this be done by the polkitd user?
+ Check if this is possible (if /etc/polkit-1/localauthority or /etc/polkit-1/rules.d exists). \ No newline at end of file