mailing-list for TeXmacs Users

Text archives Help


Re: Constant Use of 100% CPU


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: TeXmacs Users List <address@hidden>
  • Subject: Re: Constant Use of 100% CPU
  • Date: Tue, 28 Jul 2020 23:09:10 +0800
  • Arc-authentication-results: i=1; mx.zoho.com.cn; spf=pass smtp.mailfrom=address@hidden; dmarc=pass header.from=<address@hidden> header.from=<address@hidden>
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com.cn; s=zohoarc; t=1595948951; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=D2leT6hi+l5JEeXUwnwLsWYqOss5NYe6I8FDXrYpZYY=; b=BiiEXm12xjaZ9HBd5wVmOGuH9OikLbnctxEIrpefIVABTwTEPWo5OME1CARggUVgnx0Q8C/eGsE0DlxBHP/K5hrzJgnGSwYOaFUZbQHfrr3HABZeGG+UfVexcX78lf3gSlN6HLIt9bRKEPfzB5Jakd/m9aEw3uZFoWFs4hfs9+o=
  • Arc-seal: i=1; a=rsa-sha256; t=1595948951; cv=none; d=zoho.com.cn; s=zohoarc; b=lX5ckpBaSS4uGaC1o9jb2DN7imzJDQdZTGJ7oPmPP/dX17jR6BUIrGoQscrEk6PivFJZA8YLnGOgSL+ZhW2eSSMt7X0T+furu7zFIzwgvjm9vDADAVTof3p3dfIfF9jSy0u4Xv7x/FkPZtRPJ8XzYMu+kZavUCPPzRVjrTGkC4E=

I don't need to include QPainterPath on debian sid (the latest).

That's another reason why I didn't merge this PR:

https://github.com/texmacs/texmacs/pull/43

On 2020/7/28 下午11:04, Sebastian Miele wrote:
Sebastian Miele <address@hidden>:
Darcy Shen <address@hidden>:
How did you compile TeXmacs? By CMake or autotools?
Compiling and installing by:

[..]
All that after applying a patch to the sources that does

-#!/usr/bin/env python
+#!/usr/bin/env python2

on all files that contain a match of 'env python$', and that does

+#include <QPainterPath>

on src/Plugins/Qt/QTMStyle.cpp and src/Plugins/Qt/qt_renderer.cpp (see
my two recent posts on texmacs-dev).




Archive powered by MHonArc 2.6.19.

Top of page