Hello!
Sorry for a question which probably looks quite dumb, but I can't
figure out how to clone Trinity sources via usual ssh protocol (as
opposite to http:// URL). I uploaded a public ssh key via web
interface here https://mirror.git.trinitydesktop.org/gitea/user/settings/keys
and now I need to know which is the host of ssh server and which
username should I use (for example on GITHUB the server is
"github.com" and the user name is always "git")
Here is what usually do with services like GITHUB or GITLAB: just a
short piece of ~/.ssh/config file
Host github
Hostname github.com
User git
and then I can clone stuff just by "git clone github:ilyad/snake"
So please help me to set Hostname and User values correctly.
Cheers,
-- Ilya D.
Hello !
I would like to compile Trinity from sources (cloned from
irror.git.trinitydesktop.org/gitea) and test/debug it. Are there
somewhere building instructions?
Cheers,
-- Ilya D.
Hi,
I wonder what happened to the pinentry-tqt I ported and let be included in
the gnupg repository.
I know we discussed at one point, but could not find any trace.
thanks
I started to report a bug about this, but I couldn't recreate. :p
What happened:
Two days ago I upgraded Pentium D (64 bit dual core) Tumbleweed host gx620
to 20191112, which failed to upgrade TDE from 14.0.4 to 14.0.6. I used the
resulting configuration to QA
http://bugs.pearsoncomputing.net/show_bug.cgi?id=3027
and related openSUSE and upstream bugs over recent days. Today I logged
into a TDE session and ran zypper -v dup, which brought TW from 20191112 to
20191116 and TDE from 14.0.4 to 14.0.6. Since exiting that session it has
been impossible to make TDM run, or startx a TDE session.
A WINDOWMANAGER=/usr/bin/icewm startx session works normally, so Xorg is
working as expected. zypper ve shows no TDE-related issues.
Tail of xdm status:
Nov 18 15:08:47 gx620 display-manager[958]: Starting service tdm..done
Nov 18 15:08:47 gx620 systemd[1]: display-manager.service: Can't open PID file /run/displaymanager.pid (yet?) after start: No such file or directory
Nov 18 15:08:48 gx620 systemd[1]: Started X Display Manager.
Similar error shows up in journal.
WINDOWMANAGER=/opt/trinity/bin/starttde startx from vtty login also fails. A window pops up saying:
Could not start tdeinit. Check your installation.
No .xsession-errors is generated.
Two days ago I upgraded AMD Sempron 3000+ (single core 64 bit) Tumbleweed host
k8mmv to 20191112, which succeeded to upgrade TDE from 14.0.4 to 14.0.6. Today
I upgraded it from 20191112 to 20191116. It still works as expected.
Two days ago I upgraded Core2Duo (64 bit dual core) Tumbleweed host gx78b to
20191112, which succeeded to upgrade TDE from 14.0.4 to 14.0.6. Today I upgraded
it from 20191112 to 20191116. It still works as expected.
http://fm.no-ip.com/Tmp/Linux/TDE/gx620/ has logs from gx620:
dmesg
journal tail
/var/log/tdm.log
systemctl status xdm
/var/log/Xorg.0.log
latest .xsession-errors (from TDE session in which upgrades were performed)
http://fm.no-ip.com/Tmp/Linux/TDE/gx620/newbuglogs.tgz contains all of the above.
Any suggestions how to fix this?
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Dr. Nikolaus Klepp wrote:
> What about using "pidof" inside a popen() call? If returns number ->
> program lives, if not, it's not running.
>
Hi,
I ended up with a mixture of dcop and your suggested pidof inside a popen().
pidof inside popen() I can use for non TDE application. dcop I used for TDE
unique application. It works nice.
thank you
regards