Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
-
donald
- Full of knowledge

- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Post#1
by donald » 31 Aug 2017, 02:27
Build / tested / used in Porteus 3.2.2 XFCE 32 Bit
The File is on a german hosting service so please do as follows to get it.
Wait 15 sec > click
"Jetzt zur Download-Seite" (means go to download page) >
click
"Klicke hier, um ihn zu starten" (means click to start the download).
Download:
http://filehorst.de/d/ccxBbGnH
If it won't work with other desktops, let me know.
Tip:
preferences > content video
uncheck "use MSE asyncronously" and check "enable MSE for WebM video"
result - all good (youtube html5 check)

donald
-
brokenman
- Site Admin

- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Post#2
by brokenman » 16 Sep 2017, 21:55
Is the Porteus duckduckgo working in this version? I unpacked it but didn't find the required xml file.
How do i become super user?
Wear your underpants on the outside and put on a cape.
brokenman
-
donald
- Full of knowledge

- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Post#3
by donald » 16 Sep 2017, 23:06
which file do you mean?
the dd-go xml is in
/opt/palemoon/browser/searchplugins/duckduckgo-palemoon.xml
it is exactly the same as in the 27.0.3 module at dl.porteus
diff -s 27.0.3_duckduckgo-palemoon.xml 27.4.2_duckduckgo-palemoon.xml
Files 27.0.3_duckduckgo-palemoon.xml and 27.4.2_duckduckgo-palemoon.xml are identical
donald
-
ncmprhnsbl
- DEV Team

- Posts: 4290
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
-
Contact:
Post#4
by ncmprhnsbl » 16 Sep 2017, 23:33
just checked this, and it is correct ie. ddgo search uses
https://duckduckgo.com/?t=porteus&q=
the update script just edits the existing duckduckgo-palemoon.xml rather than creating a extra duckduckgo-porteus.xml ..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
ncmprhnsbl
-
donald
- Full of knowledge

- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Post#5
by donald » 17 Sep 2017, 18:25
Yep..
update-palemoon-live-script:
## Install porteus duckduckgo
sed -i 's/palemoon/porteus/g' $PKG/opt/palemoon/browser/searchplugins/duckduckgo-palemoon.xml
resulting duckduckgo-palemoon.xml:
<Url type="text/html" method="get" template="
https://duckduckgo.com/">
<Param name="t" value="
porteus"/>
<Param name="q" value="{searchTerms}"/>
</Url>
donald