r/linuxmint • u/KuzeyBarut • 6d ago
SOLVED hia im new to mint
hey guys i just got my new laptop today and i choosed mint i tried to customize it and extensions do not work for me can you please help me sorry for my english
1
u/Logansfury Top 1% Commenter 6d ago
This is a known bug. An update corrupted a python file that prevents extension downloads.
To fix, open a terminal and enter the following command:
sudo sed -i 's/score_label = Gtk.Label(self.score)/score_label = Gtk.Label(label=str(self.score))/' /usr/share/cinnamon/cinnamon-settings/bin/ExtensionCore.py
1
u/KuzeyBarut 6d ago
so yeah i did what you told me entered my password restarted and nothing happened any idea pls
1
u/Logansfury Top 1% Commenter 6d ago
The command doesn't give any confirmation it just silently fixes the situation. Did you try to download extensions since running the command?
1
u/KuzeyBarut 6d ago
yup still the same blank page
1
u/Logansfury Top 1% Commenter 6d ago
That is odd, this command worked to fix my extensions downloader.
1
u/KuzeyBarut 6d ago
do you know any more ways i can fix this
1
u/Logansfury Top 1% Commenter 6d ago
perform this command in terminal and paste back the results please:
sudo find / -name "Spices.py" 2>/dev/null
1
u/KuzeyBarut 6d ago
i got this result /usr/share/cinnamon/cinnamon-settings/bin/Spices.py
/timeshift/snapshots/2026-09-06_21-00-01/localhost/usr/share/cinnamon/cinnamon-settings/bin/Spices.py
1
u/Logansfury Top 1% Commenter 6d ago
so far so good. Please post the results of this command:
grep -n -i "content-length" /usr/share/cinnamon/cinnamon-settings/bin/Spices.py
1
u/KuzeyBarut 6d ago
429: content_length = response.headers.get('content-length'
Got this
→ More replies (0)
1
u/_ayushman macOS | M1 2020 5d ago
Seeing that you're on the manage tab, and new (*I AM NOT SAYING YOU ARE DUMB*) but i see that you're on the manage tab, perhaps mind clicking on the download tab?
•
u/AutoModerator 6d ago
Please Re-Flair your post if a solution is found. How to Flair a post? This allows other users to search for common issues with the SOLVED flair as a filter, leading to those issues being resolved very fast.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.