Search found 26550 matches
- Fri Sep 13, 2024 7:59 am
- Forum: Gaming
- Topic: Steam don't open games on Proton
- Replies: 7
- Views: 154
Re: Steam don't open games on Proton
Is the partition label for your NTFS partition actually "Games", like the other user had it? Are you using the same mount directory as the other user, did you create that? I'm a bit lost and I figure you are as well. The post I linked you to was to show the mount options for setting uid, g...
- Thu Sep 12, 2024 7:35 am
- Forum: Beginner Questions
- Topic: LMDE 5 has reached End Of Life and is no longer maintained
- Replies: 0
- Views: 66
LMDE 5 has reached End Of Life and is no longer maintained
As announced a year ago, LMDE 5 has reached end of life and will no longer be maintained. The repositories will continue to work for a while but this release will no longer receive updates from Linux Mint. If you're using LMDE 5 please see How to upgrade to LMDE 6 for instructions how to upgrade to ...
- Wed Sep 11, 2024 9:48 am
- Forum: Gaming
- Topic: Steam don't open games on Proton
- Replies: 7
- Views: 154
Re: Steam don't open games on Proton
Did you reboot after changing the line?
Do your uid and gid match with what you put on the line? Run the commands
Can you share the full line as you have it in /etc/fstab now?
Do your uid and gid match with what you put on the line? Run the commands
id -u
and id -g
and check if both are 1000 like on the line.Can you share the full line as you have it in /etc/fstab now?
- Wed Sep 11, 2024 6:16 am
- Forum: Software & Applications
- Topic: What now, should I hit that install button or not?
- Replies: 3
- Views: 124
Re: What now, should I hit that install button or not?
You should be clear on what verified / unverified on Flathub means: https://docs.flathub.org/docs/for-users/verification/. Boils down to: the maintainers of the flatpak are not officially approved by app's developers, so it's on you to look at who the maintainers for the flatpak are and whether you ...
- Tue Sep 10, 2024 3:29 pm
- Forum: Programming & Development
- Topic: How can the debian postinst know the username when it'ts updated via Update Manager?
- Replies: 6
- Views: 151
Re: How can the debian postinst know the username when it'ts updated via Update Manager?
Other plugins for xed / pluma / gedit don't do that, at least not from the repository. Why must yours?
(Xed is a fork of Pluma, which is a fork of Gedit 2. They all basically have the same plugin system.)
(Xed is a fork of Pluma, which is a fork of Gedit 2. They all basically have the same plugin system.)
- Tue Sep 10, 2024 12:23 pm
- Forum: Forums Feedback
- Topic: Anyone Else Having Problems with the Forums Lately?
- Replies: 15
- Views: 568
Re: Anyone Else Having Problems with the Forums Lately?
That's a problem on your end I think. Are you maybe using a VPN / VPS / proxy or similar? Maybe a routing or DNS problem in that network.
- Tue Sep 10, 2024 8:51 am
- Forum: Programming & Development
- Topic: How can the debian postinst know the username when it'ts updated via Update Manager?
- Replies: 6
- Views: 151
Re: How can the debian postinst know the username when it'ts updated via Update Manager?
You're writing malware? Or what possible legitimate use is there for a system package doing something with the username?
- Tue Sep 10, 2024 8:50 am
- Forum: Scripts & Bash
- Topic: Calculate file command on nested folders
- Replies: 3
- Views: 124
Re: Calculate file command on nested folders
Very basic but this command would find all files in the current directory (the dot . in the command stands for the current directory, you could replace the dot with a full path if you prefer) and run 'file' command on them and save the results to a file called "result.txt" in your home dir...
- Tue Sep 10, 2024 8:20 am
- Forum: Gaming
- Topic: Steam don't open games on Proton
- Replies: 7
- Views: 154
Re: Steam don't open games on Proton
unmask=0775
was a typo of the other member. It should be umask=0775
, without the "n".- Tue Sep 10, 2024 2:06 am
- Forum: Software & Applications
- Topic: Update Manager will not install certain apps. [SOLVED]
- Replies: 3
- Views: 78
Re: Update Manager will not install certain apps. [SOLVED]
That's a different question. You would have had to try to get debug output from mintupdate to find that out maybe.
- Mon Sep 09, 2024 5:10 pm
- Forum: Software & Applications
- Topic: Update Manager will not install certain apps. [SOLVED]
- Replies: 3
- Views: 78
Re: Update Manager will not install certain apps.
Those are flatpaks. To update flatpaks from the command line you run:
flatpak update
- Mon Sep 09, 2024 3:40 pm
- Forum: Scripts & Bash
- Topic: [Solved] Convert File path to URL
- Replies: 2
- Views: 74
Re: Convert File path to URL
If it's an existing file you can ask gio:
That will print the uri of the file.
gio info "/path/to/file" | sed -nr 's/^uri: (.*)/\1/p'
That will print the uri of the file.
- Mon Sep 09, 2024 11:59 am
- Forum: Chat about Linux Mint
- Topic: Would a laptop donation be accepted?
- Replies: 3
- Views: 232
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: 961
- 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: 961
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: 105
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: 171
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: 68
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: 7
- Views: 154
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: 171
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...