sebma

Results 128 comments of sebma

I can ssh to my Jolla smartphone and it's OS (SailFishOS) is a true Linux unlike Android devices :)

There's been no commit since Aug 7, 2018, is this project is dead ?

I have the same pb. on my BV9500Pro, it's related to [issue#20](../issues/20)

@dkanada Hi, did you get some time to fix this issue ?

I have the same pb. on my BV9500Pro, it's related to [issue#30](../issues/30)

@framethrower I have the same pb. : ``` $ time DEBUG='castnow*' castnow https://youtube.com/v/RZW7eTbT1Mk castnow volume step: 0.02 +0ms castnow launching... +2ms castnow:stdin [ { path: 'https://youtube.com/v/RZW7eTbT1Mk' } ] +3ms castnow...

I managed to build `conky` on Ubuntu 18.04 by installing these dependencies : ```bash $ git clone https://github.com/brndnmtthws/conky .... $ sudo apt install -V cmake libncurses5-dev libx11-dev libxdamage-dev libxinerama-dev libxext-dev...

The `own_window_type = 'desktop'` should be the answer but that doesn't work, see issue #665.

> own_window_type = 'normal', > own_window_hints = 'undecorated,below,skip_taskbar,sticky', @whtyger That does not work on all workspaces. I use `conky-all` package from KUbuntu 20.04 LTS.

@whtyger I use `conky-all` `v1.10.8-1build3` on `KUbuntu 20.04.5` and I get this `xprop` output : ```shell $ xprop _NET_WM_STATE _NET_WM_STATE(ATOM) = _NET_WM_STATE_BELOW, _NET_WM_STATE_SKIP_TASKBAR, _NET_WM_STATE_SKIP_PAGER $ ```