X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-CMAE-Analysis: v=2.4 cv=GMnNrsBK c=1 sm=1 tr=0 ts=5feb8848 a=+cj0cO56Fp8x7EdhTra87A==:117 a=I/X8gGLmIoroflNrf/eV8g==:17 a=9+rZDBEiDlHhcck0kWbJtElFXBc=:19 a=IkcTkHD0fZMA:10 a=zTNgK-yGK50A:10 a=ZLGELXoPAAAA:8 a=Mj1Xp5F7AAAA:8 a=wkS9IxThBiK5SY6Z7CQA:9 a=QEXdDO2ut3YA:10 a=CFiPc5v16LZhaT-MVE1c:22 a=OCttjWrK5_uSHO_3Hkg-:22 X-SECURESERVER-ACCT: glimrick AT epilitimus DOT com Subject: Re: [geda-user] gEDA 1.10.2 printing issues (was [ANNOUNCE]...) To: geda-user AT delorie DOT com References: <9cb1778f-8309-0550-e4a4-b32d8f9b1afd AT fastmail DOT com> <7b650ea3-093f-1a1d-7e93-8204150991f9 AT epilitimus DOT com> <98d7a00d-3c35-0aa3-3cb9-b6f536efdf21 AT fastmail DOT com> From: "Glenn (glimrick AT epilitimus DOT com) [via geda-user AT delorie DOT com]" Message-ID: Date: Tue, 29 Dec 2020 11:49:17 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.3 MIME-Version: 1.0 In-Reply-To: <98d7a00d-3c35-0aa3-3cb9-b6f536efdf21@fastmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2plcpnl0121.prod.iad2.secureserver.net X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - epilitimus.com X-Get-Message-Sender-Via: a2plcpnl0121.prod.iad2.secureserver.net: authenticated_id: glimrick AT epilitimus DOT com X-Authenticated-Sender: a2plcpnl0121.prod.iad2.secureserver.net: glimrick AT epilitimus DOT com X-Source: X-Source-Args: X-Source-Dir: X-CMAE-Envelope: MS4xfJWHUsiBhyhGXPQ82bfdEdK0/ivOMwsXH/Cw7sn73Qt6JybQS66pS8+u81MG8t5GRCYpVnYZPTzGmvDk3Jdof6T8M+0pDkufGAxvymk2zP0vSzDYnbAI us8bMhVRyWyySdj1b2/wqK8n4oSq5xxJZ9yocQ3PuswiIZua7I+ZjT3JoUU3LNvBEXdvVfNLC+G8BlkroH6cKHvkj2KGGV6uIUEDSRrCCPh3LFOH8/MdBbza Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com] wrote: > > Glenn, > > When I shut down X yesterday, sure enough, I saw a GDbus error. So I > copied it down before I logged out: > > > > (thunderbird:1948): Gtk-WARNING **: Unknown paper size Custom Size 1 > > **(thunderbird:1948):WARNING **: > GDbus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name > org.freedesktop.avahi was not provided by any .service files > > **(thunderbird:1948):WARNING **: > GDbus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name > org.freedesktop.avahi was not provided by any .service files > > (thunderbird:1948): Gtk-WARNING **: Unknown paper size Custom Size 1 > > > > Note that "Custom Size 1" paper size is a size I made years ago for > Firefox to print properly. I am not sure this size is needed any > longer, but my Firefox is still using it in the default print dialog. > > These two errors look different, but notice the ID is the same (1948) > and all from thunderbird, so I assume they are all connected. > > Since the X log does not timestamp the entries, I cannot say if these > errors occurred from my shutdown or prior to shutdown sometime. I just > checked the log in the F1 terminal and it does have similar GDBus > entries, but for Firefox, not thunderbird, but still for "Custom Size > 1" and avahi. So, it could be occurring before shutdown, where > anything can happen. > > This message is similar to what I get in red in the gschem status > window when I open the print dialog: > > GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name > org.freedesktop.Avahi was not provided by any .service > filesGDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The > name org.freedesktop.Avahi was not provided by any .service files > > Similar, but not identical. Note that it is doubled, similar to the > messages from thunderbird. > > I will try changing Mozilla's print dialog to select another default > standard paper size and see if that will work for me. If it does, I > can delete my "Custom Size 1" size and see what happens. > > HTH. > > Girvin > > I am just guessing here but the 1948 is probabliy the PID thunderbird was running as so it would make sense that they all have the same #. All the warnings mean is that thunderbird made a request on the dbus and that request didn't succeed. Again as a guess thunderbird was probably trying to find out which printers supported that paper size. Lots of things use dbus, and anything that does so via gnome will be prone to issuing gdbus errors/warnings because that is the gnome implementation of the dbus interface. Avahi seems to be fairly widely used for service discovery. Based on what I know so far I don't think the dbus message is connected to the hotkey problem and is probably an artifact of Slackware being bare bones. By which I mean the Volkerding focuses on producing a basic working system, rather than trying to produce a system that has every possible whizbang on it. Makes the user work a bit more, but you gain a better understanding of how the system works, IMO. Sometimes software that is ubiquitous, but not mission critical, gets left out to be added if the users want it. I think avahi falls into the category. Another guess, there are two messages because based on my quick review of the gtk print backend it makes a primary attempt at service discovery and then a fallback attempt if the primary fails. But I haven't run the code in a debugger to know for certain. While they look ominous they are really only informational and not what I would consider and "ERROR". If you had avahi running and got this then yes it is important, but not in this case. Just my $0.02 worth. B) Glenn