Re: Random error?

2015-08-18 Thread Uli Schlachter
Hi,

Am 17.08.2015 um 01:54 schrieb Abraham Baker:
 I just got this random error that occured without any kind of trigger:
 Oops, an error happened!
 /usr/share/lua/5.3/lgi/component.lua:302: bad arg #2 to 'element'
 (Pango.Layout expected, got userdata)

I assume this is from the red popup that appears on errors? Could you also check
standard error output if it says anything more useful?
The following might be able to tell you where standard error is sent to:

 $ ls -l /proc/$(pidof awesome)/fd/2

Besides that, I don't have any good ideas or suggestions. Sorry.

[...]
 In the future, would it be better to send info about bugs like this to
 https://github.com/awesomeWM/awesome/issues , or is this mailing list just
 as good?

Either one is fine by me.

Cheers,
Uli
-- 
- Captain, I think I should tell you I've never
  actually landed a starship before.
- That's all right, Lieutenant, neither have I.

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.


Random error?

2015-08-16 Thread Abraham Baker
Hi,

I just got this random error that occured without any kind of trigger:
Oops, an error happened!
/usr/share/lua/5.3/lgi/component.lua:302: bad arg #2 to 'element'
(Pango.Layout expected, got userdata)

This happened many hours after I booted up; I haven't restarted awesome by
itself today for any reason, and I haven't changed any config settings
today.

I'm using Arch but I haven't updated very recently; I'll update and see if
that prevents this from happening again.

The only thing that I can think of that might have caused this error is
that I've suspended/resuspended a lot today, which sometimes causes
problems like the taskwarrior server quitting and failing to restart.

This error itself doesn't seemed to have broken anything.

In the future, would it be better to send info about bugs like this to
https://github.com/awesomeWM/awesome/issues , or is this mailing list just
as good?

Thank you,
Abe