Mac提示无法打开应用程序DBeaver

问题:安装好后,打开DBeaver时候提示"无法打开应用程序DBeaver"

(1)首先,进入到/Applications/DBeaver.app/Contents/MacOS目录查看可执行程序的权限是否为-rwxr-xr-x,如果不是执行chmod +x DBeaver的命令

如果多了符号@,请执行命令:xattr -c dbeaver,去掉@符号

(2)查看DBeaver.app的权限,发现多个了@符号,使用xattr -c /Applications/DBeaver.app去掉@符号

|---|-------------------------------------------------------|
| 1 | drwxr-xr-x@ 3 root staff 96 11 15 02:18 DBeaver.app |

实际前两步并没有解决我的问题,最终采用终极大法重装,立马生效

|---|------------------------------------|
| 1 | brew reinstall dbeaver-community |

相关推荐
星辰即远方17 小时前
天气预报总结
macos·ios·objective-c·cocoa
xixiaoyunya17 小时前
Mac远程访问新范式:基于80KM穿云箭的内网穿透技术实践
macos
秋雨梧桐叶落莳18 小时前
计算器仿写总结
学习·macos·ios·objective-c·cocoa
寒水馨1 天前
macOS下载、安装uv-0.12.0(附安装包uv-aarch64-apple-darwin.tar.gz)
python·macos·rust·项目管理·包管理器·astral·pip替代
寒水馨1 天前
macOS下载、安装protobuf-v35.1(附安装包protoc-35.1-osx-universal_binary.zip)
macos·google·grpc·序列化·protobuf·protoc·数据交换
寒水馨1 天前
macOS下载、安装ripgrep-15.2.0(附安装包ripgrep-15.2.0-aarch64-apple-darwin.tar.gz)
macos·正则表达式·rust·ripgrep·rg·命令行搜索·代码搜索
起司喵喵2 天前
Flutter-MacOS桌面OS系统|flutter.+window_manager客户端OS模板
flutter·macos·策略模式
代码对我眨眼睛2 天前
macOS Google Chrome 常用快捷键
前端·chrome·macos
啊真真真2 天前
macOS下libnfc ..写卡失败问题及解决方案
macos·策略模式
叶 落2 天前
Mac 通过 Miniconda 安装 Python
python·macos·conda·miniconda