だから私はUbuntuに電報メッセンジャーを持っているので、ターミナルから起動しようとしていますが、後で起動プログラムとして設定しようとしています-問題はそれを実行するコマンドが見つからないことです。テレグラム/テレグラムは機能しません。
これがこのアプリのインストール方法です。
Sudo add-apt-repository ppa:atareao/telegram
Sudo apt-get update
Sudo apt-get install telegram
助けてくれてありがとう。
アプリはにインストールされます
/opt/telegram/
バイナリは
/opt/telegram/Telegram
コマンドラインからメッセンジャーを起動するには、フルパスを使用するか、PATH定義にパスを追加するか、/usr/bin
にシンボリックリンクを作成する必要があります。
PATHを使用する
ファイルを編集~/.profile
nano ~/.profile
ファイルの最後に以下の行を追加します
export PATH="$PATH:/opt/telegram"
または
シンボリックリンクを使用する
Sudo ln -s /opt/telegram/Telegram /usr/local/bin
デスクトップファイルがあります。
/usr/share/applications/telegram.desktop
したがって、以下のコマンドを使用します
cp /usr/share/applications/telegram.desktop ~/.config/autostart
コマンドライン経由で自動開始エントリを作成します。
なぜそれを知っているのですか?
% dpkg -L telegram
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/telegram
/usr/share/doc/telegram/copyright
/usr/share/doc/telegram/changelog.Debian.gz
/usr/share/applications
/usr/share/applications/telegram.desktop
/opt
/opt/telegram
/opt/telegram/telegram.tar.xz
/opt/telegram/telegram.svg
% cat /usr/share/applications/telegram.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Name=Telegram
Exec=/opt/telegram/Telegram
Comment=Network taking back our right to privacy.
Icon=/opt/telegram/telegram.svg
Categories=GNOME;GTK;Network;
次のようなBashエイリアスを使用します。
alias tg='/opt/telegram/Telegram'
そして次のように入力します:
tg
ターミナルでテレグラムを開きます。 tg
を好きなものに置き換えることができます。
Snapを使用してインストールした場合は、試してください
telegram-desktop
端末で TelegramTUI を使用できます