Finish VLC v2 loading
This commit is contained in:
@@ -3,16 +3,46 @@
|
||||
"snapshot": "chrome",
|
||||
"instruction": "Can you disable the cone icon in the splash screen? I am tired of its skeuomorphic design.",
|
||||
"source": "https://superuser.com/questions/1224784/how-to-change-vlcs-splash-screen",
|
||||
"config": [],
|
||||
"config": [
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": "vlc"
|
||||
}
|
||||
}
|
||||
],
|
||||
"trajectory": "trajectories/",
|
||||
"related_apps": [
|
||||
"chrome"
|
||||
"vlc"
|
||||
],
|
||||
"evaluator": {
|
||||
"func": "",
|
||||
"result": {
|
||||
},
|
||||
"postconfig": [
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"pkill",
|
||||
"vlc"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": "vlc"
|
||||
}
|
||||
}
|
||||
],
|
||||
"func": "check_qt_bgcone",
|
||||
"expected": {
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"expected_qt_bgcone": 0
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"type": "vlc_config",
|
||||
"dest": "vlcrc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user