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

Changing drawing color works on Windows but not on linux #637

Closed
zBennyAnd opened this issue Apr 21, 2023 · 1 comment
Closed

Changing drawing color works on Windows but not on linux #637

zBennyAnd opened this issue Apr 21, 2023 · 1 comment
Labels
resolved This is resolved

Comments

@zBennyAnd
Copy link

Describe the bug
Here is the problem: when I draw something and than I try to select it and change its color it doesn't work on linux: the color doesn't change.
However same steps work on windows (Using mingw I built the code of the same version I use on linux).

Expected behavior
Color should change.

** Console Output **
I tried:
flatpak --env=RUST_LOG=rnote=debug --env=RUST_BACKTRACE=1 run com.github.flxzt.rnote
2023-04-21T20:25:05.904Z DEBUG rnote::app::imp > ... env_logger initialized
(rnote:2): Gtk-CRITICAL **: 22:25:37.814: The layout manager of type GtkBoxLayout 0x55e8f4db9420 does not create GtkLayoutChild instances

Videos
Here some videos to explain better:
Linux
giflinux
Version:
Schermata del 2023-04-21 22-10-52

Windows
win gif

Version:
photo_2023-04-21_22-20-23

Linux pc:

  • OS: Manjaro
  • Version: 22.1.0
  • Installation source: I tried both flatpak and official manjaro's repository
  • Desktop Environment: Gnome 43.4

Windows pc:

  • OS: Windows
  • Version: 11
  • Installation source: I've cloned git repository

Thank you ;)

@flxzt
Copy link
Owner

flxzt commented Apr 21, 2023

it's simple: changing the color of existing strokes is a feature that is not yet included in a release. ( #563). If you build from source on linux, it would work there as well

@flxzt flxzt closed this as completed Apr 21, 2023
@flxzt flxzt added the resolved This is resolved label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved This is resolved
Projects
None yet
Development

No branches or pull requests

2 participants