It might be worth opening a thread about that issue if you haven't already as it's most likely resolvable with the right CUPS setup.
What Don't You Like about Linux Mint?
- antikythera
- Level 12
- Posts: 4006
- Joined: Thu Jul 02, 2020 12:52 pm
Re: What Don't You Like about Linux Mint?
Re: What Don't You Like about Linux Mint?
What I don't like about Mint is probably common to most or all linux distros - the software and file organization for locales, mime associations, fonts, timezones and desktops environments (i.e. freedesktop.org software), same for audio to a lesser extent; stupid issues with file-browsers: extra-simple things like the date format and properly sorting by file-name are a PITA and/or just wrong.
And ridiculous commands like this to shutdown the system:
viewtopic.php?p=1923614#p1923614
And ridiculous commands like this to shutdown the system:
Code: Select all
dbus-send --system --print-reply --dest=org.freedesktop.login1 /org/freedesktop/login1 "org.freedesktop.login1.Manager.PowerOff" boolean:true \n\
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Your data and OS are backed up....right?
-
- Level 1
- Posts: 6
- Joined: Thu Nov 19, 2020 11:40 am
Re: What Don't You Like about Linux Mint?
Honestly, the default desktop sounds are the most annoying thing for me. I just turned them off because they were so annoying...especially "switch.oga" for switching workspaces and the minimize/maximize windows sounds.
Re: What Don't You Like about Linux Mint?
I'm well aware it's not strictly a kernel upgrading toolmsseufert wrote: ↑Sat Nov 21, 2020 1:54 amPedantically speaking.dist-upgrade
is Debian's way of allowing a user to upgrade to the next release. For example version 9 to 10, or from stable to testing. etc. It's not a kernel upgrading tool, so in practicedist-upgrade
doesn't upgrade the kernel on any up-to-date Debian based system either. To upgrade the kernel in Debian one must explicitly install it. IEapt install linux-image-5.8.0
In Linux Mint, kernels can be managed through the Update Manager => View => Linux Kernels.

Holy crap, no wonder that frustrates you. I just doFlemur wrote: ↑Sat Nov 21, 2020 7:55 pmAnd ridiculous commands like this to shutdown the system:viewtopic.php?p=1923614#p1923614Code: Select all
dbus-send --system --print-reply --dest=org.freedesktop.login1 /org/freedesktop/login1 "org.freedesktop.login1.Manager.PowerOff" boolean:true \n\
sleep X; systemctl poweroff
or something, where X is how long to wait before shutting down. Still, I suppose it would be cool to have a GUI for people not caring to do all that stuff via the terminal.
Last edited by Termy on Sat Nov 21, 2020 10:33 pm, edited 1 time in total.
I use Linux Mint 18.3 with Cinnamon in a VirtualBox VM for testing & sandboxing.
I'm LearnLinux (LL) on YouTube: https://www.youtube.com/c/learnlinux
I'm also terminalforlife (TFL) on GitHub: https://github.com/terminalforlife
I'm LearnLinux (LL) on YouTube: https://www.youtube.com/c/learnlinux
I'm also terminalforlife (TFL) on GitHub: https://github.com/terminalforlife
- Portreve
- Level 11
- Posts: 3594
- Joined: Mon Apr 18, 2011 12:03 am
- Location: Where the world bends around a curve
Re: What Don't You Like about Linux Mint?
Well, one thing I don't like is that the bankaccount-moneyadd-automatic automation tool is still broken. I'd have thought that if they can include Timeshift and even revive Warpinator, they could fix this useful and very important utility.
-
- Level 6
- Posts: 1205
- Joined: Tue Jan 07, 2020 3:12 pm
- Location: AZ, SSA (Squabbling States of America)
Re: What Don't You Like about Linux Mint?
I'll third Moem on the documentation. One of my biggest frustrations is trying to find directions on how to do something only to have them leave out a step or few when I find some that aren't out of date.Mick-Cork wrote: ↑Sat Nov 21, 2020 11:03 amDocumentation
I'm going to second Moem on the documentation. It is out of date which I think leads to the same support questions being asked here on the forum for example. It might also be a deterrent for potential new users. I think it would be worth redirecting some of the donations, if necessary and if feasible, to get a technical writer on board, even if on a fixed term basis...
I lost my waistline years ago and gave up on trying to ever find it again. I wouldn't be able to have the cookies anyway since I have to keep my sugar intake low.

Jeannie
Linux Mint Cinnamon 19.3 Cinnamon 64 bit
System 76 Serval WS (serw11) 17" Laptop
Linux Mint Cinnamon 19.3 Cinnamon 64 bit
System 76 Serval WS (serw11) 17" Laptop
Re: What Don't You Like about Linux Mint?
That is apparently the needed string to shutdown automagically in a screensaver script; from a terminal I just run "shutdown".
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Your data and OS are backed up....right?
- Portreve
- Level 11
- Posts: 3594
- Joined: Mon Apr 18, 2011 12:03 am
- Location: Where the world bends around a curve
Re: What Don't You Like about Linux Mint?
I'd like to roll my sleeves up and help on the documentation/instructions/tutorials issue. I have absolutely no idea where to start or how to get started, so if someone would be so kind as to show me the way, I'll see what I can do.
I mean, since I can't contribute on the code end of things, at least I can work on something I'm actually capable of doing.
I mean, since I can't contribute on the code end of things, at least I can work on something I'm actually capable of doing.
Re: What Don't You Like about Linux Mint?
Surely nobody would actually bother typing that each time they wanted to shutdown!Flemur wrote: ↑Sat Nov 21, 2020 7:55 pm<snip>
And ridiculous commands like this to shutdown the system:viewtopic.php?p=1923614#p1923614Code: Select all
dbus-send --system --print-reply --dest=org.freedesktop.login1 /org/freedesktop/login1 "org.freedesktop.login1.Manager.PowerOff" boolean:true \n\
Even with a long complicated command such as that it would take only a few seconds to create a keyboard shortcut and use that instead.
I use one for both suspend and shutdown on my machines, using xfce, where the commands are much simpler.
xfce4-session-logout --suspend - linked to the Pause/Break key
xfce4-session-logout --halt - linked to the Pause/Break + Windows Key
Are there any similar simple commands for the other DEs?
Re: What Don't You Like about Linux Mint?
Again, that string is to SHUTDOWN THE MACHINE AFTER IT IS IDLE FOR A CERTAIN TIME, USING XSCREENSAVER to handle the idle time.ajgreeny wrote: ↑Sun Nov 22, 2020 11:42 am
Surely nobody would actually bother typing that each time they wanted to shutdown!
Even with a long complicated command such as that it would take only a few seconds to create a keyboard shortcut and use that instead.
I use one for both suspend and shutdown on my machines, using xfce, where the commands are much simpler.
xfce4-session-logout --suspend - linked to the Pause/Break key
xfce4-session-logout --halt - linked to the Pause/Break + Windows Key
As near as I can tell, you either have that funky command IN AN XSCREENSAVER CONFIG FILE or you have to INSTALL SPECIAL SOFTWARE to AUTOMATICALLY shut down AFTER A CERTAIN AMOUNT OF IDLE TIME.
The string IS NOT FOR JUST SHUTTING DOWN THE MACHINE FROM THE KEYBOARD OR FROM A BUTTON PRESS. "shutdown" works for that.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Your data and OS are backed up....right?
Re: What Don't You Like about Linux Mint?
I looked at the installation guide, and it said 'Edit on GitLab' in the top corner. Following that link will help. If I wanted to do this, I'd make a GitLab account and then contact the existing contributors, and ask them how to best help them.

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
- Portreve
- Level 11
- Posts: 3594
- Joined: Mon Apr 18, 2011 12:03 am
- Location: Where the world bends around a curve
Re: What Don't You Like about Linux Mint?
Cool. Found it. I'll pursue this between the holidays, probably.
Thanks so much!

Re: What Don't You Like about Linux Mint?
That would be VERY cool indeed.


If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Re: What Don't You Like about Linux Mint?
I'm loving all these replies. Thanks everyone. I'm learning all sorts about what people don't or do like.

Writing man pages is not fun.
Yeah, that's a much easier version for sure! I showed you the 'modern' (SystemD) approach. The `shutdown` tool was from the old SysvInit days, but due to portability and no doubt ease-of-use, it was kept around by name.

Never underestimate the power of helping with documentation. I wish people would help me with mine. Lol

I use Linux Mint 18.3 with Cinnamon in a VirtualBox VM for testing & sandboxing.
I'm LearnLinux (LL) on YouTube: https://www.youtube.com/c/learnlinux
I'm also terminalforlife (TFL) on GitHub: https://github.com/terminalforlife
I'm LearnLinux (LL) on YouTube: https://www.youtube.com/c/learnlinux
I'm also terminalforlife (TFL) on GitHub: https://github.com/terminalforlife
- Portreve
- Level 11
- Posts: 3594
- Joined: Mon Apr 18, 2011 12:03 am
- Location: Where the world bends around a curve
Re: What Don't You Like about Linux Mint?
I'm kind of an odd bird, to use an expression I'm sure is as dated as a Roman calendar, because no matter what it is I'm involved with, I've always got a foot in some other camp.
I'm a tech nerd who is a people person. I've been a desktop publisher and once worked at a news magazine, but I also was their system and network admin. I worked at Sony in their tech support call center for five years but wasn't a gamer, instead preferring to work on a science fiction crossover writing project in my spare time. Everywhere I've worked in my adult years, I've trained others. I've even produced my own training manual. I work as an auditor, but I build tools in Excel to automate the majority of the weekly paperwork process.
- CtrlAltDel
- Level 6
- Posts: 1031
- Joined: Sun Jun 27, 2010 7:01 pm
- Location: Birmingham, AL., USA
Re: What Don't You Like about Linux Mint?
The color green. Mint green is ugly; any green is ugly. linuxmint.com is an ugly site, not just because it is an unprofessional looking and outdated blog format but because it is green on top of that. Artwork for Linux Mint is not attractive because it has to have a green theme.
The only things that look good in green are money and grass and eyes. Even trees in the fall are prettier than when they have green leaves on them in summer. Green cars are a joke. Green shoes are virtually non-existent. Houses painted green should be immediately condemned.
Green is so bad that it has been historically associated with envy, a very unfavorable personality trait. When you have the flu, the mucous that is coughed up is green. Have you ever seen a green keyboard or a green computer or a green television or a green floor or a green sink or a green chair? No, you haven't, because green is------


Re: What Don't You Like about Linux Mint?
Wow. You're hired!Portreve wrote: ↑Sun Nov 22, 2020 9:00 pmI'm a tech nerd who is a people person. I've been a desktop publisher and once worked at a news magazine, but I also was their system and network admin. I worked at Sony in their tech support call center for five years but wasn't a gamer, instead preferring to work on a science fiction crossover writing project in my spare time. Everywhere I've worked in my adult years, I've trained others. I've even produced my own training manual. I work as an auditor, but I build tools in Excel to automate the majority of the weekly paperwork process.

CtrlAltDel wrote: ↑Mon Nov 23, 2020 12:57 amThe color green. Mint green is ugly; any green is ugly. linuxmint.com is an ugly site, not just because it is an unprofessional looking and outdated blog format but because it is green on top of that. Artwork for Linux Mint is not attractive because it has to have a green theme.


I use Linux Mint 18.3 with Cinnamon in a VirtualBox VM for testing & sandboxing.
I'm LearnLinux (LL) on YouTube: https://www.youtube.com/c/learnlinux
I'm also terminalforlife (TFL) on GitHub: https://github.com/terminalforlife
I'm LearnLinux (LL) on YouTube: https://www.youtube.com/c/learnlinux
I'm also terminalforlife (TFL) on GitHub: https://github.com/terminalforlife
- CtrlAltDel
- Level 6
- Posts: 1031
- Joined: Sun Jun 27, 2010 7:01 pm
- Location: Birmingham, AL., USA
Re: What Don't You Like about Linux Mint?
I agree, Termy. In the I Hate Green post, I gave an exemption to grass.


- antikythera
- Level 12
- Posts: 4006
- Joined: Thu Jul 02, 2020 12:52 pm
Re: What Don't You Like about Linux Mint?
Yes to all three, it was stuff from the 70s though

Re: What Don't You Like about Linux Mint?
Green, in the right context, can grab your attention though. A little story...
Back in the 90s I worked for a communications firm with UK headquarters in Wales. I was based down south (London) but occasionally travelled up the M4 to the HQ. One evening I was leaving around 6pm and there was a distinctive (and rather good-looking) green Rolls Royce in the car park. I asked whose it was and was told it belonged to one of the office cleaners!
Intrigued, I enquired further. The founder of the firm, son of a coal-miner and by then the richest man in Wales, originally started small. The same cleaner used to get bonuses that were given in shares. She kept them and when his company got big enough she cashed in. Made about £1m if my memory serves. She'd stayed loyal and continued as one of his cleaners all the way through. I've never forgotten that green Rolls.
The moral of the story - things coloured green, if surrounded by the right story, stay in the mind
Back in the 90s I worked for a communications firm with UK headquarters in Wales. I was based down south (London) but occasionally travelled up the M4 to the HQ. One evening I was leaving around 6pm and there was a distinctive (and rather good-looking) green Rolls Royce in the car park. I asked whose it was and was told it belonged to one of the office cleaners!
Intrigued, I enquired further. The founder of the firm, son of a coal-miner and by then the richest man in Wales, originally started small. The same cleaner used to get bonuses that were given in shares. She kept them and when his company got big enough she cashed in. Made about £1m if my memory serves. She'd stayed loyal and continued as one of his cleaners all the way through. I've never forgotten that green Rolls.
The moral of the story - things coloured green, if surrounded by the right story, stay in the mind

Last edited by Mick-Cork on Mon Nov 23, 2020 4:27 pm, edited 2 times in total.