Skip to content

Mac OS 'Catalina' quirks #1624

Open
Open
@kasemir

Description

@kasemir

Phoebus still works OK on the current Mac OS 'Catalina', but there are some quirks.

File Access

New restrictions in Mac OS prevent Phoebus from reading the Documents and Downloads folders of the user who started it. The File Browser will issue warnings like these:

2020-11-09 12:05:22 WARNING [org.phoebus.applications.filebrowser] Cannot monitor /Users/xxx/Downloads
java.nio.file.FileSystemException: /Users/xxx/Downloads: Operation not permitted

The folders will appear accessible when checking the permissions via ls -l,
and chmod ugo+xr ~/Downloads makes no difference.

What helps is adding to the "Full Disk Access" section in the Mac OS Security preferences.
Note that you need to add the actual "java" program that Phoebus uses, something like

/Applications/CSS_Phoebus.app/jdk/Contents/Home/bin/java

Screen Shot 2020-11-09 at 11 57 40 AM

Font Quality

Text on an external 'Thunderbolt' display that used to be as good if not better than on the built-in laptop display:

Screen Shot 2020-11-09 at 12 18 12 PM

.. now looks like this:

Screen Shot 2020-11-09 at 12 18 04 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions