Search found 3343 matches

by Adrian
Sat Mar 23, 2024 12:46 pm
Forum: Software / Configuration
Topic: Package installer crash
Replies: 9
Views: 104

Re: Package installer crash

Can you please start it from terminal by typing mx-packageinstaller and copy here the last couple of lines you see there before crashing.
by Adrian
Fri Mar 22, 2024 8:34 am
Forum: MX Help
Topic: Memory Issue on USB after upgrade
Replies: 25
Views: 473

Re: Memory Issue on USB after upgrade

Or remaster after each update.
by Adrian
Thu Mar 21, 2024 12:05 pm
Forum: MX Help
Topic: Is there any point in converting the partition to ext4 in my situation? [Solved]
Replies: 12
Views: 269

Re: Is there any point in converting the partition to ext4 in my situation? [Solved]

Yeah, I think writing to ext4 from Linux should be safer than writing to NTFS. But you also need to have backups, that's the most important way to protect your data.
by Adrian
Thu Mar 21, 2024 11:48 am
Forum: MX Help
Topic: Is there any point in converting the partition to ext4 in my situation? [Solved]
Replies: 12
Views: 269

Re: Is there any point in converting the partition to ext4 in my situation? [Solved]

Windows isn't considered safe when writing to ext4.
User seems to need to access data from ext4 very seldom, nothing was mentioned about writing to it, the solutions I linked to are for reading ext4 (ext2read and LinuxReader)
by Adrian
Thu Mar 21, 2024 11:21 am
Forum: MX Help
Topic: Is there any point in converting the partition to ext4 in my situation? [Solved]
Replies: 12
Views: 269

Re: Is there any point in converting the partition to ext4 in my situation? [Solved]

What do you mean by data security, not losing data to corruption?

I think Linux accessing ext4 is more safe than NTFS, there are also ways to read ext4 partition from Windows see the first couple of responses here: https://superuser.com/questions/37512/h ... on-windows
by Adrian
Tue Mar 19, 2024 2:41 pm
Forum: MX Help
Topic: Symbols in MXPI
Replies: 22
Views: 563

Re: Symbols in MXPI

Try:

Code: Select all

find /usr/share/icons -iname "package-installed-updated*" 
by Adrian
Tue Mar 19, 2024 12:16 pm
Forum: MX Help
Topic: Symbols in MXPI
Replies: 22
Views: 563

Re: Symbols in MXPI

I could set up the icons to be static, but I prefer them to be set by the theme, it's too bad if the theme doesn't make a difference between updated and outdated icons.
by Adrian
Tue Mar 19, 2024 12:06 pm
Forum: Installation
Topic: Package manager unaware of internet connection
Replies: 3
Views: 113

Re: Package manager unaware of internet connection

What happens if you do "sudo apt update"?
by Adrian
Sun Mar 17, 2024 7:45 pm
Forum: Bugs and Non-Package Requests Forum
Topic: mx-snapshot fails to create log files
Replies: 5
Views: 168

Re: mx-snapshot fails to create log files

Yeah, if you want the other releases you can choose from here whichever you need: https://build.opensuse.org/repositories ... x-snapshot
by Adrian
Sun Mar 17, 2024 2:14 pm
Forum: Bugs and Non-Package Requests Forum
Topic: mx-snapshot fails to create log files
Replies: 5
Views: 168

Re: mx-snapshot fails to create log files

The log should be fixed in the last version in the repo. Could you please test this build to see if I fixed the umask issue for you? What it does it sets umask to 022 before it runs the mksquashfs command. It works fine for me, if you confirm I will send it up to the repo. https://build.opensuse.org...

Go to advanced search