Skip to content

feat(linux-arm): add ARM Linux build support and GTK init fix#1

Open
VectorJet wants to merge 23 commits intomainfrom
linux-arm-build
Open

feat(linux-arm): add ARM Linux build support and GTK init fix#1
VectorJet wants to merge 23 commits intomainfrom
linux-arm-build

Conversation

@VectorJet
Copy link
Copy Markdown
Owner

Summary

  • Add aarch64 (ARM Linux) build instructions to docs/BUILDING.md
  • Add gtk::init() in tauri-runtime-cef before system tray creation
  • Fixes "GTK has not been initialized" panic on ARM Linux builds

Problem

ARM Linux builds (aarch64) fail at startup with:

thread 'main' panicked at 'GTK has not been initialized. Call `gtk::init` first.'

Solution

Added gtk::init().ok() in vendor/tauri-cef/crates/tauri-runtime-cef/src/lib.rs after CEF initialization.

Testing

  • Built successfully with pnpm tauri build --target aarch64-unknown-linux-gnu
  • Binary runs on ARM Linux with display

VectorJet and others added 5 commits April 23, 2026 15:35
- Document aarch64 build process in BUILDING.md
- Add gtk::init() in tauri-runtime-cef before tray creation
- This fixes 'GTK has not been initialized' panic on ARM Linux
- Add aarch64 build and run instructions to BUILDING.md
- Add gtk::init() before tray creation in tauri-runtime-cef
- Fixes 'GTK has not been initialized' panic on ARM Linux
…e externalBin

- Migrate package.json scripts from yarn to pnpm
- Add linux deb bundle config with empty depends in tauri.conf.json
- Remove duplicate externalBin key in tauri.conf.json
- Add pnpm workspace and lockfiles

Amp-Thread-ID: https://ampcode.com/threads/T-019dbb86-6270-709c-ba2e-0dc4ed254adc
Co-authored-by: Amp <amp@ampcode.com>
The commit 4fc849cc is not yet available in the remote. Using
the latest available commit c8ece7c78 from origin/feat/cef.

The GTK init fix is available via separate PR:
tinyhumansai/tauri-cef#8
oxoxDev and others added 18 commits April 24, 2026 17:23
) (tinyhumansai#833)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
…only IDB) (tinyhumansai#735)

Co-authored-by: Jwalin Shah <jshah1331@gmail.com>
…loses tinyhumansai#627) (tinyhumansai#890)

- Add Sentry debug symbol upload step to the CI pipeline for production builds.
- Implement a helper script for manual symbol uploads with OS and architecture detection.
- Configure automatic Sentry release creation and commit association on main branch pushes.
- Refine Sentry CLI parameters to correctly handle shallow clones and debug ID indexing.
- Initialize CHANGELOG.md to track project changes and infrastructure updates.
- Update workflow permissions to allow Sentry to read action metadata for commit mapping.

Closes tinyhumansai#627

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
…ng (tinyhumansai#896)

Co-authored-by: unn-Known1 <unn-known1@users.noreply.github.com>
Resolved conflicts:
- package.json: keep main's pinned pnpm SHA (workspaces now defined in pnpm-workspace.yaml)
- app/src-tauri/tauri.conf.json: keep main's explicit deb depends list
- docs/BUILDING.md: keep main's version-agnostic run/install snippets
- pnpm-lock.yaml, app/pnpm-lock.yaml: take main's lockfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants