Search found 26538 matches
- Mon Sep 09, 2024 11:59 am
- Forum: Chat about Linux Mint
- Topic: Would a laptop donation be accepted?
- Replies: 2
- Views: 116
Re: Would a laptop donation be accepted?
Thank you for offering to provide the project with hardware for testing! This is much appreciated and yes it would be very useful for testing in the team. Give me a minute to figure out where to send to and I'll contact you by email for further arrangements.
- Mon Sep 09, 2024 9:48 am
- Forum: Chat about Linux Mint
- Topic: The update frequency of Mint's Firefox: an increasing security concern?
- Replies: 32
- Views: 892
- Mon Sep 09, 2024 6:21 am
- Forum: Chat about Linux Mint
- Topic: The update frequency of Mint's Firefox: an increasing security concern?
- Replies: 32
- Views: 892
Re: The update frequency of Mint's Firefox: an increasing security concern?
The Mint team doesn't skip Firefox releases for that reason AFAIK. What has happened a couple of times a .2 minor patch release followed so soon after a .1 minor patch release, the .1 build was aborted and Mint started the .2 build instead to deliver that sooner. This also ties in with Firefox &...
- Mon Sep 09, 2024 6:08 am
- Forum: Scripts & Bash
- Topic: Adding ~/bin to PATH
- Replies: 4
- Views: 85
Re: Adding ~/bin to PATH
The .profile file adds the ~/bin directory to your PATH, if it exists. The .profile is part of the login so all you should need to do is log out and log back in.
- Mon Sep 09, 2024 2:21 am
- Forum: Other topics
- Topic: Programs Stop Responding, Then System Freezes, Won't Shutdown
- Replies: 7
- Views: 134
Re: Programs Stop Responding, Then System Freezes, Won't Shutdown
iwlwifi is the Intel driver for your wifi chip. The log shows it's hung the CPU core it is running on. You could as a first step try disabling power saving mode with this command and then reboot: https://forums.linuxmint.com/viewtopic.php?p=2405290#p2405290 sudo sed -i 's/3/2/' /etc/NetworkManager/c...
- Sun Sep 08, 2024 3:13 pm
- Forum: Forums Feedback
- Topic: [SOLVED] forum doesn't stay logged in on Firefox long enough
- Replies: 2
- Views: 54
Re: Bug: forum doesn't stay logged in on Firefox long enough
The remember me login keys do not expire. If you ticked "remember me" your login session will invalidate when the cookie is deleted or your IP address changes. So if you're behind a proxy or using a VPN or such, or traveling with a laptop, that may explain why you need to login anew. If yo...
- Sun Sep 08, 2024 9:30 am
- Forum: Gaming
- Topic: Steam don't open games on Proton
- Replies: 1
- Views: 49
Re: Steam don't open games on Proton
It's possible to use NTFS if for some reason you can't use a normal filesystem, but it requires correctly setting up the mount so that you own the files on it and they are executable (as NTFS doesn't support normal filesystem permissions, you must fake these through the mount configuration). Here's ...
- Sun Sep 08, 2024 3:14 am
- Forum: Other topics
- Topic: Programs Stop Responding, Then System Freezes, Won't Shutdown
- Replies: 7
- Views: 134
Re: Programs Stop Responding, Then System Freezes, Won't Shutdown
If it starts happening again please add system info. Open the System Reports program, go to System Information on the left and then bottom right click the Copy button and paste it in a reply here. When at your point 3, when the system completely freezes, is there anything that still works? Can you s...
- Sat Sep 07, 2024 4:20 pm
- Forum: Beginner Questions
- Topic: What exactly is .ecryptfs? And why is there a discrepancy between Disk Usage Analyzer and the File Explorer results ?
- Replies: 2
- Views: 64
Re: What exactly is .ecryptfs? And why is there a discrepancy between Disk Usage Analyzer and the File Explorer results
Disk Usage Analyzer doesn't work well with home directory encryption (ecryptfs), it's a known issue that it reports disk usage incorrectly for that. I don't think Cinnamon empties the trash automatically so you have to manually empty it, or selectively permanently delete files from it. I agree you w...
- Sat Sep 07, 2024 12:33 pm
- Forum: Software & Applications
- Topic: [SOLVED] running python scripts within file manager
- Replies: 4
- Views: 110
Re: running python scripts within file manager
That shows the text file was saved with Windows line endings. You should save it instead with Linux line endings. Windows uses 2 control characters for that, Linux only 1. That \r in the error is that extra control character. I assume whichever IDE you're using has an option for which line endings t...
- Sat Sep 07, 2024 11:49 am
- Forum: Storage
- Topic: [SOLVED] Updating Samsung SSD 990PRO Firmware Question
- Replies: 7
- Views: 173
Re: [SOLVED] Updating Samsung SSD 990PRO Firmware Question
This is about firmware. Scroll further down to the firmware section.
- Sat Sep 07, 2024 5:01 am
- Forum: Software & Applications
- Topic: [SOLVED] running python scripts within file manager
- Replies: 4
- Views: 110
Re: running python scripts within file manager
If you open a terminal in the directory where you have that Python file, and you run it there with command
./filename.py
(so ./
in front of the filename) does it run fine that way?- Sat Sep 07, 2024 2:02 am
- Forum: Storage
- Topic: [SOLVED] Updating Samsung SSD 990PRO Firmware Question
- Replies: 7
- Views: 173
Re: Updating Samsung SSD 990PRO Firmware Question
No OS needed. It's an ISO download. Get it, write to a USB thumb drive and boot the computer from it. That will start the firmware updater and you can choose which devices to update.
- Fri Sep 06, 2024 1:24 pm
- Forum: Beginner Questions
- Topic: How to find list of installed apps?
- Replies: 8
- Views: 187
Re: How to find list of installed apps?
Might there be a way to export a list of apps from the menu, or from whatever the menu uses to list apps? That is a possibility. As you noted this excludes most CLI apps. System packages with a menu launcher typically install a .desktop file to /usr/share/applications/ . If you edit your menu or fo...
- Fri Sep 06, 2024 11:27 am
- Forum: Beginner Questions
- Topic: How to find list of installed apps?
- Replies: 8
- Views: 187
Re: How to find list of installed apps?
The short answer is: no. The longer answer. The system package manager only knows about system packages, it doesn't know which of them are apps and which are OS components. You can run apt list --installed to get a list of all installed system packages. You probably have some two thousand. Obviously...
- Fri Sep 06, 2024 3:24 am
- Forum: Open Chat
- Topic: To all Kindle users - please help I need a new Kindle, but which one?
- Replies: 25
- Views: 370
Re: To all Kindle users - please help I need a new Kindle, but which one?
Does anyone on here have a new generation Paperwhite or Kindle? If you do how do you find them? Last year my old Kindle gave up the ghost after 12+ years of service. After some consideration, I replaced it with a normal Kindle (Kindle 11 from 2022). I've been very happy with it. One of my considera...
- Thu Sep 05, 2024 3:11 am
- Forum: Storage
- Topic: [SOLVED] Updating Samsung SSD 990PRO Firmware Question
- Replies: 7
- Views: 173
Re: Updating Samsung SSD 990PRO Firmware Question
Drives: Local Storage: total: 1.82 TiB used: 35.32 GiB (1.9%) ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 990 PRO 2TB size: 1.82 TiB speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter> fw-rev: 4B2QJXD7 temp: 37.9 C scheme: GPT The firmware version was already in your inxi output. See "fw-re...
- Wed Sep 04, 2024 2:40 pm
- Forum: Software & Applications
- Topic: mintupgrade wants to remove all Qt apps
- Replies: 4
- Views: 134
Re: mintupgrade wants to remove all Qt apps
This looks to be due to Debian's migration to 64-bit time in all libraries: https://wiki.debian.org/ReleaseGoals/64bit-time. Ubuntu 24.04, on which Linux Mint 22 is based, is following that migration (a bit haphazardly maybe). libqt5core5t64 is the same library (though a newer version) but rebuilt f...
- Wed Sep 04, 2024 11:29 am
- Forum: Beginner Questions
- Topic: sudo apt update : IGN prompt wilma in release
- Replies: 2
- Views: 80
Re: sudo apt update : IGN prompt wilma in release
There's nothing wrong. It's just the apt package management tool isn't very user friendly. Ign here means the InRelease file wasn't found but that's ignored as you can see 2 lines down it finds the Release file for the same repository and uses that instead. If there were an error, apt would clearly ...
- Wed Sep 04, 2024 9:58 am
- Forum: Chat about Linux Mint
- Topic: Mibbit has shutdown, chat no longer works
- Replies: 1
- Views: 62
Re: Mibbit has shutdown, chat no longer works
Thanks for reporting! The official chat rooms are on Matrix now, as you can see there in the Links menu. The IRC link on the Get Involved page was missed, we'll correct it shortly.
In the Links menu you can find the link to IRC and we already switched to KiwiIRC some time back.
In the Links menu you can find the link to IRC and we already switched to KiwiIRC some time back.