Skip to content
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

Converting "env" to the name of the program #170

Open
gholmann16 opened this issue May 18, 2022 · 0 comments
Open

Converting "env" to the name of the program #170

gholmann16 opened this issue May 18, 2022 · 0 comments

Comments

@gholmann16
Copy link
Contributor

I'm currently writing an appimage manager using libappimage, and I was testing integrating audacity. In audacity .desktop file, it's default Exec is Exec=env UBUNTU_MENUPROXY=0 audacity %F. When I use register_in_system(), the appimage gets stored in local share applications as, Exec=/etc/neptune/bin/audacity UBUNTU_MENUPROXY=0 audacity %F where /etc/neptune/bin is where audacity is located. This results in audacity trying and failing to open UBUNTU_MENUPROXY and audacity as music files and sees that they don't exist. That's all.

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

No branches or pull requests

1 participant