Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
1.99k stars 205 forks source link

terminal-run fails, balking at installing ANY applications #2569

Closed sailnfool closed 6 months ago

sailnfool commented 6 months ago

Confirmations

What happened?

Every install script I ran failed with etc/terminal-run failing

Description

The default for terminal-run is to use gnome-terminal. Using synaptic I removed gnome-terminal and the pi-apps runs just fine. I am running Raspberry PI OS 64-bit on a PI4B with 8 GB. See inxi -F output below.

What are your system specs (run the following command in your terminal)?

OS: Debian GNU/Linux 12 (bookworm)
OS architecture: 64-bit
Last updated Pi-Apps on: 04/02/2024
Latest Pi-Apps version: 04/02/2024
Kernel: aarch64 6.6.20+rpt-rpi-v8
Device model: Raspberry Pi 4 Model B Rev 1.4
SOC identifier: bcm2711
Cpu name: Cortex-A72
Ram size: 7.81 GB

$ inxi -F
System:
  Host: RP04-01 Kernel: 6.6.20+rpt-rpi-v8 arch: aarch64 bits: 64
    Desktop: wayfire v: 0.7.5 Distro: Debian GNU/Linux 12 (bookworm)
Machine:
  Type: ARM System: Raspberry Pi 4 Model B Rev 1.4 details: N/A rev: d03114
    serial: 10000000a2366e6c
CPU:
  Info: quad core model: N/A variant: cortex-a72 bits: 64 type: MCP cache:
    L2: 1024 KiB
  Speed (MHz): avg: 1800 min/max: 600/1800 cores: 1: 1800 2: 1800 3: 1800
    4: 1800
Graphics:
  Device-1: bcm2711-hdmi0 driver: vc4_hdmi v: N/A
  Device-2: bcm2711-hdmi1 driver: vc4_hdmi v: N/A
  Device-3: bcm2711-vc5 driver: vc4_drm v: N/A
  Display: wayland server: X.org v: 1.21.1.7 with: Xwayland v: 22.1.9
    compositor: wayfire v: 0.7.5 driver:
    gpu: vc4-drm,vc4_crtc,vc4_dpi,vc4_dsi,vc4_firmware_kms,vc4_hdmi,vc4_hvs,vc4_txp,vc4_v3d,vc4_vec
    resolution: 1920x1080~60Hz
  API: OpenGL v: 3.1 Mesa 23.2.1-1~bpo12+rpt3 renderer: V3D 4.2
Audio:
  Device-1: bcm2711-hdmi0 driver: vc4_hdmi
  Device-2: bcm2711-hdmi1 driver: vc4_hdmi
  API: ALSA v: k6.6.20+rpt-rpi-v8 status: kernel-api
  Server-1: PipeWire v: 0.3.65 status: active
Network:
  Device-1: bcm2835-mmc driver: mmc_bcm2835
  IF: wlan0 state: down mac: e4:5f:01:4c:b2:8b
  Device-2: bcm2711-genet-v5 driver: bcmgenet
  IF: end0 state: up speed: 1000 Mbps duplex: full mac: e4:5f:01:4c:b2:8a
Bluetooth:
  Device-1: pl011 driver: uart_pl011
  Report: hciconfig ID: hci0 state: up address: E4:5F:01:4C:B2:8C bt-v: 3.0
  Device-2: pl011 driver: N/A
Drives:
  Local Storage: total: 59.48 GiB used: 20.49 GiB (34.4%)
  ID-1: /dev/mmcblk0 type: Removable model: SU64G size: 59.48 GiB
Partition:
  ID-1: / size: 57.98 GiB used: 20.42 GiB (35.2%) fs: ext4 dev: /dev/mmcblk0p2
Swap:
  ID-1: swap-1 type: zram size: 1.72 GiB used: 0 KiB (0.0%) dev: /dev/zram0
  ID-2: swap-2 type: zram size: 1.72 GiB used: 0 KiB (0.0%) dev: /dev/zram1
  ID-3: swap-3 type: zram size: 1.72 GiB used: 0 KiB (0.0%) dev: /dev/zram2
  ID-4: swap-4 type: zram size: 1.72 GiB used: 0 KiB (0.0%) dev: /dev/zram3
Sensors:
  System Temperatures: cpu: 55.0 C mobo: N/A
  Fan Speeds (RPM): cpu: 0
Info:
  Processes: 277 Uptime: 7h 36m Memory: 7.7 GiB used: 3.08 GiB (40.0%)
  gpu: 76 MiB Shell: Bash inxi: 3.3.26

Raspberry Pi OS image version: 2024-03-15
Language: en_US.UTF-8

(Recommended) Error log? Terminal output? Debug messages?

I provided an error log in a prior bug report.  Basically gnome-terminal never started correctly, not sure why.  Removing it forced the terminal-run to use lxterminal and everything works.
Botspot commented 6 months ago

If this is related to issue https://github.com/Botspot/pi-apps/issues/2568, please comment there and I can re-open it.