-
Notifications
You must be signed in to change notification settings - Fork 567
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
Add profile for straw-viewer #3742
Conversation
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.
LGTM
Are the video-players listed in private-bin
(e.g. mpv, vlc, ...) started by straw-viewer or gtk-straw-viewer? If they are started by straw-viewer the blacklist /tmp/.X11-unix
will break.
What about adding noblacklist
and whitelist
for the config files of mpv,smplayer,vlc,youtube-dl?
# Persistent local customizations | ||
include gtk-straw-viewer.local | ||
# Persistent global definitions | ||
# include globals.local |
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.
Please use our format for explaining why globals.local is not included here:
# added by included profile
#include globals.local
Those are the three players it currently supports by default but you can add any player in the config file. It passes some parameters to ignore existing configs so I don't think adding the player's config paths are necessary.
I'll make rest of the changes.
Edit. Somehow I messed up the filenames.
…On November 12, 2020 4:41:38 PM UTC, rusty-snake ***@***.***> wrote:
@rusty-snake approved this pull request.
LGTM
Are the video-players listed in `private-bin` (e.g. mpv, vlc, ...)
started by straw-viewer or gtk-straw-viewer? If they are started by
straw-viewer the `blacklist /tmp/.X11-unix` will break.
What about adding `noblacklist` and `whitelist` for the config files of
mpv,smplayer,vlc,youtube-dl?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#3742 (review)
|
merged, thanks. |
No description provided.