User Interface Problems on GhostBSD

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
mariasantos
Posts: 3
Joined: Tue Jul 09, 2024 12:18 pm
Location: USA

User Interface Problems on GhostBSD

Post by mariasantos »

Hey everyone,

I've been using GhostBSD for a little while now and really appreciate its simplicity and stability. However, I've been encountering some issues with the user interface that I can't seem to resolve on my own. Here are a few specific problems:

Inconsistent UI Elements: Some applications have different button styles and layouts, which is a bit jarring.
Menu Navigation: The main menu sometimes lags or doesn't respond as expected.
Display Settings: Changing display settings seems to cause some UI elements to misalign or disappear.

When I was searching about it, I came across these resources/articles https://forums.ghostbsd.org/viewtopic.php?t=2273 AWS DevOps Certification Path https://wiki.ghostbsd.org/index.php/Ins ... leshooting and as per them I tried the following-

1. Reset MATE Settings

Code: Select all

dconf reset -f /org/mate/
2. Installed Themes and Icons

3. Checked Logs

Code: Select all

tail -f /var/log/Xorg.0.log
4. Reinstalled Problematic Applications:

Code: Select all

sudo pkg install -f application-name
But didn't get any solution.


Has anyone else experienced these issues? Any tips or fixes would be greatly appreciated!

Thanks in advance!
Thanks
chadbsd
Posts: 45
Joined: Thu Oct 05, 2023 8:53 pm

Re: User Interface Problems on GhostBSD

Post by chadbsd »

In that situation, do the following as root user.

pkg update -f
pkg upgrade -yf
reboot
Post Reply