- Update install manifest to use separate target application blocks
- Attempt to solve issue #6 - set always on top to false as soon as main window is open. This fix isn't verified yet.
Splashed! [support topic]
Moderators: Lootyhoof, FranklinDM
Forum rules
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
Please do not create new topics here unless you are an extension author in need of a dedicated releases&support thread!
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
A new release is now up: v1.1.6
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
Update to Splashed: v1.1.7
- Initial support for Pale Moon 29 (no code changes) and another yet-to-be-released application if you look closely at the commit history.
-
- Fanatic
- Posts: 222
- Joined: 2016-05-15, 13:04
Re: Splashed! [support topic]
Just one big thing I would ask, is it possible for 'splashed' to interrogate the version num of PM / Basilisk on start up?? (read UA string or something?? )
VM 300Mbs in london england
on Intel Core I7 3GHz on Gigabyte X58a.
PM 32.4.1(64bit) on win7(64bit) sp1 - does ytoobe better than FF!!

Got 24Gig, Nvidia GTX 1060
dont need 4k - not rich, not gamer, newer GPUs only for $$$ peeps
useragentstring(com)
FF 115.3.1



PM 32.4.1(64bit) on win7(64bit) sp1 - does ytoobe better than FF!!



Got 24Gig, Nvidia GTX 1060





-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
Yep, you can use {appVersion}, {buildID}, and/or {userAgent} in the text override option at the extension's settings window and Splashed will automatically replace these with the appropriate values.
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
Update to Splashed: v1.2.0
- Thanks to AHOHNMYC!
- Reinstate and update Russian translation
- Fix broken display of non-ASCII custom splash text
- Use upscaled extension icon (32x32 -> 64x64)
- Remove support for old (and insecure) exported preferences format
- Remove support for Pale Moon 27 and older
- Remove custom about window
- Fix broken auto-close timeout for SeaMonkey and Borealis
- Simplify command line handler component logic
- Remove support for -splash flag
- Remove show splash when opening external links feature (broken due to typo)
- Further extension code cleanup and minor under-the-hood changes
-
- Knows the dark side
- Posts: 4339
- Joined: 2015-10-06, 16:59
- Location: Los Angeles CA USA
Re: Splashed! [support topic]
After the Update (v1.2.0) in Basilisk the logo only displays the last second or so (before the browser page loads) -- the splash screen is missing the logo for ~95% of the time the splash screen displays (see screen-shot):
Note: this doesn't happen for Pale Moon (so there's something different going on between the two browsers that's impacting Basilisk the way it is in regards to the way the splash screen renders).You do not have the required permissions to view the files attached to this post.
Current Pale Moon(x86) Release | WIN10 | I5 CPU, 1.7 GHz, 6GB RAM, 500GB HD[20GB SSD]
Formerly user Pale Moon Rising - to provide context involving embedded reply threads.
Good judgment comes from experience and a lot of that comes from bad judgment. - Will Rogers
Knowing Pale Moon is indisputably #1 is defined by knowing the totality of browsers. - Pale Moon Rising
Formerly user Pale Moon Rising - to provide context involving embedded reply threads.
Good judgment comes from experience and a lot of that comes from bad judgment. - Will Rogers
Knowing Pale Moon is indisputably #1 is defined by knowing the totality of browsers. - Pale Moon Rising
-
- Knows the dark side
- Posts: 4339
- Joined: 2015-10-06, 16:59
- Location: Los Angeles CA USA
Re: Splashed! [support topic]
I don't think he was actually --
my impression is that he was referring to this post in the current topic: viewtopic.php?p=195034#p194759 (but then I could be wrong

But I can see why you might reach the conclusion he was responding to my post re: Basilisk (which I'm assuming is your conclusion


Current Pale Moon(x86) Release | WIN10 | I5 CPU, 1.7 GHz, 6GB RAM, 500GB HD[20GB SSD]
Formerly user Pale Moon Rising - to provide context involving embedded reply threads.
Good judgment comes from experience and a lot of that comes from bad judgment. - Will Rogers
Knowing Pale Moon is indisputably #1 is defined by knowing the totality of browsers. - Pale Moon Rising
Formerly user Pale Moon Rising - to provide context involving embedded reply threads.
Good judgment comes from experience and a lot of that comes from bad judgment. - Will Rogers
Knowing Pale Moon is indisputably #1 is defined by knowing the totality of browsers. - Pale Moon Rising
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
The issues with Basilisk should be fixed with this release.
Update to Splashed: v1.2.1
Update to Splashed: v1.2.1
- Revert incorrect removal of default splash image source
- Fix broken close splash on click with Basilisk
Re: Splashed! [support topic]
I get this in Borealis.
Code: Select all
Timestamp: 7/26/2020 10:31:05 AM
Error: ReferenceError: Ci is not defined
Source File: chrome://splash/content/overlay.js
Line: 30
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
Thanks, this should be fixed now.
Off-topic:
I wasn't able to test if the extension works with Borealis since the build I was using required AVX and the only machine that I had which has this instruction set recently broke down.
Update to Splashed: v1.2.2
I wasn't able to test if the extension works with Borealis since the build I was using required AVX and the only machine that I had which has this instruction set recently broke down.
- Fix undefined Ci shorthand in overlay when using a navigator.
Re: Splashed! [support topic]
I can provide you with fresh builds whenever you want them. BUT there is a price to be paid. You will have to venture to the forbidden irc channel!
Or something.
Or something.
Re: Splashed! [support topic]
Is there specific CSS required to only display the image (if this is possible)? I am attempting to use Netscape Navigator's splash screen: which I believe to be correct, but the splash screen still displays like this:
I've tried to add to the above rule as well as setting margin to 0, and setting a fixed height and width as a last resort, with no effect. Is there anything in particular I'm missing in terms of code specifications?
But I seem unable to get it to display without the window borders around it. The custom style I added is Code: Select all
padding: 0px;
Code: Select all
!important
You do not have the required permissions to view the files attached to this post.
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
Try if v1.2.3 solves the issue.
Update to Splashed: v1.2.3
Update to Splashed: v1.2.3
- Remove unused space around splash window frame on Windows
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
Update to Splashed: v1.3.0
- Retrieve splash window handle using nsIBaseWindow instead of using WinAPI GetActiveWindow
- This should prevent cases where the main application window becomes always on top instead of the splash window - Take device pixel ratio into account when resizing the splash window on Windows
- Use window `activate` event instead of `focus`
- Prevent unnecessary updating of splash window state
-
- Add-ons Team
- Posts: 613
- Joined: 2017-01-14, 02:40
- Location: Philippines
Re: Splashed! [support topic]
Regression testing revealed that bug #1239743 is the culprit for broken full window (non-glass) transparency on UXP-based applications. Reverting changes brought by the said bug allows windows to be fully-transparent again if chrome is hidden and window background is set to transparent.FranklinDM wrote: ↑2018-07-12, 11:22Allow background transparency for Pale Moon 27 (and lower) and FossaMail
-
- Pale Moon guru
- Posts: 37352
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: Splashed! [support topic]
Curious. That would mean that GetMaxTextureSize() for some reason fails to give back a reasonable number there (possibly 0?). Otherwise the code change doesn't do anything but constrain the texture size.
Are you creating an unconstrained window or something when you make the splash window?
Are you creating an unconstrained window or something when you make the splash window?
"The world will not be destroyed by those who do evil, but by those who watch them without doing anything." - Albert Einstein
"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