Esxi running macos For selur - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: Small Talk (https://forum.selur.net/forum-7.html) +--- Thread: Esxi running macos For selur (/thread-1495.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
RE: Esxi running macos For selur - shijan - 20.09.2020 Aha, now i start to understand your problem. "need to approve each file individually through gatekeeper" - i was thinking earlier that you told about some problem during compiling from sources or from brew. I just don't use gatekeeper, and probably any more-less advanced user turns it off to avoid Apple totalitarian dictatorship on his computer (as well as disables reversed mouse scroll and installs XtraFinder or PressButan to use plain Delete key to delete files and fixes some other strange Apple things...) By the way, are you sure that installer will help to bypass gatekeeper? I was always thinking that installers are just sort of copy/paste script instead of drag and drop. What if it will install libraries, and they will still require manual gatekeeper clearance? Most apps on macOS are still distributed in DMG, so it is not something too unusual. RE: Esxi running macos For selur - shijan - 20.09.2020 Don't want to annoy with further discussion around UI, but can only suggest to collect more opinions from other users and developers about window resizing and buttons. I am not against compact window sizes. There are a lot of situations when compact sized window required, and in these situations user simply adjusts window size to minimum possible. I am just against artificially restricted usability. That's it. Hybrid UI up to 2020.09.15: RE: Esxi running macos For selur - l33tmeatwad - 20.09.2020 (20.09.2020, 05:02)shijan Wrote: Aha, now i start to understand your problem. "need to approve each file individually through gatekeeper" - i was thinking earlier that you told about some problem during compiling from sources or from brew. I just don't use gatekeeper, and probably any more-less advanced user turns it off to avoid Apple totalitarian dictatorship on his computer (as well as disables reversed mouse scroll and installs XtraFinder or PressButan to use plain Delete key to delete files and fixes some other strange Apple things...)If a .app for is approved everything inside of it will work, that's why most just use a dmg as it is easier and there is only one file to approve. When using a PKG for multiple files, by approving the installer the system will approve all the files it places. Keeping Gatekeeper on is recommended for most users as it is an added later of security and protection, however I know on certain versions of macOS it's more obnoxious to work around with it being on. RE: Esxi running macos For selur - Selur - 20.09.2020 about cfhd: known and locally fixed bug: forgot High+ so High and lower quality presets use the wrong index. RE: Esxi running macos For selur - shijan - 20.09.2020 Here is installer https://drive.google.com/drive/folders/1tley3-jnXjDQCKagKAS4WLeiSqIaA5D6?usp=sharing It is possible to check on fresh system if Hybrid still asks first time “Hybrid.app” can’t be opened because the identity of the developer cannot be confirmed." Any other warning messages? Still require to disable quarantine for downloaded apps? Disable SIP (System Integrity Protection)? RE: Esxi running macos For selur - l33tmeatwad - 20.09.2020 (20.09.2020, 17:38)shijan Wrote: Here is installer https://drive.google.com/drive/folders/1tley3-jnXjDQCKagKAS4WLeiSqIaA5D6?usp=sharingOpening it will say cancel or move to trash, cancel, go to system > security and open anyways, then it will ask again, allow it to open. One thing I would recommend trying, I've added a shortcut from the /usr/local/lib/vapoursynth path to the framework one, I'd recommend installing to that path as it should install for both users that installed via brew or compiled themselves and vs installer. I would double check, but the link should force it to forward the files to the framework the vs installer sets up (only for vs r52 or newer) RE: Esxi running macos For selur - Selur - 20.09.2020 I did the following:
I started Hybrid which worked fine, opened a file and Hybrid froze on 'Grabbing audio data and delay infos'. I then closed, reopened Hybrid, setting an output and enabling the debug output before loading a file (which again froze), showed that Hybrid stopped on calling: "/Applications/Hybrid.app/Contents/MacOS/mediainfo" --Language=en --File_TestContinuousFileNames=0 "--LogFile=/Users/selur/temp/mediaInfoLog.txt" --Full "/Users/selur/Desktop/test.avi" So, opening a terminal and calling the call from above gave the following: selur$ "/Applications/Hybrid.app/Contents/MacOS/mediainfo" --Language=en --File_TestContinuousFileNames=0 "--LogFile=/Users/selur/temp/mediaInfoLog.txt" --Full "/Users/selur/Desktop/test.avi" No clue why this happens seems to be some rights issue, I would have expected that Mac OS would at least ask for the administrator rights instead of simply denying the access. :/ -> so seems like a good start but not finished Cu Selur Ps.: even after calling "sudo spctl --master-disable" this still happens. :/ RE: Esxi running macos For selur - Selur - 20.09.2020 Okay, I know where the problem is. The installed files inside the Hybrid.app all belong to root:admin. instead of username:staff (selur:staff on my system) or username:admin. Good news: Using my 'old' Hybrid (where the files belong to selur:staff) that I got inside my workspace I can use Vapoursynth plugins even with "sudo spctl --master-enabled", so my guess is that the plugin installation works fine. Cu Selur RE: Esxi running macos For selur - l33tmeatwad - 20.09.2020 Oh yeah, one more tip for the installer is to not keep existing permissions when importing files. RE: Esxi running macos For selur - shijan - 21.09.2020 I told you that i'm not a coder and have no idea about all those permissions and too technical low level system and apps related stuff I just used default settings provided by Packages.app. I see some options in two places. What should i change there? Should i also change some permissions here?: There is also some global preference for permissions: Also there is an option in Packages to show app contents. And i see that different binaries show me different permissions checkboxes there: |