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

Multiple linux issues when testing production build #4059

Open
2 of 3 tasks
nadr0 opened this issue Oct 1, 2024 · 5 comments
Open
2 of 3 tasks

Multiple linux issues when testing production build #4059

nadr0 opened this issue Oct 1, 2024 · 5 comments
Assignees
Labels
desktop-app Issues from the desktop app.

Comments

@nadr0
Copy link
Collaborator

nadr0 commented Oct 1, 2024

During the cut release process we use this manual check list. I did a cut release with Frank yesterday and ran through the linux checklist and there are several linux issues.

This issue is to list all of the linux problems I saw, we can break this out into individual issues if needed.

  • ❗ (Does not work on linux) mod + shift + ., cannot open the coredump feature with this command. It does not work.
  • ❗ (Does not work on linux) double click to open files from finder opens new window each time (mac/windows). After installing the production application I could not double click .kcl files in my file explorer and have it automatically open in ZMA.
  • The ZMA icon does not appear in the file explorer or toolbar.

Screenshot from 2024-10-01 09-45-19
Screenshot from 2024-09-30 13-48-13

The version of linux I am using

PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
@nadr0 nadr0 added the desktop-app Issues from the desktop app. label Oct 1, 2024
@pierremtb
Copy link
Collaborator

Related to #4511

@TomPridham
Copy link
Contributor

I have a partial fix for the icon not showing up in #4554 . I couldn't figure out how to get the icon to show up in the file tree tho

@pierremtb pierremtb self-assigned this Nov 25, 2024
@pierremtb
Copy link
Collaborator

pierremtb commented Nov 26, 2024

Pretty convinced at this point that the icon comes from free already with electron-builder, but appimaged is needed on the target system for it to be picked up. See comment at #4554 (comment).

Image

@TomPridham
Copy link
Contributor

Re: the CoreDump hotkeys not working. It's because the key changes when shift is pressed and that causes it to not get picked up by the library.
Image
The maintainer has an issue he commented on a while back: JohannesKlauss/react-hotkeys-hook#1064 that attempts to address it. His patch didn't work when I tried it, but changing the key combination to mod + shift + > or mod + alt + . caused it to get picked up correctly

@pierremtb
Copy link
Collaborator

Checked two boxes in the original description (icon and open with...) are both are now okay. Instructions were written and part of this PR #4592

The coredump one still needs to be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop-app Issues from the desktop app.
Projects
None yet
Development

No branches or pull requests

3 participants