Xfce Forum

Sub domains
 

You are not logged in.

#1 2021-02-08 19:19:25

Undead Horse
Member
Registered: 2021-02-08
Posts: 6

[SOLVED] Terminal Settings messed up

I recently tried out a theme called Chicago95 for my xfce desktop. Problem is, when I tried removing it, my terminal was stuck like this. Can't find any settings in the gui to fix this and I don't know about the terminal. Any suggestions?
https://imgur.com/b791xqH.png

Last edited by Undead Horse (2021-02-09 01:13:56)

Offline

#2 2021-02-08 21:36:59

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,002

Re: [SOLVED] Terminal Settings messed up

Hello and welcome.

my terminal was stuck like this.

Can you identify exactly what you think is wrong with the image you linked? The image, without any context, looks okay.

Also:

  1. What version of Xfce and what version of xfce4-terminal are you running?

  2. Does the problem persist after a logout and log back in?
    If so, can you post the results of the following:

    xfconf-query -c xsettings -lv

    ...as well as the contents of the files ~/.config/gtk-3.0/gtk.css and ~/.gtkrc-2.0 if they exist.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2021-02-08 21:50:53

Undead Horse
Member
Registered: 2021-02-08
Posts: 6

Re: [SOLVED] Terminal Settings messed up

yeah, sorry I forgot to explain exactly what was wrong. I'd like my terminal to return to the default settings.
`C:\home\sam> xfconf-query -c xsettings -lv
/Gdk/WindowScalingFactor        2
/Gtk/ButtonImages               true
/Gtk/CanChangeAccels            false
/Gtk/ColorPalette               black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90
/Gtk/CursorThemeName            Future-cyan-cursors
/Gtk/CursorThemeSize            72
/Gtk/DecorationLayout           menu:minimize,maximize,close
/Gtk/DialogsUseHeader           true
/Gtk/FontName                   Sans 10
/Gtk/IconSizes                 
/Gtk/KeyThemeName               
/Gtk/MenuBarAccel               F10
/Gtk/MenuImages                 true
/Gtk/MonospaceFontName          Monospace 10
/Gtk/TitlebarMiddleClick        lower
/Gtk/ToolbarIconSize            3
/Gtk/ToolbarStyle               icons
/Net/CursorBlink                true
/Net/CursorBlinkTime            1200
/Net/DndDragThreshold           8
/Net/DoubleClickDistance        5
/Net/DoubleClickTime            400
/Net/EnableEventSounds          true
/Net/EnableInputFeedbackSounds  true
/Net/FallbackIconTheme          Adwaita
/Net/IconThemeName              sgi-elementary-xfce
/Net/SoundThemeName             default
/Net/ThemeName                  IndigoMagic
/Xfce/LastCustomDPI             96
/Xft/Antialias                  1
/Xft/DPI                        96
/Xft/Hinting                    -1
/Xft/HintStyle                  hintfull
/Xft/RGBA                       none
`
Im running version 4.16 of xfce4 and xfce4-terminal 0.8.10
Sorry for not including that.

Offline

#4 2021-02-09 00:12:25

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,002

Re: [SOLVED] Terminal Settings messed up

So the appearance (gtk) theme in your image does look like IndigoMagic. However, I think you might be referring to the Window Manager theme (the titlebar and buttons). To change this you need to go to Settings Manager > Window Manager and change the theme there - there should be a Mofit theme that will match. If it's not there, make sure you have something like an xfwm4-themes package installed.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2021-02-09 00:20:29

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: [SOLVED] Terminal Settings messed up

I'm thinking the Chicago95 theme made changes to ~/.bashrc, specifically the PS1= lines that show that Windows stuff, that the OP wants undone. I could be wrong.

Offline

#6 2021-02-09 00:22:22

Undead Horse
Member
Registered: 2021-02-08
Posts: 6

Re: [SOLVED] Terminal Settings messed up

Nah im talking about these buttons and how the terminal says

"Microsoft(R) Windows 95
   (C)Copyright Microsoft Corp 1981-1996.

C:\home\sam>"

I'd rather it just say [sam@sam-pc ~] $

Again, sorry for the confusion

Offline

#7 2021-02-09 00:35:36

Undead Horse
Member
Registered: 2021-02-08
Posts: 6

Re: [SOLVED] Terminal Settings messed up

Ok I was able to remove the microsoft thing by editing ~/.bashrc, removing the PS1 lines with the microsoft text. Now the issue is gettings those icons back to normal. Before they were just words up there that listed the command. Thanks

Offline

#8 2021-02-09 00:46:24

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: [SOLVED] Terminal Settings messed up

This should work.

In the terminal press Alt+V to open the View menu. Check the box for Show Menubar and uncheck the box for Show Toolbar.

Offline

#9 2021-02-09 00:59:44

Undead Horse
Member
Registered: 2021-02-08
Posts: 6

Re: [SOLVED] Terminal Settings messed up

alt+V doesn't do anything?

Offline

#10 2021-02-09 01:10:07

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: [SOLVED] Terminal Settings messed up

Well damn. It works for me to bring up the View menu.

Offline

#11 2021-02-09 01:12:41

Undead Horse
Member
Registered: 2021-02-08
Posts: 6

Re: [SOLVED] Terminal Settings messed up

huh. weird. guess Ill close it as solved then. Thanks for your guys' help!

Last edited by Undead Horse (2021-02-09 01:13:28)

Offline

#12 2021-02-09 01:32:07

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,002

Re: [SOLVED] Terminal Settings messed up

If Alt-V doesn't work, you should be able to right-click on the terminal window and select the option to "Show Menubar".


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#13 2021-02-09 01:49:07

MrEen
Member
Registered: 2019-04-19
Posts: 295

Re: [SOLVED] Terminal Settings messed up

ToZ wrote:

If Alt-V doesn't work, you should be able to right-click on the terminal window and select the option to "Show Menubar".

Well, I'll be! I've only ever right clicked when it was easier to paste that way and never paid any attention to the other options. :oops:

Offline

Board footer

Powered by FluxBB