antares icon indicating copy to clipboard operation
antares copied to clipboard

Wayland fractional scaling support

Open 64knl opened this issue 1 year ago • 7 comments

Is your feature request related to a problem? Please describe. When running GNOME 44 with wayland the desktop support fractional scaling, but electron apps do not support this. As a result texts will show blurry on screen.

image

Describe the solution you'd like When starting antares with this command, all texts appear crisp:

antares --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland

image

Describe alternatives you've considered It's possible to set these parameters in configuration, but it would be nice if it automagically worked.

64knl avatar Apr 12 '23 13:04 64knl

not sure if related, but the mouse cursor is too small when used on high res screen

apedicdev avatar Nov 03 '23 17:11 apedicdev

not sure if related, but the mouse cursor is too small when used on high res screen

Are you using flatpak version?

Fabio286 avatar Nov 06 '23 07:11 Fabio286

Yes

apedicdev avatar Nov 06 '23 08:11 apedicdev

Yes

Its something related to flatpak sanboxed environment. Please try this solution and let me know if works. Alternatively can you tell me if you notice same issues running AppImage version of Antares?

I recently released Antares as a flatpak, and any feedback that allows me to optimize it for this environment is very valuable.

Fabio286 avatar Nov 06 '23 08:11 Fabio286

Hi Fabio,

the AppImage works fine so I've tried the flatpak solution but the issue persists. Actually I don't have it on any other flatpak app. Thanks for the support tho!

apedicdev avatar Nov 06 '23 14:11 apedicdev

I fixed the cursor being extremely small by adding the following to ~/.local/share/flatpak/overrides/it.fabiodistasio.AntaresSQL:

[Environment]
XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons

(with flatseal, add XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons to the Environment variables)

JustinLex avatar Jan 02 '24 19:01 JustinLex

I fixed the cursor being extremely small by adding the following to ~/.local/share/flatpak/overrides/it.fabiodistasio.AntaresSQL:

[Environment]
XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons

(with flatseal, add XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons to the Environment variables)

Thank you for suggestion, i will add natively on next release.

Fabio286 avatar Jan 03 '24 08:01 Fabio286