Articles tagged "osx"

Page 1 of 2

1 min readBeginner

Pygame blank screen with python3 and osx

Here is the solution when using pygame with OSX and you get a blank screen or not loading. You will need to uninstall and then install pygame from source code. In this article, we explain step by step how to fix pygame not loading in mac.

1 min readBeginner

OSX Solution: No package 'gobject-introspection-1.0' found

The error: PKG_CONFIG_PATH environment variable No package 'glib-2.0' found, could be easy solved when using brew by settings the PKG_CONFIG_PATH to the following value: export...

1 min readBeginner

OSX: No package glib-2.0 Found - PKG_CONFIG Fix

The error: PKG_CONFIG_PATH environment variable No package 'glib-2.0' found, could be easy solved when using brew by settings the PKG_CONFIG_PATH to the following value: export...

3 min readBeginner

How to use nix with catalina

After Catalina upgrade /nix will not be writable. In this tutorial, we explain step by step how to use nix with catalina by creating a volume to mount /nix on it. Read the full tutorial to find step by step

1 min readBeginner

How to disable sip mac os catalina

In this brief tutorial, we explain how to disable SIP. You will need to start on recovery mode and from the terminal execute: csrutil disable. Make sure you understand what it means to disable SIP, read here for more information.

1 min readBeginner

MacOS: libffi Required by gobject-2.0 Not Found

Check here the solution for

1 min readBeginner

macOS: Open Current Folder in Finder

To open finder from the terminal in OSX use the commnad

1 min readBeginner

Iterm2: terminal where in my cursor behaves strangely

When using iTerm2 the cursor could behaves strangely on tmux or apps console, especially with tmux. You need to enable Enable "Use Unicode Version 9 Widths" on your profile settings.

1 min readIntermediate

How to fix: MacBook pro gets hot in sleep mode

If you put in sleep mode your mac and the computer get's high temperature, you need to check out the check list we have.

1 min read

How to Show or Hide Files in Finder (OSX)

If you want to show or hide files in finder you can use defaults command. To enable it use defaults write com.apple.finder AppleShowAllFiles TRUE. You need to kill Finder, check here for more details