-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Export app when it's not in $PATH #225
Comments
Seems reasonable yes |
Same thing happens for Webex desktop app |
Tried doing so with Intellij Idea that installs desktop file into I first thought exporting app actually exports desktop file, but i now ses it exports only application from $PATH when this will be implemented, is it possible to change --app to export actually desktop applications and not something from $PATH (make --bin without full path export binary from path meybe)? |
@tunix @Meister1593 latest commit is fixing this issue 👍 |
Okay i tried same thing with idea and it doesn't work if application has exported desktop file in local user folder path. For example, community idea by default can be installed anywhere and you usually launch it using Distrobox doesn't search for those paths and thus, fails to find it. |
@Meister1593 this is not flatpak related But a PR is open for this #291 |
Describe the bug
I've created an Ubuntu container into which I install beekeeper-studio. I use the DEB package to install. It installs itself into
/opt/Beekeeper Studio
and its binary is available at/opt/Beekeeper Studio/beekeeper-studio
. It also installs a desktop file at/usr/share/applications/beekeeper-studio.desktop
but when I try to export it, I get the following error:To Reproduce
Use the following Containerfile:
Expected behavior
I expect the desktop file to install on my host OS and the application to work.
Logs
Desktop:
Additional context
Maybe in addition to just looking for binaries within
$PATH
, we can also search for a.desktop
file and try to validate whether the executable it defines exists?The text was updated successfully, but these errors were encountered: