[PR #2925] [MERGED] :electron: Fix "Export" function on desktop app #4594

Closed
opened 2026-02-28 20:58:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2925
Author: @MikesGlitch
Created: 6/23/2024
Status: Merged
Merged: 6/25/2024
Merged by: @youngcw

Base: masterHead: fix/electron-save-file-linux


📝 Commits (2)

📊 Changes

2 files changed (+9 additions, -3 deletions)

View changed files

📝 packages/desktop-electron/index.js (+3 -3)
upcoming-release-notes/2925.md (+6 -0)

📄 Description

partial for: https://github.com/actualbudget/actual/issues/2907

The issue is due to this bug https://github.com/electron/electron/issues/42621

We're working around it by using the async version of the same function (which works)

Tested:

  • Windows
  • Linux AppImage
  • Linux Flatpak

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/2925 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix/electron-save-file-linux` --- ### 📝 Commits (2) - [`58ab26a`](https://github.com/actualbudget/actual/commit/58ab26a68eafd0c6e2dfdf7a632c3c99811e72ad) fix electron export file - [`3ca32a6`](https://github.com/actualbudget/actual/commit/3ca32a6afa0137859fdc0d4f20384a7db18791e9) add release notes ### 📊 Changes **2 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/index.js` (+3 -3) ➕ `upcoming-release-notes/2925.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> partial for: https://github.com/actualbudget/actual/issues/2907 The issue is due to this bug https://github.com/electron/electron/issues/42621 We're working around it by using the async version of the same function (which works) Tested: - Windows - Linux AppImage - Linux Flatpak --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:58:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4594