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
07-05 14:55:28.894 364 424 I ActivityManager: Start proc 5820:com.lanxin.agjts/u0a70 for pre-top-activity {com.lanxin.agjts/com.lite.lanxin.startuppage.DefaultActivity} | |
07-05 14:55:28.903 606 732 D StartingSurfaceDrawer: addSplashScreen: apply overrideConfig{1.0 ?mcc?mnc [en_US] ldltr sw360dp w360dp h568dp 320dpi nrml port -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 720, 1280) mAppBounds=Rect(0, 0 - 720, 1184) mMaxBounds=Rect(0, 0 - 720, 1280) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined mRotation=ROTATION_0} s.1 fontWeightAdjustment=0} to starting window resId=2131235310 | |
07-05 14:55:28.903 606 733 D StartingSurfaceDrawer: window attributes color: 0 icon null duration 0 brandImage null | |
07-05 14:55:28.904 606 733 D StartingSurfaceDrawer: The icon is not an AdaptiveIconDrawable | |
07-05 14:55:28.910 5820 5820 I Zygote : seccomp disabled by setenforce 0 | |
07-05 14:55:28.911 606 733 D SplashScreenView: Build android.window.S |
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
;;; org-zettel --- Simple zettelkasten implement in Org-mode -*- lexical-binding: t -*- | |
;; Copyright (C) 2025 c4droid | |
;; Author: c4droid <[email protected]> | |
;; URL: https://codeberg.org/c4dr01d/org-zettel | |
;; Version: 0.1 | |
;; Package-Requires: ((emacs "27.1")) | |
;; Keywords: org |
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
[*scratch*] 0.000 Log enabled. | |
[*mistty*] 5.953 set-process-window-size 151x22 | |
[*mistty*] 5.959 set-process-window-size 151x22 | |
[*mistty*] 5.993 RECV[^[[5 q] | |
[*mistty*] 5.993 refresh (quick) | |
[*mistty*] 7.311 RECV[^Z//home/q/.emacs.d/elpa.30/mistty-20250424.1707^M^J] | |
[*mistty*] 7.311 refresh (quick) | |
[ mistty tty *mistty*] 7.352 Detected bracketed-paste prompt #1 [0-] | |
[*mistty*] 7.352 RECV[(pip) ^[[1;32mq@mypc:mistty-20250424.1707$^[[0m ] | |
[*mistty*] 7.352 refresh (quick) |
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
Debugger entered--Lisp error: (args-out-of-range " " 0 -143) | |
term-emulate-terminal(#<process mistty tty *mistty*> "\33[47h\33[?7l\33[?1000h\33[?1002h\33[?1006h\33[44A\33[G\33[K\15\15\33[;m \15\33[1B\15\33[;m \15\33[1B\15\33[;m \15\33[1B\15\33[;m \15\33[1B\15\33[;m \15\33 |
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 <[email protected]> | |
* @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) |
NewerOlder