SDRausty / TermuxArch

You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
https://sdrausty.github.io/TermuxArch/
Other
1.4k stars 162 forks source link

usage: vncserver <display> #272

Closed Maxython closed 3 years ago

Maxython commented 3 years ago

I installed tigervnc, but when I start vncserver I get usage: vncserver <display>.

Installation process

[max@localhost ~]$ sudo pci tigervnc
==> Running TermuxArch command pci tigervnc v2.0.434...
:: Обновление баз данных пакетов...
 core не устарел
 extra не устарел
 community не устарел
 alarm не устарел
 aur не устарел
 archstrike не устарел
 blackarch не устарел
:: Запускается полное обновление системы...
разрешение зависимостей...
проверка конфликтов...
                                                                       Пакеты (1) tigervnc-1.11.0-6

Будет установлено:  5,81 MiB

:: Приступить к установке? [Y/n]
(1/1) проверка ключей                              [#############] 100%
(1/1) проверка целостности пакета                  [#############] 100%
(1/1) загрузка файлов пакетов                      [#############] 100%
(1/1) проверка конфликтов файлов                   [#############] 100%
:: Обработка изменений пакета...
(1/1) установка tigervnc                           [#############] 100%
Дополнительные зависимости для 'tigervnc'
    mesa: for OpenGL functionality in Xvnc [установлено]
:: Запуск post-transaction hooks...
(1/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(2/4) Arming ConditionNeedsUpdate...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...
TermuxArch pci tigervnc 2.0.434: DONE 📱 🏁

[max@localhost ~]$ vncserver

usage: vncserver <display>

[max@localhost ~]$

How do I fix this error?

github-actions[bot] commented 3 years ago

Thank you for contributing to make this project better😎 Keep up and follow to solve this issue.

ghost commented 3 years ago

Hello, try

vncpasswd

then

vncserver :1
Maxython commented 3 years ago

thank