Search found 795 matches

by gracious1
2017-11-02, 14:34
Forum: The Pale Moon add-ons website
Topic: broken link
Replies: 7
Views: 1437

Re: broken link

Goodydino wrote:Would anybody like me to list them?
Sure. Go ahead. :)
by gracious1
2017-10-29, 22:28
Forum: General discussion (old)
Topic: The New AMO site
Replies: 20
Views: 2225

Re: The New AMO site

We've looked at the issue some more and it simply boils down to AMO's "new look" only rendering for desktop users properly in browsers that fully support the "grid" CSS sugar. What does that mean? Can you explain that more? I know that I saw the new site on PM 27.5.1 x64 a Windows 10 machine that I...
by gracious1
2017-10-27, 21:17
Forum: General discussion (old)
Topic: The New AMO site
Replies: 20
Views: 2225

Re: The New AMO site

My guess is that they want to look like the Chrome "store" or Opera "store", but the new Fx "store" is just ... chaotic! :crazy: I do not like this trend in user-interfaces to ... whatever you call this post-post-modern design. And I hate calling it a "store". That makes us "consumers" and Mozilla, ...
by gracious1
2017-10-27, 20:36
Forum: Pale Moon for Linux
Topic: Can't install PM on Debian
Replies: 4
Views: 845

Re: Can't install PM on Debian

Try this command: sudo apt-get purge palemoon (Enter password if promtped.) What is the output? Paste it here to the forum. You may also wish to try this: sudo rm -rf /opt/palemoon && echo ok (Enter password if promtped.) If you see 'ok', then you have erased the Pale Moon installation; anything els...
by gracious1
2017-10-27, 20:18
Forum: Themes
Topic: Incorporating light themes/personas into Palemoon
Replies: 6
Views: 746

Re: Incorporating light themes/personas into Palemoon

Thank you for both of those gracious1. :thumbup: You're welcome. We aim to please. ;) Any idea what has been updated in Persona Switcher? Well I found this conversation between Lootyhoof and the delevoper of PS. Looks like 3.x is bootstrap, whereas 2.x was just plain XUL/overlay. I have noticed tha...
by gracious1
2017-10-27, 19:40
Forum: General discussion (old)
Topic: The New AMO site
Replies: 20
Views: 2225

The New AMO site

OMG. Has anyone visited the "new look" for AMO? It is appalling. :sick: I would like to know... who designed it? An eight-year-old? What are they thinking? The way it is designed now, it is organized and easy to find things. The new design... how the heck is anyone supposed to find anything? (Go to ...
by gracious1
2017-10-27, 01:50
Forum: Themes
Topic: Questions about modifying Appmenu button
Replies: 0
Views: 261

Questions about modifying Appmenu button

Hi, Lootyhoof! In another thread , you showed a user how to modify the appmenu button in Moonfox3 from this: https://i.imgur.com/Sn94thV.png to this: https://i.imgur.com/Ocar8vu.png using this userstyle (with Stylish): #appmenu-toolbar-button .toolbarbutton-text { display: -moz-box !important; } #ma...
by gracious1
2017-10-27, 00:46
Forum: Themes
Topic: Theme hides tab close button
Replies: 3
Views: 388

Re: Theme hides tab close button

It's Red Cats, blue flavor 6.0.0. Hello, Mom-Kat! Sorry for the delay in the response! I found that it is better to use Red Cats (blue flavor) 5.8.0 with Pale Moon 27. It works much better then 6.0.0 . You can see the close buttons on the tabs: https://s6.postimg.org/lh7xukh1p/Red_Cats_blue_5.8.0.p...
by gracious1
2017-10-26, 19:23
Forum: Themes
Topic: Incorporating light themes/personas into Palemoon
Replies: 6
Views: 746

Re: Incorporating light themes/personas into Palemoon

Wow. I really messed up that post. :crazy: What I was trying to say is you probably need: Theme Compatibility Provider by Lootyhoof to make the Lightweight Themes section show the previews correctly. (Without it, hovering over the persona will not preview it on my browser.) Persona Switcher , as han...
by gracious1
2017-10-26, 08:14
Forum: Themes
Topic: Incorporating light themes/personas into Palemoon
Replies: 6
Views: 746

Re: Incorporating light themes/personas into Palemoon

How can I add/change background look of Palemoon themes? I haven't been able to get them customized in windows 10. I have also noticed that at least in Linux, to get the previews to work on the (Lightweight) Themes page at Mozilla, you have to install Lootyhoof's Theme Compatibility Provider . Also...
by gracious1
2017-10-24, 18:01
Forum: The Pale Moon add-ons website
Topic: Add-on update hangs!
Replies: 18
Views: 2139

Re: Add-on update hangs!

Thanks, how do I modify the rdf file to adapt to Pale Moon? I actually have saved a whole repository of add-ons from Firefox, using FEBE, which I recommend for this purpose. A better idea is to install Moon Tester Tool , and then use that to install incompatible extensions. It automatically modifie...
by gracious1
2017-10-24, 05:45
Forum: Browser extensions
Topic: FEBE fails?
Replies: 3
Views: 536

Re: FEBE fails?

Did you reset the FEBE prefs after updating to v.10? . No, I will try that. But I wonder if that means, then, I have to do all my backups over, and the previous ones are now useless? Just use Pale Moon's own Add-ons Manager for this (Extensions/Install Add-ons from file) - you can even select multi...
by gracious1
2017-10-23, 09:18
Forum: Browser extensions
Topic: FEBE fails?
Replies: 3
Views: 536

FEBE fails?

Has anyone had any luck with FEBE restorting extensions? Earrly this morning, I was successfully able to restore themes, both full themes and personas. However, I could not get a single extension restored. When I do Tools > FEBE > Restore > Restore Extensions, and then I select the extensions from t...
by gracious1
2017-10-22, 23:29
Forum: Pale Moon for Linux
Topic: Changing profile directory
Replies: 7
Views: 826

Re: Changing profile directory

Thanks. I have another question. Is there a way to use the browser UI to migrate selected profiles from the original directory to my new experimental directory? Otherwise, I can see only moving (well, actually copying) profile folders... cd ~/.moon*/pale* cp profile1 profile2 profile3 ~/exp/.moon*/p...
by gracious1
2017-10-22, 03:50
Forum: Pale Moon for Linux
Topic: Changing profile directory
Replies: 7
Views: 826

Re: Changing profile directory

Thanks, Watler Dnes! I just have a couple of questions before I start. #!/bin/bash HOME="${HOME}/exp" path-to-test-version-palemoon -new-instance -p "${1}" Is there a reason to prefer --new-instance over --no-remote ? I have modified my pm-unstable.desktop launcher, for example, to this: Exec=/opt/p...
by gracious1
2017-10-21, 13:47
Forum: Pale Moon for Linux
Topic: Changing profile directory
Replies: 7
Views: 826

Changing profile directory

This is a question not about how to create new profiles and switch between profiles. Rather, what I would like to know is how to get Pale Moon to open profiles located in a different directory, and only that directory. I have both stable and unstable versions of Pale Moon installed (in /usr/lib and ...
by gracious1
2017-10-21, 06:25
Forum: Browser extensions
Topic: Available addon updates which doesn't appear in addons.mozilla.org
Replies: 3
Views: 583

Re: Available addon updates which doesn't appear in addons.mozilla.org

Lately from browser addons I see available updates, but i cannot find them from the webpage. :shock: This has to do with Firefox's changeover in add-on technology. They've abandoned full add-on technology (XUL/XPCOM, bootstrap, JetPack/SDK) for deficient "WebExtensions" (Chrome-like add-ons). Visit...
by gracious1
2017-10-21, 06:21
Forum: The Pale Moon add-ons website
Topic: The future for extensions listed but not hosted by Pale Moon
Replies: 26
Views: 5621

Re: The future for extensions listed but not hosted by Pale Moon

Lootyhoof wrote:Details can be found here.
Is there any way it can be updated? I feel a little uneasy trying to sell developers on Pale Moon and then direct them to a site that announces it is out of date. Harder for me to make the sell. :shifty:
by gracious1
2017-10-21, 05:33
Forum: Browser extensions
Topic: NoScript 5.1.2 hangs Palemoon when changing link in address bar
Replies: 17
Views: 1715

Re: NoScript 5.1.2 hangs Palemoon when changing link in address bar

NoScript 5.1.3rc1 x Fixed Palemoon urlbar breakage on browser restart https://noscript.net/getit I couldn't get my hands on version 5.1.3rc 1 , so I installed version 5.1.3rc 2 instead. When I installed it for the first time in one of my profiles in PM 27.6.0a1 x86_64 (2017-10-18), no problems. :th...
by gracious1
2017-10-20, 10:44
Forum: Pale Moon for Linux
Topic: Using "-no-remote -P profile" with Pale Moon
Replies: 7
Views: 953

Re: Using "-no-remote -P profile" with Pale Moon

You do realize that you're posting on the "Pale Moon for Linux" forum? I assumed that this was a request for help with the linux version. The OP wrote This relates to Windows 7. So I am simply asking for an explanation, since this is the Linux forum. And I did my best to help this person with their...