Use python3.11
git clone https://github.com/yousseb/meld
pip3.11 install pyobjc # import Foundation
brew install gtk+3
brew install gtksourceview4
brew install gtk-mac-integration # required to work with gtksourceview4
Use python3.11
git clone https://github.com/yousseb/meld
pip3.11 install pyobjc # import Foundation
brew install gtk+3
brew install gtksourceview4
brew install gtk-mac-integration # required to work with gtksourceview4
Follow that tutorial
userChrome.css should look like:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#s3_translator-menuitem-_translate_selection { order: -1; }| { | |
| "Use libtickit protocol" : false, | |
| "Tags" : [ | |
| ], | |
| "Ansi 12 Color" : { | |
| "Green Component" : 0.3333333432674408, | |
| "Red Component" : 0.3333333432674408, | |
| "Blue Component" : 1 | |
| }, |
| unbind-key -n C-a | |
| set -g prefix ^A | |
| set -g prefix2 F12 | |
| bind a send-prefix | |
| # for old releases... | |
| bind-key -n C-S-F3 swap-window -t :-1 -d \; select-window -p | |
| bind-key -n C-S-F4 swap-window -t :+1 -d \; select-window -n |
| #!/usr/bin/env python3 | |
| """ | |
| Parse HMI Nextion file and put result into directory tree. | |
| While parsing Nextion cannot have opened that project. | |
| Tested for Nextion 1.63.3 | |
| """ | |
| import sys | |
| import os | |
| from os.path import basename, exists, realpath |