Specifically, it's ClassicTB2 for Epyrus.
Classic theme stopped working :(
Moderator: athenian200
-
Octopuss
- Lunatic

- Posts: 412
- Joined: 2021-02-19, 20:46
Classic theme stopped working :(
Why did a minor update break a theme?
Now the program looks horrible 
Specifically, it's ClassicTB2 for Epyrus.
Specifically, it's ClassicTB2 for Epyrus.
-
athenian200
- Contributing developer

- Posts: 1632
- Joined: 2018-10-28, 19:56
- Location: Georgia
Re: Classic theme stopped working :(
I have no idea. It's probably just because I bumped the middle version number of the mail client... I vaguely remember this happening the last time I went from 2.0.x to 2.1.x. Possibly the version in there just needs to be bumped? If I'd remembered that would happen I might have just gone for 2.1.4.
But in all honesty, I don't maintain the ClassicTB2 theme myself.
But in all honesty, I don't maintain the ClassicTB2 theme myself.
"The Athenians, however, represent the unity of these opposites; in them, mind or spirit has emerged from the Theban subjectivity without losing itself in the Spartan objectivity of ethical life. With the Athenians, the rights of the State and of the individual found as perfect a union as was possible at all at the level of the Greek spirit." -- Hegel's philosophy of Mind
-
Bilbo47
- Lunatic

- Posts: 383
- Joined: 2017-11-18, 04:24
Re: Classic theme stopped working :(
Either this isn't the fix or I don't know how to do the hack properly. For background, I've gotten it to work on like only one extension ever, so...
-
Moonchild
- Project founder

- Posts: 38821
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Classic theme stopped working :(
Check for updates in the Add-on manager of Epyrus! I've just released a theme update for it.
It should update to a compatible version, and then you need to re-enable it and issue a restart.
It should update to a compatible version, and then you need to re-enable it and issue a restart.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
Octopuss
- Lunatic

- Posts: 412
- Joined: 2021-02-19, 20:46
Re: Classic theme stopped working :(
I must be especially stupid today but can you tell me how to do that? I don't see any check for updates button.
The theme is disabled and I can't do anything with it.
What am I supposed to do here?
edit: Nevermind, I simply removed it and went to the addons website and downloaded the .xpi again.
edit2: The theme works. Yay!
-
Moonchild
- Project founder

- Posts: 38821
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Classic theme stopped working :(
For future reference.
Add-ons manager -> gear -> check for updates.
You do not have the required permissions to view the files attached to this post.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
Bilbo47
- Lunatic

- Posts: 383
- Joined: 2017-11-18, 04:24
-
Octopuss
- Lunatic

- Posts: 412
- Joined: 2021-02-19, 20:46
-
Halvar
- Moongazer

- Posts: 7
- Joined: 2020-04-15, 22:41
Re: Classic theme stopped working :(
In Epyrus 2.2.0, legacy themes no longer work (at least the ones I have installed). Updating install.rdf like this makes them compatible again.
Code: Select all
<em:targetApplication>
<!-- Epyrus -->
<Description>
<em:id>{29877c1d-27df-4421-9a79-382c31470151}</em:id>
<em:minVersion>2.0.0a1</em:minVersion>
<em:maxVersion>2.2.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>
Last edited by Halvar on 2026-02-07, 14:04, edited 1 time in total.
-
Moonchild
- Project founder

- Posts: 38821
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Classic theme stopped working :(
I recommend you don't set maxversion to 2.* but keep it more conservative (e.g. 2.2.*)
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
Halvar
- Moongazer

- Posts: 7
- Joined: 2020-04-15, 22:41