Check those directories:
~/.local/share/applications/
/usr/share/applications/
Check those directories:
~/.local/share/applications/
/usr/share/applications/
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Libgdx team has fixed this issue in the latest SNAPSHOT version.
To use it we should update gdxVersion variable in build.gradle file:
gdxVersion = '1.12.1-SNAPSHOT'
java -Dsun.java2d.uiScale=2.0 -jar gdx-setup.jar |
superset fab import-roles -p superset-public-permissions.json
# libgtk4 needed libpcre3 2:8.39-13build5, but on my ubuntu was installed 2:8.43-1+ubuntu19.10.1+deb.sury.org+1 | |
# so, in my case the issue was fixed by downgrading libpcre3 to a needed version | |
# here is an algorithm | |
# Downgrade libpcre3 | |
sudo apt-get install libpcre3=2:8.39-13build5 | |
# Install libgtk-4-dev | |
sudo apt-get install libgtk-4-dev |
I have found this working solution on this stackexchange thread https://askubuntu.com/a/1335747 | |
1. sudo nano /etc/gdm3/custom.conf | |
2. Uncomment WaylandEnable=false | |
3. sudo service gdm restart |
Start steam from command line: | |
DRI_PRIME=1 steam |
https://chromedriver.chromium.org/downloads
chromedriver
xattr -d com.apple.quarantine chromedrive
from selenium import webdriver
driver = webdriver.Chrome('chromedriver')
driver.get('http://google.com')```
brew install postgresql | |
brew link openssl | |
export LDFLAGS="-L/opt/homebrew/opt/[email protected]/lib" | |
export CPPFLAGS="-I/opt/homebrew/opt/[email protected]/include" | |
export PKG_CONFIG_PATH="/opt/homebrew/opt/[email protected]/lib/pkgconfig" | |
pip install psycopg2-binary |