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

Scaling on Linux ignores non multiples of 100 #617

Open
shrippen opened this issue Nov 29, 2023 · 5 comments
Open

Scaling on Linux ignores non multiples of 100 #617

shrippen opened this issue Nov 29, 2023 · 5 comments
Labels

Comments

@shrippen
Copy link

Setup

5.7.4, installed via snapd on Arch Linux

Interface

  • Flutter: [x]
  • React: []
  • Both: []

Describe the bug

The flutter app only scales 100, 200 and 300%. 150% is ignored. This makes usage tiresome on my eyes.

Expected Behavior

Flutter app scales on 125, 150, 175% etc.

@shrippen shrippen changed the title Scaling on Linux Scaling on Linux ignores non multiples of 100 Nov 29, 2023
@hillelcoren hillelcoren transferred this issue from invoiceninja/invoiceninja Nov 29, 2023
@hillelcoren
Copy link
Member

It's possible installing the app through Flatpak will help.

https://flathub.org/apps/com.invoiceninja.InvoiceNinja

There's also an option to set the font size on Settings > Device Settings.

@shrippen
Copy link
Author

shrippen commented Dec 5, 2023

The flatpak version doesn't launch, unfortunately. I also saw that I can increase the font size. That works but is kinda ugly because it makes the interface really condensed.

@hillelcoren
Copy link
Member

Do you see any errors when trying to launch the Flatpak app?

@cmmata
Copy link

cmmata commented Jan 7, 2024

At least on Fedora 39, installing InvoiceNinja via flatpak generates this command to execute the app from the menu, and throws the error

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=invoiceninja_client com.invoiceninja.InvoiceNinja
bwrap: execvp invoiceninja_client: No such file or directory

@hillelcoren
Copy link
Member

What happens if you try: /usr/bin/flatpak run com.invoiceninja.InvoiceNinja

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants