This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Advanced Window Snap (Extended | |
| * Snaps the Active Window to one of nine different window positions. | |
| * | |
| * @Editing author Jarrett Urech | |
| * @Original author Andrew Moore <andrew+github@awmoore.com> | |
| * @version 2.1 | |
| * | |
| **/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [emacs] | |
| control.b = C-b | |
| control.f = C-f | |
| control.p = C-p | |
| control.n = C-n | |
| alt.b = A-b | |
| alt.f = A-f | |
| control.a = C-a | |
| control.e = C-e | |
| control.d = C-d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM rockylinux:9 | |
| # Install development tools and dependencies | |
| RUN dnf groupinstall -y "Development Tools" && \ | |
| dnf install -y \ | |
| gcc gcc-gfortran gcc-c++ make cmake perl git-lfs \ | |
| wget git patch diffutils libxcrypt-compat \ | |
| which python | |
| # Download and extract OpenMPI source code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [General] | |
| __userfile__=true | |
| leave_confirmation=true | |
| lock_screen_before_power_actions=true | |
| power_actions_after_lock_delay=100 | |
| window_manager=herbstluftwm | |
| [Environment] | |
| BROWSER=firefox | |
| # Qt4 platform plugin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (pip) q@mypc:~$ export QT_DEBUG_PLUGINS=1 | |
| (pip) q@mypc:~$ lxqt-config | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/platforms" ... | |
| qt.core.plugin.factoryloader: looking at "libqeglfs.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqeglfs.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "eglfs" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 8月 17 20:35:39 mypc systemd-coredump[2846]: [🡕] Process 2820 (pcmanfm-qt) of user 1000 dumped core. | |
| Stack trace of thread 2820: | |
| #0 0x000072ab4c2b28df n/a (libc.so.6 + 0xa38df) | |
| #1 0x000072ab4c2b3ef4 malloc (libc.so.6 + 0xa4ef4) | |
| #2 0x000072ab4c28d2e4 _IO_file_doallocate (libc.so.6 + 0x7e2e4) | |
| #3 0x000072ab4c29c714 _IO_doallocbuf (libc.so.6 + 0x8d714) | |
| #4 0x000072ab4c29a3f5 _IO_file_underflow (libc.so.6 + 0x8b3f5) | |
| #5 0x000072ab4c29c7c2 _IO_default_uflow (libc.so.6 + 0x8d7c2) | |
| #6 0x000072ab4c28ef4b _IO_getline_info (libc.so.6 + 0x7ff4b) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| q@mypc:calculix-build-pastix$ ./07_build_pastix_kabbone.sh | |
| patching file CMakeLists.txt | |
| patching file spm/src/spm.c | |
| patching file bcsc/bcsc_z.h | |
| -- The C compiler identification is GNU 13.3.0 | |
| -- The CXX compiler identification is GNU 13.3.0 | |
| -- The Fortran compiler identification is GNU 13.3.0 | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working C compiler: /usr/bin/gcc13 - skipped |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| q@mypc:calculix-build-pastix$ ./05_build_parsec.sh | |
| patching file parsec/bindthread.c | |
| -- The C compiler identification is GNU 13.3.0 | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working C compiler: /usr/bin/gcc13 - skipped | |
| -- Detecting C compile features | |
| -- Detecting C compile features - done | |
| -- The Fortran compiler identification is GNU 13.3.0 | |
| -- Detecting Fortran compiler ABI info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by hwloc configure 2.10.0, which was | |
| generated by GNU Autoconf 2.71. Invocation command line was | |
| $ ./configure --prefix=/tmp/my_cache/calculix-build-pastix --disable-shared --enable-static --disable-readme --disable-picky --disable-cairo --disable-libxml2 --disable-levelzero | |
| ## --------- ## | |
| ## Platform. ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| patching file CMakeLists.txt | |
| patching file spm/src/spm.c | |
| patching file bcsc/bcsc_z.h | |
| -- The C compiler identification is GNU 13.3.0 | |
| -- The CXX compiler identification is GNU 13.3.0 | |
| -- The Fortran compiler identification is GNU 13.3.0 | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working C compiler: /usr/bin/gcc13 - skipped | |
| -- Detecting C compile features |