LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-13-2024, 08:10 AM   #1
Frickymind
LQ Newbie
 
Registered: Apr 2019
Posts: 29

Rep: Reputation: Disabled
Unhappy Messed up the Gui of Qbittorent, maybe all QT apps


I'm using Linux Mint 21.3 Cinnamon edition.

I had a problem with being unable to read text in the settings in an app called Cool Retro Term, it seemed like the fonts were white on a white background.

I thought it was a QT app, so I tried fixing it with QT5 Settings and Kvantum manager.

None of the settings seemed to have affected Cool Retro Term, but I've messed up the GUI of Qbittorrent, buttons are missing, clicking isn't aligned with the cursor, text disappears off the gui. I can't seem to reset it to how it was before using QT5 Settings and Kvantum manager. I haven't noticed the problem in any other apps, but I don't know if I have any other QT apps installed.

Is there any master QT file I can replace or delete to restore everything to default?

The forum won't let me attach screenshots, so here are links to what I'm seeing:

Qbittorrent:
https://ibb.co/yqbRB3X

Cool Retro Term:
https://ibb.co/C0kkhsV

Thanks!
 
Old 03-13-2024, 08:22 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,302

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Have you tried reinstalling the packages & restoring default settings. The settings might be in /home/you/.config/, or /home/you/.program_name

Use ls -a to spot hidden files in ~/
 
1 members found this post helpful.
Old 03-14-2024, 07:58 AM   #3
Frickymind
LQ Newbie
 
Registered: Apr 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
Have you tried reinstalling the packages & restoring default settings. The settings might be in /home/you/.config/, or /home/you/.program_name

Use ls -a to spot hidden files in ~/
Thanks for the reply. I've tried reinstalling Cool Retro Term, but it didn't help. I was hoping to avoid reinstalling Qbittorrent, but maybe it's the only option.
 
Old 03-14-2024, 08:22 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,302

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I really think the problem is in your personal configuration in /home/you. Can you log in as another user? Make one if necessary - you can delete him later. If you are back to default settings, it's just a question of swapping the config files. Remember usermod & userdel allow you do what you want with users.
 
Old 03-15-2024, 07:09 AM   #5
Frickymind
LQ Newbie
 
Registered: Apr 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
I really think the problem is in your personal configuration in /home/you. Can you log in as another user? Make one if necessary - you can delete him later. If you are back to default settings, it's just a question of swapping the config files. Remember usermod & userdel allow you do what you want with users.
Hi I've uninstalled and reinstalled Qbittorrent and created a new user, and the problem is still there. Do you have any other advice?
 
Old 03-15-2024, 07:22 AM   #6
Frickymind
LQ Newbie
 
Registered: Apr 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
I really think the problem is in your personal configuration in /home/you. Can you log in as another user? Make one if necessary - you can delete him later. If you are back to default settings, it's just a question of swapping the config files. Remember usermod & userdel allow you do what you want with users.
Addition: I've just installed the appimage and it has the same problem. Weird.
 
Old 03-15-2024, 01:18 PM   #7
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
Qt programs will have config files in:
~/.config/program_name/name.conf
And
~/.local/share/program_name/dirs

Look there. Change the .conf files. Or just delete them. They will remake the first time you launch the program. Of course all of the settings will be back to default.

Last edited by teckk; 03-15-2024 at 01:19 PM.
 
Old 03-15-2024, 01:22 PM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,302

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by Frickymind View Post
Addition: I've just installed the appimage and it has the same problem. Weird.
I solved this for you already. READ, then act on post #4. You obviously haven't done so yet. The AppImage will use the same config files in ~/.
 
Old 03-16-2024, 11:09 AM   #9
Frickymind
LQ Newbie
 
Registered: Apr 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
I solved this for you already. READ, then act on post #4. You obviously haven't done so yet. The AppImage will use the same config files in ~/.
Hi Businesskid, when I uninstalled Qbittorrent I also deleted all the config files, forgot to mention that part in my reply. I've given up trying to fix it and installed the flatpack. Thanks for the help anyway.
 
Old 03-16-2024, 11:10 AM   #10
Frickymind
LQ Newbie
 
Registered: Apr 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
Qt programs will have config files in:
~/.config/program_name/name.conf
And
~/.local/share/program_name/dirs

Look there. Change the .conf files. Or just delete them. They will remake the first time you launch the program. Of course all of the settings will be back to default.
Thanks Teckk, already tried that.
 
Old 03-16-2024, 01:09 PM   #11
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,302

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by Frickymind View Post
Hi Businesskid, when I uninstalled Qbittorrent I also deleted all the config files, forgot to mention that part in my reply. I've given up trying to fix it and installed the flatpack. Thanks for the help anyway.
Did you try it as another user? That will start with defaults. DON'T FIX IT! Don't reconfigure the new user.
 
Old 03-16-2024, 02:52 PM   #12
Frickymind
LQ Newbie
 
Registered: Apr 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
Did you try it as another user? That will start with defaults. DON'T FIX IT! Don't reconfigure the new user.
Hi, yes I created a new user.
I have also gone through home and root and removed every single Qbittorrent file apart from icons.

I've also purged Qt5ct, and Kvantum manager,along with any associated files.

I then removed a bunch of Qt5 files using:sudo apt-get purge qt5*

And the problem is still there! Although, Cool-Retro-Term is now fixed.

Also, new appimage downloads of Qbittorrent don't have the issue any more, so that's progress, but the scale of the appimage qui is far too small to be usable.

This has happened to me before with Qbittorrent, and I don't think I got it fixed until reinstalling Mint. It's really bizarre, I have no idea what caused it.
 
  


Reply

Tags
qt



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] qBittorent crashes after a few minutes on Debian 7.7 Wheezy matt.n Debian 3 12-07-2014 12:56 AM
How to compile and install qbittorent (compilation issue)? wearetheborg Linux - Software 8 02-16-2013 02:34 PM
How To Block Websites? Maybe /etc/hosts (.deny maybe) How? aaron4katie Linux - Security 7 01-08-2007 04:58 PM
Simple is efficient ???? Maybe/Maybe not ! bigjohn General 21 07-08-2005 10:27 AM
Maybe better off in the newbie section...but it's kinda general...sort of...maybe.. Valael Linux - General 2 10-20-2002 11:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration