mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #8081] [Bug] Binary not found after installing RPM package on openSUSE Tumbleweed #3539
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#3539
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fwinn on GitHub (Jun 24, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8081
Bug Description
I installed the app in version 0.9.3 on Linux via the RPM package.
When I try to open the Desktop Entry, the binary file can not be found (
Could not find the program '/usr/bin/AppFlowy').Also, during installation, there is a signature verification issue, but I don't think that this is the issue because the installation finishes after ignoring that issue.
How to Reproduce
sudo zypper -v in AppFlowy-0.9.3-linux-x86_64.rpmExpected Behavior
The app opens.
Operating System
openSUSE Tumbleweed x86_64, KDE Plasma 6.4.0 [KF 6.15.0] [Qt 6.9.1] (wayland)
AppFlowy Version(s)
0.9.3
Screenshots
No response
Additional Context
Desktop Entry:
sudo zypper -v Output:
@LucasXu0 commented on GitHub (Jun 25, 2025):
Hi @fwinn, did you copy the AppFlowy binary to the bin folder?
@fwinn commented on GitHub (Jun 25, 2025):
Hi, no, isn't this normally done during the installation? If not, do I have to download it separately? There seem to be no binaries extracted or something during RPM installation, at least not in the working directory.
@mattipunkt commented on GitHub (Jun 26, 2025):
You seem to install the Binary to /usr/lib/AppFlowy. This is not part of PATH-Variable and therefore your system can not find the binary on /usr/bin...
@mattipunkt commented on GitHub (Jun 26, 2025):
Temporary workaround is to run the following command on your system with rpm:
@fwinn commented on GitHub (Jun 26, 2025):
Thanks, that worked for me!
@mattipunkt commented on GitHub (Jun 26, 2025):
Fastforge does not seem to offer the option to run postinstall-commands so you NEED to run this workaround afaik
@VlaK0r commented on GitHub (Jul 4, 2025):
@fwinn Hello! Please tell me, does the application window start normally? Maintains the position after closing. It opens like this for me every time. For some reason, it is shifted diagonally.
@fwinn commented on GitHub (Jul 4, 2025):
Yes, this does also happen on my installation. For a split second, there is a smaller blank screen in the center of the screen. I guess it then maximizes to full screen size, but just to the right and bottom relatively to the initial blank screen position without repositioning to center. But I guess this is a different issue, nothing related to the RPM package?
@VlaK0r commented on GitHub (Jul 4, 2025):
@fwinn I agree. But now I know that I'm not alone :)
@orangeng commented on GitHub (Sep 17, 2025):
Hi, would like to add that I face a similar issue installing the .rpm from the releases page.
I am on Fedora 42. I've managed to isolate the root issue. The
.desktopfile that is bundled points to/usr/bin/AppFlowyas the execution path, so clicking on the icon or launching it from a launcher will cause that path to be executed. However, the headers in the.rpmshow that the installation path for the actual binary is in/usr/lib/AppFlowy/AppFlowy.I suspect that the changes to be implemented are in the release config in
AppFlowy/.github/workflows/release.yml. If anyone could confirm this, I can try to fix it and open a PR.@aztrix commented on GitHub (Jan 25, 2026):
I can confirm that this is happening in openSUSE Tumbleweed-Slowroll 20260101 too, downloaded RPM from https://appflowy.com/downloaded this morning
Additional details: