Pretty late bump

On Wed, Dec 26, 2012 at 8:48 AM, Oon-Ee Ng <[email protected]> wrote:
> On Mon, Dec 24, 2012 at 6:26 PM, Uli Schlachter <[email protected]> wrote:
>> On 24.12.2012 01:40, Oon-Ee Ng wrote:
>>> 1. How to unmanage rainlendar (a desktop calendar app). Possible
>>> reference - https://bbs.archlinux.org/viewtopic.php?id=129811 - in 3.4
>>> it showed in all tags (it still does) but did not show in the lists
>>> (now it does, which is annoying) for a particular tag.
>>
>> So it is sticky, but it no longer has skip_taskbar set? Could you get us 
>> xprop
>> output for rainlendar? (Open terminal, "xprop", click rainlender)
>
> Its right at the bottom. NET_WM_STATE_SKIP_TASKBAR looks set.
>>
>>> 2. This is really simple, I know, but how do I add a separator textbox
>>> (used to do this with
>>> myseparator = widget({ type = "textbox" })
>>> myseparator.text = " | "
>>> ) to my wibox?
>>
>> Just keep doing this?
>>
>> myseparator = wibox.widget.textbox(" | ")
>>
>> (somewhen later)
>>
>> foo:add(myseparator)
>
> Thanks, will try this out.
>>
>>> Thanks for a painless upgrade =)
>>
>> Hm. So we have to make things worse next time....
>
> Bring it on =) I use Arch, after all =p
>
> _NET_WM_USER_TIME(CARDINAL) = 22509462
> _NET_WM_DESKTOP(CARDINAL) = 0
> WM_STATE(WM_STATE):
>         window state: Normal
>         icon window: 0x0
> _NET_WM_STATE(ATOM) = _NET_WM_STATE_STICKY,
> _NET_WM_STATE_SKIP_TASKBAR, _NET_WM_STATE_BELOW
> WM_HINTS(WM_HINTS):
>         Client accepts input or input focus: True
>         Initial state is Normal State.
>         window id # of group leader: 0x2c00001
> XdndAware(ATOM) = BITMAP
> _MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5,
> 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
> _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x3, 0x21, 0x0, 0x0, 0x0
> _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 46137387
> _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DOCK
> _NET_WM_USER_TIME_WINDOW(WINDOW): window id # 0x2c0002a
> WM_CLIENT_LEADER(WINDOW): window id # 0x2c00001
> _NET_WM_PID(CARDINAL) = 27661
> WM_LOCALE_NAME(STRING) = "en_GB.UTF-8"
> WM_CLIENT_MACHINE(STRING) = "ngoonee-laptop"
> WM_NORMAL_HINTS(WM_SIZE_HINTS):
>         program specified location: 0, 0
>         program specified minimum size: 180 by 170
>         program specified maximum size: 180 by 170
>         window gravity: Static
> WM_PROTOCOLS(ATOM): protocols  WM_DELETE_WINDOW, WM_TAKE_FOCUS,
> _NET_WM_PING, _NET_WM_SYNC_REQUEST
> WM_CLASS(STRING) = "rainlendar", "Rainlendar"
> WM_ICON_NAME(STRING) = "rainlendar"
> _NET_WM_ICON_NAME(UTF8_STRING) = "rainlendar"
> WM_NAME(STRING) = "rainlendar"
> _NET_WM_NAME(UTF8_STRING) = "rainlendar"

-- 
To unsubscribe, send mail to [email protected].

Reply via email to