Search found 83 matches
- Wed Feb 19, 2025 10:38 am
- Forum: Software / Configuration
- Topic: Brightness Systray invokes when buttons in the notifications are clicked [Solved]
- Replies: 2
- Views: 94
Re: Brightness Systray invokes when buttons in the notifications are clicked [Solved]
It seems that latest updates to mx-tweak have fixed this issue. Thank you..!
- Mon Feb 17, 2025 8:25 am
- Forum: Software / Configuration
- Topic: Brightness Systray invokes when buttons in the notifications are clicked [Solved]
- Replies: 2
- Views: 94
Brightness Systray invokes when buttons in the notifications are clicked [Solved]
Issue:
If a notification with buttons/actions appear on the desktop and if a button on it is clicked, Brightness Systray is invoked. I am attaching a short screen recording to show the issue.
By the way, this only occurs when:
If Brightness Systray is enabled on login through "Session & Startup ...
If a notification with buttons/actions appear on the desktop and if a button on it is clicked, Brightness Systray is invoked. I am attaching a short screen recording to show the issue.
By the way, this only occurs when:
If Brightness Systray is enabled on login through "Session & Startup ...
- Sun Nov 10, 2024 2:47 am
- Forum: MX KDE Official Release
- Topic: Ark archive manager shows different mimetype because of extension similarity [Solved]
- Replies: 1
- Views: 80
- Sun Nov 10, 2024 1:53 am
- Forum: MX KDE Official Release
- Topic: Ark archive manager shows different mimetype because of extension similarity [Solved]
- Replies: 1
- Views: 80
Ark archive manager shows different mimetype because of extension similarity [Solved]
I have some archives with OpenType font files (.otf). But there is an issue with this file format, because it is associated with 2 mimetypes -
font/otf
application/vnd.oasis.opendocument.formula-template
I am used to quickly install fonts by clicking on the archive. But, I found that only if ...
font/otf
application/vnd.oasis.opendocument.formula-template
I am used to quickly install fonts by clicking on the archive. But, I found that only if ...
- Fri Oct 18, 2024 11:30 am
- Forum: MX KDE Official Release
- Topic: MX Package Installer has a difficulty writing file in /tmp [Solved]
- Replies: 28
- Views: 613
Re: MX Package Installer has a difficulty writing file in /tmp [Solved]
I edited mx.list to remove the extra forward slash and it solved my 2 issues:
It solved the download error with MXPI.
It solved issue with MX Repo Manager where it was unable to set another mirror.
Although, I am not sure how that extra / appeared in mx.list. This is a fresh install an I did not ...
It solved the download error with MXPI.
It solved issue with MX Repo Manager where it was unable to set another mirror.
Although, I am not sure how that extra / appeared in mx.list. This is a fresh install an I did not ...
- Fri Oct 18, 2024 9:50 am
- Forum: MX KDE Official Release
- Topic: MX Package Installer has a difficulty writing file in /tmp [Solved]
- Replies: 28
- Views: 613
Re: MX Package Installer has a difficulty writing file in /tmp [Solved]
Okay. I can confirm that I can access http://mxrepo.com/mx/ from my computer. When I curl this URL, I get a 301. When I explicitly type https, it does access the root directory of repo. I am not sure of my conclusion, but could the difference be the culprit ?
In the source code -
QFile file(tmp ...
In the source code -
QFile file(tmp ...
- Fri Oct 18, 2024 8:40 am
- Forum: MX KDE Official Release
- Topic: MX Package Installer has a difficulty writing file in /tmp [Solved]
- Replies: 28
- Views: 613
Re: MX Package Installer has a difficulty writing file in /tmp [Solved]
The issue is a network error, not a write error. So for some reason the app cannot download the file. Do you use a proxy? Do you do anything fancy with your networking? Can you access http://mxrepo.com/mx/ ?
I do not use any proxy, but I share network to my computer via mobile hotspot. I'll ...
- Fri Oct 18, 2024 8:36 am
- Forum: MX KDE Official Release
- Topic: MX Package Installer has a difficulty writing file in /tmp [Solved]
- Replies: 28
- Views: 613
Re: MX Package Installer has a difficulty writing file in /tmp [Solved]
SecureBoot enabled
This needs to be disabled and it's the reason that your write to /tmp failed. Te package that you are downloading / installing lacks the signature required by Secure Boot.
Ohh. Can secure boot affect access to /tmp ? BTW, I am not installing anything that needs any ...
- Fri Oct 18, 2024 8:16 am
- Forum: MX KDE Official Release
- Topic: MX Package Installer has a difficulty writing file in /tmp [Solved]
- Replies: 28
- Views: 613
Re: MX Package Installer has a difficulty writing file in /tmp [Solved]
Yes. From the menu.
- Fri Oct 18, 2024 8:12 am
- Forum: MX KDE Official Release
- Topic: MX Package Installer has a difficulty writing file in /tmp [Solved]
- Replies: 28
- Views: 613
Re: MX Package Installer has a difficulty writing file in /tmp [Solved]
Yes. I was able to touch a testfile in /tmp without sudo.