Skip to content

Direwolf terminal blinking. #270

@F4FVI

Description

@F4FVI

Hello,
I am actually creating a Digipeater using Direwolf on a Raspberry Pi 2.
Once Direwolf is installed, when the terminal starts, Direwolf display is blinking.

Here is how I have installed Direwolf on my RaspberryPi2:

  1. I flashed Raspbian (Raspbian Buster with desktop) on the SD Card.

  2. Then I open a terminal and I did sudo apt-get update and sudo apt-get upgrade.

  3. To install Direwolf, I I have used the following command in a terminal:

cd ~
git clone https://github.com/wb2osz/direwolf
cd direwolf
make
sudo make install
make install-conf

  1. After, when I click on the shortcut to start Direwold, the terminal is blinking.
    I have the same result blinking like shown here [https://github.com/Flashing console output on Raspberry Pi #215]

  2. The only way found to stop this blinking problem, is to start Direwolf in black and white following theses steps:

  1. Creating a shortcut of Dire Wolf icon on the desktop

  2. Creating a file direwolf.sh in /home/pi with -t 0 at the end:

#!/bin/bash
cd /home/pi/Desktop
lxterminal -e direwolf -t 0

  1. Creating a repertory autostart in /home/pi/.config

  2. In the autostart repertory, creating a file named direwolf.desktop with in it:

[Desktop Entry]
Type=Application
Name=Journal
Exec=lxterminal -e ./direwolf.sh
Name[fr_FR]=direwolf

I have read the issue subject posted here before, but no solution given actually works to solve the problem. It would be great to have the Direwolf terminal in colour withtout blinking.

Could anyone help me to solve this problem?
Thank you very much in advance;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions