Linux Lite Forums

Full Version: Looking for a new TERMINAL or a Reinstall please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok i was playing around with one of the Terminals i have Like the XFCE terminal

so i did this and now every time i open the terminal i get this ERROR

[Image: FLXgE1V.png]

[Image: gTCRIxy.png]
Quote:so i did this and now every time i open the terminal i get this ERROR
What did you do?

Quote:Ok i was playing around with one of the Terminals i have Like the XFCE terminal
If you do have another terminal available, open it and run these commands
Code:
sudo apt-get remove xfce4-terminal
hit enter, type in you password when asked and wait till it finishes, once it does run
Code:
sudo apt-get install xfce4-terminal
hit enter and wait till the install process is done and that should be it. If don't have another terminal installed on your system, you can remove and reinstall xfce4-terminal or install a new terminal via synaptic.

Hope this helps! Smile



Thank u but that did not help
when reinstalling and then ran it
It has the same error

any way if any one can tell me what should go in the custom command i think it will work

but as u see i left it empty and its still not working correctly
(05-28-2020, 01:04 PM)GAULOISES link Wrote:Thank u but that did not help
when reinstalling and then ran it
It has the same error

any way if any one can tell me what should go in the custom command i think it will work

but as u see i left it empty and its still not working correctly

Did you try via teminal or synaptic? Well, that means terminal's configuration is bad so you'll have to purge it
Code:
sudo apt-get remove --purge xfce4-terminal*
hit enter, type in your password when asked and wait till it finishes. This command will remove-purge everything related to xfce4-terminal, once it's finished run
Code:
sudo apt-get install xfce4-terminal
wait till it finishes, try and see if it works as expected now.
Full output of:

Code:
cat .bashrc
(05-28-2020, 11:40 PM)Jerry link Wrote:Full output of:

Code:
cat .bashrc
Code:
cat .bashrc
# enable bash completion in interactive shells
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi

alias usage='du -sk * | sort -n | perl -ne '\''($s,$f)=split(m{\t});for (qw(K M G)) {if($s<1024) {printf("%.1f",$s);print "$_\t$f"; last};$s=$s/1024}'\'
alias ls="ls --color"

# Powerline
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
    source /usr/share/powerline/bindings/bash/powerline.sh
fi

# Linux Lite Custom Terminal
LLVER=$(awk '{print}' /etc/llver)

echo -e "Welcome to $LLVER ${USER}"
echo " "
date "+%A %d %B %Y, %T"
free -m | awk 'NR==2{printf "Memory Usage: %s/%sMB (%.2f%%)\n", $3,$2,$3*100/$2 }'
df -h | awk '$NF=="/"{printf "Disk Usage: %d/%dGB (%s)\n", $3,$2,$5}'
echo "Support - https://www.linuxliteos.com/forums/ (Right click, Open Link)"
echo " "
[code][/size]
In your home folder, press Ctrl+H. Now go to .config/xfce4/terminal and delete the terminalrc file.
(05-29-2020, 08:48 AM)Jerry link Wrote:In your home folder, press Ctrl+H. Now go to .config/xfce4/terminal and delete the terminalrc file.
Thanks, Jerry!
Does it regenerate itself on each launch? Or the app just writes a blank one with the defaults?
Might be useful to have different settings saved with different names...
Blank one with the defaults.
===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.

============ Log ===========

E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 3479 (apt-get)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?