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

[Bug] Linux Mint click .deb "unable to open myapp.deb The package may be corrupted, or you don't have permissions to access it. Check the file permissions." #892

Open
1 of 2 tasks
lguigo22 opened this issue Jan 15, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@lguigo22
Copy link

lguigo22 commented Jan 15, 2025

Search before asking

  • 我在 issues 列表中搜索,没有找到类似的内容。
    I searched in the issues and found nothing similar.

Pake version

3.1.1

System version

Linux Mint 21.2 Cinnamon

Node.js version

20.17

Minimal reproduce step

building is OK but .deb problem

➜ ~ pake https://xxx.rrrr.fr/ --name activites --multi-arch --targets deb
✼ No icon given, default in use. For a custom icon, use --icon option.
✸ Installing package...

up to date in 297ms

69 packages are looking for funding
✔ Package installed!
pakeConfig {
windows: [
{
url: 'https://xxx.rrrr.fr/',
url_type: 'web',
hide_title_bar: false,
fullscreen: false,
width: 1200,
height: 780,
resizable: true,
always_on_top: false,
dark_mode: false,
activation_shortcut: '',
disabled_web_shortcuts: false
}
],
user_agent: {
macos: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15',
linux: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',
windows: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'
},
system_tray: { macos: false, linux: false, windows: true },
system_tray_path: '/home/me/.nvm/versions/node/v20.17.0/lib/node_modules/pake-cli/src-tauri/png/icon_512.png',
inject: [],
proxy_url: ''
}
✶ Building app...

[email protected] build
npm run tauri build --release
✺ Building app...

[email protected] tauri
tauri build
✶ Building app...
Finished release profile [optimized] target(s) in 35.85s
Built application at: /home/me/.nvm/versions/node/v20.17.0/lib/node_modules/pake-cli/src-tauri/target/release/pake
Bundling activites_1.0.0_amd64.deb (/home/me/.nvm/versions/node/v20.17.0/lib/node_modules/pake-cli/src-tauri/target/release/bundle/deb/activites_1.0.0_amd64.deb)
Finished 1 bundle at:
/home/me/.nvm/versions/node/v20.17.0/lib/node_modules/pake-cli/src-tauri/target/release/bundle/deb/activites_1.0.0_amd64.deb

✔ Build success!
✔ App installer located in /home/me/activites.deb

What did you expect to see?

working executable file

What did you see instead?

bad executable file
image

or

➜ ~ gdebi activites.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Failed to open software package
This package may be corrupted, or you do not have permissions to access it. Check the file permissions.

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@lguigo22 lguigo22 added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant