Your message dated Sun, 21 Apr 2024 16:16:25 +0200
with message-id <[email protected]>
and subject line Re: screenruler just shows white bar
has caused the Debian Bug report #1069282,
regarding screenruler just shows white bar
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1069282: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069282
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: screenruler
Version: 1.2.1-1
Severity: normal
( Well I don't know where to report...
https://salsa.debian.org/georgesk/screenruler does not have
"reporting bugs", only accepting merge request.
https://bugs.launchpad.net/screenruler/ does not seem to be
the current upstream, so for now I report to debian bug tracker )
Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=2275166
Looks like the issue
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006168#20
is still happening.
Trying to use screenruler 1.2.1 on either Fedora 40 / 39 on LXDE,
screenruler at startup just shows a white bar. And when
I launch "Setting" dialog and change some settings (like font),
the foreground gets visible.
So I've checked what screenruler does when changing settings,
then it calls on_style_changed. Then after I change screenruler like:
```
diff -urp screenruler-upstream-1.2.orig/screenruler.rb
screenruler-upstream-1.2/screenruler.rb
--- screenruler-upstream-1.2.orig/screenruler.rb 2022-07-11
03:02:22.000000000 +0900
+++ screenruler-upstream-1.2/screenruler.rb 2024-04-17 21:34:52.684817344
+0900
@@ -91,6 +91,8 @@ puts _('Reading settings...')
puts _('Presenting ruler...')
$ruler_window.present
+ $ruler_window.show_all
+ $ruler_window.queue_draw
begin
Gtk.main
```
it looks like screenruler gets visible even at startup.
Would you investigate what is happening?
Regards,
Mamoru
--- End Message ---
--- Begin Message ---
Hi Mamoru,
you are reporting a bug which occured with a Fedora-based Gnulinux
system.
If you have installed screenruler by using Debian's package from
https://packages.debian.org/trixie/screenruler , errors can still arise
because of the differences of libraries between Debian and Fedora. The
same package which runs correctly with Debian can fail with Fedora, just
because of some differences in dependencies.
I shall close this bug report now. Please reopen it if you can reproduce
the same bug inside a Debian "trixie" distribution.
By the way, if you installed screenruler from a Fedora package, you
might want to report the bug elsewhere, see
https://docs.fedoraproject.org/en-US/quick-docs/bugzilla-an-introduction/
Best regards, Georges.
Mamoru TASAKA a écrit :
> Package: screenruler
> Version: 1.2.1-1
> Severity: normal
>
> ( Well I don't know where to report...
> https://salsa.debian.org/georgesk/screenruler does not have
> "reporting bugs", only accepting merge request.
> https://bugs.launchpad.net/screenruler/ does not seem to be
> the current upstream, so for now I report to debian bug tracker )
>
> Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=2275166
>
> Looks like the issue
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006168#20
> is still happening.
>
> Trying to use screenruler 1.2.1 on either Fedora 40 / 39 on LXDE,
> screenruler at startup just shows a white bar. And when
> I launch "Setting" dialog and change some settings (like font),
> the foreground gets visible.
>
> So I've checked what screenruler does when changing settings,
> then it calls on_style_changed. Then after I change screenruler like:
>
> ```
> diff -urp screenruler-upstream-1.2.orig/screenruler.rb
> screenruler-upstream-1.2/screenruler.rb
> --- screenruler-upstream-1.2.orig/screenruler.rb 2022-07-11
> 03:02:22.000000000 +0900
> +++ screenruler-upstream-1.2/screenruler.rb 2024-04-17 21:34:52.684817344
> +0900
> @@ -91,6 +91,8 @@ puts _('Reading settings...')
> puts _('Presenting ruler...')
> $ruler_window.present
> + $ruler_window.show_all
> + $ruler_window.queue_draw
> begin
> Gtk.main
> ```
>
> it looks like screenruler gets visible even at startup.
> Would you investigate what is happening?
>
> Regards,
> Mamoru
>
--
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70
signature.asc
Description: PGP signature
--- End Message ---