LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for a new TERMINAL or a Reinstall please
#1
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]
[Image: dBXLTya.png]
product: Intel® Core™ i7-7700 CPU @ 3.60GHz
vendor: Intel Corp. // physical id: 1//bus info: cpu@0//// size: 2331MHz /////capacity: 4200MHz
width: 64 bits
Reply
#2
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



Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#3
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
[Image: dBXLTya.png]
product: Intel® Core™ i7-7700 CPU @ 3.60GHz
vendor: Intel Corp. // physical id: 1//bus info: cpu@0//// size: 2331MHz /////capacity: 4200MHz
width: 64 bits
Reply
#4
(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.
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#5
Full output of:

Code:
cat .bashrc
Reply
#6
(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.freecinema2022.gq/forums/ (Right click, Open Link)"
echo " "
[code][/size]
[Image: dBXLTya.png]
product: Intel® Core™ i7-7700 CPU @ 3.60GHz
vendor: Intel Corp. // physical id: 1//bus info: cpu@0//// size: 2331MHz /////capacity: 4200MHz
width: 64 bits
Reply
#7
In your home folder, press Ctrl+H. Now go to .config/xfce4/terminal and delete the terminalrc file.
Reply
#8
(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...
"It's easy to die for an idea. It's way harder TO LIVE for your idea!"
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.
Reply
#9
Blank one with the defaults.
Reply
#10
===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.freecinema2022.gq/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?
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)