Benjamin_Loison commented on issue Benjamin_Loison/xviewer#14 2025-11-09 19:19:18 +01:00
Compile this program
sudo debi
Output:
Selecting previously unselected package gir1.2-xviewer-3.0.
(Reading database ... 987254 files and directories currently…
Benjamin_Loison commented on issue Benjamin_Loison/xviewer#14 2025-11-09 19:15:57 +01:00
Compile this program
xviewer
Output:
Command 'xviewer' not found, did you mean:
  command 'viewer' from deb embree-tools (3.13.5+dfsg-2ubuntu2)
Try: sudo apt install…
Benjamin_Loison commented on issue Benjamin_Loison/xviewer#14 2025-11-09 19:15:43 +01:00
Compile this program
sudo apt autoremove -y
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following…
Benjamin_Loison commented on issue Benjamin_Loison/xviewer#14 2025-11-09 19:15:26 +01:00
Compile this program
sudo apt purge -y xviewer
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following…
Benjamin_Loison commented on issue Benjamin_Loison/xviewer#14 2025-11-09 19:14:58 +01:00
Compile this program
debuild --no-sign

output.txt

Benjamin_Loison commented on issue Benjamin_Loison/xviewer#14 2025-11-09 19:13:03 +01:00
Compile this program
mk-build-deps -s sudo -i
Output:
dpkg-buildpackage: info: source package xviewer-build-deps
dpkg-buildpackage: info: source version 3.4.12
dpkg-bu…
Benjamin_Loison opened issue Benjamin_Loison/xviewer#14 2025-11-09 19:12:19 +01:00
Compile this program
Benjamin_Loison commented on issue Benjamin_Loison/codeberg#3 2025-11-09 14:17:47 +01:00
Move my meaningful repositories to Codeberg

Benjamin_Loison/Thunderbird/issues/44 would help prove the timestamps.

Benjamin_Loison commented on issue Benjamin_Loison/linux#35 2025-11-09 02:51:58 +01:00
Limit rights of programs
man bwrap
Output:
...
DESCRIPTION
       bwrap is a unprivileged low-level sandboxing tool (optionally setuid on older distributions). You…
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-08 20:07:45 +01:00
inotifywait
Bash script:
adb root
adb shell '
    cd /data/data/com.termux/files/usr/
    while IFS=, read <&3 -r fileType file; do
      {
        if […
Benjamin_Loison commented on issue Benjamin_Loison/adb#52 2025-11-08 19:53:12 +01:00
inotifywait

To ease process may want to leverage Termux install from ADB.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-11-08 19:45:14 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
Error:
2025-11-08 19:35:21.220362 Checking at 1762626921.2203474 (lastTime=None)
Traceback (most recent call last):
  File "/home/benjamin_loison/notificatio…
Benjamin_Loison commented on issue Benjamin_Loison/adb#29 2025-11-08 16:49:25 +01:00
Emulate scrollable screenshot

#18 may help.

Benjamin_Loison commented on issue Benjamin_Loison/adb#29 2025-11-08 16:49:03 +01:00
Emulate scrollable screenshot

In Shelter in-app settings:

Screenshot_LineageOS_22.2_trust_2025-11-08_16:46:51.png

![Screenshot_LineageOS_22.2_trust_2025-11-08_16:45:11…

Benjamin_Loison commented on issue Benjamin_Loison/adb#29 2025-11-07 23:43:46 +01:00
Emulate scrollable screenshot

Let us prefer clicking on Capture more text middle than the associated symbol.

get_middle()
{
    xpath=$1
    ui=`adb exec-out uiautomator dump /dev/tty 
Benjamin_Loison commented on issue Benjamin_Loison/adb#29 2025-11-07 22:33:34 +01:00
Emulate scrollable screenshot

Could delete the associated screenshot(s) on the device.

Benjamin_Loison commented on issue Benjamin_Loison/adb#29 2025-11-07 22:30:21 +01:00
Emulate scrollable screenshot

I edited above take_scrolling_screenshot to work fine with spaces in file name.

Benjamin_Loison commented on issue Benjamin_Loison/adb#29 2025-11-07 22:24:42 +01:00
Emulate scrollable screenshot
adb: error: failed to stat remote object '/sdcard/Pictures/Screenshots/Screenshot_20251107-211406_Permission': No such file or directory
adb pull "/sdcard/Pictures/Screenshots…