ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Как запустить qt-creator внутри хэшера ?
@ 2022-06-04  3:45 Ruslandh
  2022-06-04  4:10 ` Ilya Kurdyukov
  2022-06-07 10:10 ` Mikhail Novosyolov
  0 siblings, 2 replies; 7+ messages in thread
From: Ruslandh @ 2022-06-04  3:45 UTC (permalink / raw)
  To: ALT Linux Team development discussions


[-- Attachment #1.1.1: Type: text/plain, Size: 594 bytes --]

Есть какая-нибудь возможность запустить qt-creator внутри хэшера ?

$ qtcreator
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even 
though it was found.
This application failed to start because no Qt platform plugin could be 
initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, 
offscreen, vnc, xcb.

Очень не хочется ставить всё в рабочую систему 😉

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 657 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [devel] Как запустить qt-creator внутри хэшера ?
  2022-06-04  3:45 [devel] Как запустить qt-creator внутри хэшера ? Ruslandh
@ 2022-06-04  4:10 ` Ilya Kurdyukov
  2022-06-04  4:47   ` Ruslandh
  2022-06-07 10:10 ` Mikhail Novosyolov
  1 sibling, 1 reply; 7+ messages in thread
From: Ilya Kurdyukov @ 2022-06-04  4:10 UTC (permalink / raw)
  To: devel

Как вы запускаете hasher? Надо как-то так:

hsh-install <путь> xauth
hsh-shell -Y <путь>


On 6/4/22 10:45, Ruslandh wrote:
> Есть какая-нибудь возможность запустить qt-creator внутри хэшера ?
>
> $ qtcreator
> qt.qpa.xcb: could not connect to display
> qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even 
> though it was found.
> This application failed to start because no Qt platform plugin could 
> be initialized. Reinstalling the application may fix this problem.
>
> Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, 
> offscreen, vnc, xcb.
>
> Очень не хочется ставить всё в рабочую систему 😉
>
> _______________________________________________
> Devel mailing list
> Devel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [devel] Как запустить qt-creator внутри хэшера ?
  2022-06-04  4:10 ` Ilya Kurdyukov
@ 2022-06-04  4:47   ` Ruslandh
  2022-06-04  5:17     ` Andrey Savchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Ruslandh @ 2022-06-04  4:47 UTC (permalink / raw)
  To: devel


[-- Attachment #1.1.1: Type: text/plain, Size: 761 bytes --]

04.06.2022 07:10, Ilya Kurdyukov пишет:
> Как вы запускаете hasher? Надо как-то так:
> 
> hsh-install <путь> xauth
Что-то не находит такого
$ hsh-install xath
Чтение списков пакетов...
Построение дерева зависимостей...
E: Невозможно найти пакет xath


> hsh-shell -Y <путь>
> 
> 

hsh-shell -Y
hasher-priv: slave: execve: /usr/bin/xauth: No such file or directory
hasher-priv: slave: execve: /usr/X11R6/bin/xauth: No such file or directory
hasher-priv: master: recvmsg: unexpected EOF
hasher-priv: master: X11 forwarding disabled


rpm -qf /usr/bin/xauth
error: file /usr/bin/xauth: No such file or directory

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 657 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [devel] Как запустить qt-creator внутри хэшера ?
  2022-06-04  4:47   ` Ruslandh
@ 2022-06-04  5:17     ` Andrey Savchenko
  2022-06-04  5:28       ` Ruslandh
  0 siblings, 1 reply; 7+ messages in thread
From: Andrey Savchenko @ 2022-06-04  5:17 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 943 bytes --]

On Sat, 4 Jun 2022 07:47:16 +0300 Ruslandh wrote:
> 04.06.2022 07:10, Ilya Kurdyukov пишет:
> > Как вы запускаете hasher? Надо как-то так:
> > 
> > hsh-install <путь> xauth
> Что-то не находит такого
> $ hsh-install xath
> Чтение списков пакетов...
> Построение дерева зависимостей...
> E: Невозможно найти пакет xath

xauth, читайте внимательнее 
 
> > hsh-shell -Y <путь>
> > 
> > 
> 
> hsh-shell -Y
> hasher-priv: slave: execve: /usr/bin/xauth: No such file or directory
> hasher-priv: slave: execve: /usr/X11R6/bin/xauth: No such file or directory
> hasher-priv: master: recvmsg: unexpected EOF
> hasher-priv: master: X11 forwarding disabled
> 
> 
> rpm -qf /usr/bin/xauth
> error: file /usr/bin/xauth: No such file or directory


Best regards,
Andrew Savchenko

[-- Attachment #2: Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [devel] Как запустить qt-creator внутри хэшера ?
  2022-06-04  5:17     ` Andrey Savchenko
@ 2022-06-04  5:28       ` Ruslandh
  2022-06-04  6:58         ` Dmitry V. Levin
  0 siblings, 1 reply; 7+ messages in thread
From: Ruslandh @ 2022-06-04  5:28 UTC (permalink / raw)
  To: devel


[-- Attachment #1.1.1: Type: text/plain, Size: 749 bytes --]

04.06.2022 08:17, Andrey Savchenko пишет:
> On Sat, 4 Jun 2022 07:47:16 +0300 Ruslandh wrote:
>> 04.06.2022 07:10, Ilya Kurdyukov пишет:
>>> Как вы запускаете hasher? Надо как-то так:
>>>
>>> hsh-install <путь> xauth
>> Что-то не находит такого
>> $ hsh-install xath
>> Чтение списков пакетов...
>> Построение дерева зависимостей...
>> E: Невозможно найти пакет xath
> 
> xauth, читайте внимательнее
>   
>>> hsh-shell -Y <путь>

Спасибо, осталось понять, как увидеть его окно :-)

С ключом -X  увидел ;-)
А с Y нет.



[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 657 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [devel] Как запустить qt-creator внутри хэшера ?
  2022-06-04  5:28       ` Ruslandh
@ 2022-06-04  6:58         ` Dmitry V. Levin
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry V. Levin @ 2022-06-04  6:58 UTC (permalink / raw)
  To: devel

On Sat, Jun 04, 2022 at 08:28:12AM +0300, Ruslandh wrote:
> 04.06.2022 08:17, Andrey Savchenko пишет:
> > On Sat, 4 Jun 2022 07:47:16 +0300 Ruslandh wrote:
> >> 04.06.2022 07:10, Ilya Kurdyukov пишет:
[...]
> >>> hsh-shell -Y <путь>
> 
> Спасибо, осталось понять, как увидеть его окно :-)
> 
> С ключом -X  увидел ;-)
> А с Y нет.

Если с -X работает, то -Y не нужно.


-- 
ldv


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [devel] Как запустить qt-creator внутри хэшера ?
  2022-06-04  3:45 [devel] Как запустить qt-creator внутри хэшера ? Ruslandh
  2022-06-04  4:10 ` Ilya Kurdyukov
@ 2022-06-07 10:10 ` Mikhail Novosyolov
  1 sibling, 0 replies; 7+ messages in thread
From: Mikhail Novosyolov @ 2022-06-07 10:10 UTC (permalink / raw)
  To: devel

04.06.2022 06:45, Ruslandh пишет:
> Есть какая-нибудь возможность запустить qt-creator внутри хэшера ?
>
> $ qtcreator
> qt.qpa.xcb: could not connect to display
> qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
> This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
>
> Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
>
> Очень не хочется ставить всё в рабочую систему 😉

Еще можно через snr запускать, тогда и звук будет работать, если на хосте pulseaudio.

rootfs можно скачать здесь: https://jenkins.linuxcontainers.org/job/image-alt/

su -

apt-get install snr sudo

mkdir -p /var/lib/machines/rootfs1

cd /var/lib/machines/rootfs1

wget url.tar.xz

tar -xvf *.tar.xz

настроить sudo, чтоб ваш пользователь мог им пользоваться

exit

$ snr rootfs1





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-07 10:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-04  3:45 [devel] Как запустить qt-creator внутри хэшера ? Ruslandh
2022-06-04  4:10 ` Ilya Kurdyukov
2022-06-04  4:47   ` Ruslandh
2022-06-04  5:17     ` Andrey Savchenko
2022-06-04  5:28       ` Ruslandh
2022-06-04  6:58         ` Dmitry V. Levin
2022-06-07 10:10 ` Mikhail Novosyolov

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git