Search found 2583 matches

by zcot
Mon Apr 22, 2024 12:17 am
Forum: Beginner Questions
Topic: How do I completely switch over to a new desktop environment?
Replies: 7
Views: 225

Re: How do I completely switch over to a new desktop environment?

for testing, I would opt for the mint-meta desktop packages. apt install mint-meta-mate mint-meta-xfce and then you can choose at the login screen which environment. as for the other desktops you'll have to just install the base package as mentioned above. or just go with xfce, it's the most mature ...
by zcot
Sun Apr 21, 2024 4:38 pm
Forum: Beginner Questions
Topic: While in game video looks blurry.
Replies: 6
Views: 74

Re: While in game video looks blurry.

That's an ingame related thing meant to be that way.
by zcot
Fri Apr 19, 2024 8:35 pm
Forum: Beginner Questions
Topic: Bad Signature
Replies: 2
Views: 73

Re: Bad Signature

VOODOO!

good job though. :)

let's proceed as usual! :D
by zcot
Fri Apr 19, 2024 3:57 pm
Forum: Programming & Development
Topic: Please Teach Me to Be a Linux Mint apt Expert
Replies: 6
Views: 239

Re: Please Teach Me to Be a Linux Mint apt Expert

originally years ago there were a handful of tools handling all the different useful operations. I guess the idea being each program to be quite specific and do mostly 1 thing or related thing(s) and do it well. At some point after probably a couple decades it was decided to be cool to group all the...
by zcot
Thu Apr 18, 2024 8:32 pm
Forum: Beginner Questions
Topic: Without using Grub can you switch operating systems with keyboard at startup?
Replies: 12
Views: 358

Re: Without using Grub can you switch operating systems with keyboard at startup?

2012, your system is using UEFI, that's the current used mode when you made that system info output: Machine: Type: Desktop Mobo: Gigabyte model: Z68XP-UD3 v: x.x serial: <superuser required> UEFI: Award v: F10 date: 03/20/2012 -otherwise it will show "BIOS" version or say "UEFI: lega...
by zcot
Wed Apr 17, 2024 9:58 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: occasional blank return, edit needed on conky bash please. [SOLVED]
Replies: 4
Views: 94

Re: occasional blank return, edit needed on conky bash please. [SOLVED]

:wink:

we've all been there, will be there again.

sometimes it takes that step back to realize the issue.

good going.
by zcot
Wed Apr 17, 2024 4:16 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: occasional blank return, edit needed on conky bash please. [SOLVED]
Replies: 4
Views: 94

Re: occasional blank return, edit needed on conky bash please.

Code: Select all

pos2=$(cat ./monitor3.dump | grep "Monitor-2:" | awk '{print $6}')
monitor 2 or 3, doesn't matter, who cares! :lol:
by zcot
Tue Apr 16, 2024 10:38 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: why is this terminal command not working in conky.conf? [SOLVED]
Replies: 21
Views: 336

Re: why is this terminal command not working in conky.conf? [SOLVED]

listen, I'm not sayin' you made some comment about cocaine and las vegas, but the base analysis is firstly power consumption, and ready pc processing ability at a given moment. As long as you can you process whatever you want to do at any given moment, which really is my whole focus, I guess that re...
by zcot
Tue Apr 16, 2024 9:09 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: why is this terminal command not working in conky.conf? [SOLVED]
Replies: 21
Views: 336

Re: why is this terminal command not working in conky.conf? [SOLVED]

just wanted to clarify some details that might be slipping by you. when you run an inxi command on terminal it will throw up the color codes, but it does recognize the context. if you do the same dump to a file it does not throw the codes, at least the file redirection. But it will do different stuf...
by zcot
Mon Apr 15, 2024 9:24 pm
Forum: Beginner Questions
Topic: System Report - USRMERGE
Replies: 7
Views: 229

Re: System Report - USRMERGE

if I'm not mistaken, but I might be, they were trying to drop 32 bit support for I believe it was the equivalent Mint 20(Ubuntu 20.04), but they drew back on that when a bunch of people freaked out absolutely. But for Mint 21(Ubuntu 22.04) I think ... ah, hell, I don't know if they did it one way or...
by zcot
Fri Apr 12, 2024 11:59 pm
Forum: Beginner Questions
Topic: copying 3TB extremely slow
Replies: 24
Views: 502

Re: copying 3TB extremely slow

honestly, a great solution. -never create any partitions of 3TB. or 1TB, or whatever. When you are managing partition space I don't care if you have SSD, or screaming mmxc, if you are blocking out 3TB at once that's just a bad management design, period. You can do better. When you get to that situat...
by zcot
Thu Apr 11, 2024 8:09 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: How to launch a bash script from a conky .lua script [SOLVED]
Replies: 13
Views: 294

Re: How to launch a bash script from a conky .lua script

Ha! wholly hell!

now, that's getting into it a lot better at this point!
by zcot
Thu Apr 11, 2024 7:13 pm
Forum: Beginner Questions
Topic: What should I expect when upgrading?
Replies: 15
Views: 340

Re: What should I expect when upgrading?

zahlman wrote: Thu Apr 11, 2024 4:33 pm
It is not a "timeshift partition".
ahh! understood. ok, good.

with that case of /home being separated then, the "recommended" 100GB is certainly not needed on the system side.
by zcot
Thu Apr 11, 2024 1:59 pm
Forum: Scripts & Bash
Topic: Is there a terminal command to get the information from System Info app? [SOLVED]
Replies: 13
Views: 251

Re: Is there a terminal command to get the information from System Info app? [SOLVED]

I was using a Mint 20.x system, -J (usb) wasn't listed. But always easy to check the info. inxi --help Be aware that inxi will output slightly differently based on the calling scheme, whether direct on terminal, in a script, it will give IRC formatted output and more. If you have a small terminal th...
by zcot
Thu Apr 11, 2024 12:47 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: What is this on my panel and how can I be rid of it please? [SOLVED]
Replies: 6
Views: 161

Re: What is this on my panel and how can I be rid of it please?

Code: Select all

	own_window_type = dock,
I suspect whatever that panel setup you are using is giving different treatment to that line right there, and it shows the conky window button for it.
by zcot
Thu Apr 11, 2024 11:25 am
Forum: Compiz, Conky, Docks & Widgets
Topic: What is this on my panel and how can I be rid of it please? [SOLVED]
Replies: 6
Views: 161

Re: What is this on my panel and how can I be rid of it please?

my initial guess, one of the conky configs doesn't have the window settings correct, for example own_window_hints = 'undecorated skip_taskbar',
by zcot
Thu Apr 11, 2024 10:21 am
Forum: Beginner Questions
Topic: What should I expect when upgrading?
Replies: 15
Views: 340

Re: What should I expect when upgrading?

another point of interest, timeshift. first one would put less than 20GB on a fresh install, then each one after that is quite much smaller, it is only based on how much changed from that previous snapshot. I'm not sure there's a good standard for size there, but certainly 720GB is abusively wastefu...
by zcot
Thu Apr 11, 2024 7:29 am
Forum: Compiz, Conky, Docks & Widgets
Topic: How to launch a bash script from a conky .lua script [SOLVED]
Replies: 13
Views: 294

Re: How to launch a bash script from a conky .lua script

So now what? You have that clickbox mouse program running, but it's only coded to switch to one situation, correct? and not back, or to another workspace conky theme. But, it's still running in the background. If you start it again with another switch-desk activity then you would have 2 of the click...
by zcot
Wed Apr 10, 2024 11:36 pm
Forum: Beginner Questions
Topic: What should I expect when upgrading?
Replies: 15
Views: 340

Re: What should I expect when upgrading?

100GB is recommended.

Do a fresh install.

Use the mint Backup Tool beforehand and you can save off the 2 files for user installed system programs and user data space separately, copy those to some other safe space and then you can import them on the new install at least.

Go to advanced search