-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profiles: anki: fix dark mode detection & misc changes #6581
base: master
Are you sure you want to change the base?
Conversation
998cdde
to
a71b501
Compare
fe7e201
to
0a4cf17
Compare
d20b522
to
325964a
Compare
# anki uses mpv or mplayer for playing audio and uses lame to record audio. | ||
# sh and dbus-send are used by aqt/theme.py to query dark mode through | ||
# org.freedesktop.portal.Desktop. | ||
private-bin anki,dbus-send,env,lame,lua*,mplayer,mpv,python*,sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is private-bin lua*
actually needed?
mpv uses libluajit directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been lazy. I will get back soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been lazy. I will get back soon.
That's alright; it might be helpful to focus on one PR at a time.
I'd leave this and maybe 2 other PRs opened and close the rest if you don't
plan on working on them soon (and then they could gradually be reopened as the
open PRs are merged and as work is started on the closed ones).
This would also make reviews easier.
Relates: