Page 1 of 24

Fossapup User Contributed Packages

Posted: Sun Nov 01, 2020 3:50 pm
by 666philb

this topic will be pinned at the top of the fossapup thread and this first post will contain links to user contributed packages posted in this thread and elsewhere on the forum

Tips from @sc0ttman on Creating and sharing YOUR OWN repos with Pkg viewtopic.php?f=91&t=1170

Chinese language setup by @icake viewtopic.php?p=6653#p6653

various apps by @ETP viewtopic.php?p=3551#p3551
minidlna viewtopic.php?p=3616#p3616
conky toggle viewtopic.php?p=5016#p5016
Net Info & Geolocation viewtopic.php?p=5224#p5224
Multilingual Low Bat Alarm: viewtopic.php?p=5641#p5641
Numix circle icon theme viewtopic.php?p=7223#p7223
chrome updater viewtopic.php?p=2335#p2335

various apps by @Grey
retrosoul games viewtopic.php?p=4149#p4149
more old school games viewtopic.php?p=8883#p8883
hurrican viewtopic.php?f=146&t=1126
Convenient karaoke viewtopic.php?f=146&t=1154
emulators viewtopic.php?p=1850#p1850
doom viewtopic.php?p=2277#p2277

various apps by @OscarTalks
transmission viewtopic.php?p=1695#p1695
celluloid viewtopic.php?p=2700#p2700

Pmaterial folder colour changer viewtopic.php?p=9114#p9114


Re: Fossapup User Contributed Packages

Posted: Tue Nov 03, 2020 12:35 pm
by 666philb

here's a colour changer script for the default PMaterial icons in fossapup

folder-colour-2020-11-03-12-58-23.png
folder-colour-2020-11-03-12-58-23.png (11.07 KiB) Viewed 21968 times

Code: Select all

#!/bin/sh
		
GTKDIALOG=gtkdialog

#export TMPDIR=/tmp/gtkdialog/examples/"`basename $0`"
#mkdir -p "$TMPDIR"

export TEXTDOMAIN=pmaterialfc
export OUTPUT_CHARSET=UTF-8
. gettext.sh 

APPLYCC () {
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/16/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/22/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/24/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/32/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/48/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/64/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/scalable/places/directory.svg

}
export -f APPLYCC
	
MAIN_DIALOG='
<window title="PmaterialFC" icon-name="preferences-desktop-theme" window-position="1">
	<vbox>
	<frame Pmaterial Folder Colour>
		<hbox space-expand="true" space-fill="true">
			<pixmap>
			<height>60</height>
			<width>60</width>
			<input file icon="directory"></input>
			</pixmap>
		<vbox>
			<text><label>Choose Colour</label></text>
			<colorbutton tooltip-text="'"$(gettext "Select Colour Of Folder")"'">
			<default>#07726a</default>
			<variable>COLOUR1</variable>
			<action>APPLYCC &</action>
			</colorbutton>
		</vbox>
		</hbox>
		<vbox>
			<text><label>Restart ROX to see changes</label></text>
			<button tooltip-text="'"$(gettext "Restart Rox")"'">
		    <label>Restart ROX</label>
			<input file icon="refresh"></input>
			<action>killall ROX-Filer</action>
			<action>rox -p /root/Choices/ROX-Filer/PuppyPin</action>
			</button>
		</vbox>
		<hbox>
			<button>
			<label>'$(gettext 'Quit')'</label>
			<input file>/usr/share/icons/PMaterial/scalable/actions/quit.svg</input><height>18</height><width>18</width>
			<action>exit:quit_now</action>
			</button>
		</hbox>
	</frame>
	</vbox>
</window>'
GUI="
<window>
 <vbox>
  <menubar>
   ...
  </menubar>
 </vbox>
 <action signal=\"hide\">exit:Exit</action>
</window>"
export MAIN_DIALOG

case $1 in
	-d | --dump) echo "$MAIN_DIALOG" ;;
	*) $GTKDIALOG --program=MAIN_DIALOG ;;
esac


Fossapup Chinese language pets

Posted: Wed Nov 11, 2020 5:15 am
by icake

I have resolved the issues for installing Chinese language pets in fossapup64 9.0.5 and 9.5.0 and 6 new half-Chinese language pets and 2 new Chinese language pets were created for fossapup64 9.0.5 and 9.5.0.
For details, please see the post:
viewtopic.php?f=138&t=297&start=10


Re: Fossapup Chinese language pets

Posted: Wed Nov 11, 2020 2:55 pm
by 666philb
icake wrote: Wed Nov 11, 2020 5:15 am

I have resolved the issues for installing Chinese language pets in fossapup64 9.0.5 and 9.5.0 and 6 new half-Chinese language pets and 2 new Chinese language pets were created for fossapup64 9.0.5 and 9.5.0.
For details, please see the post:
viewtopic.php?f=138&t=297&start=10

thanks @icake
added to first post !


Re: Fossapup User Contributed Packages

Posted: Mon Nov 16, 2020 4:17 am
by bigpup

Some GTK themes that can be added to Fossapup64 9.5.
Give you more themes to choose from in JWMDesk Manager->GTK Theme
Several pet packages of GTK themes in pet_packages-common
http://distro.ibiblio.org/puppylinux/pe ... es-common/

Example:
Stardust Theme
http://distro.ibiblio.org/puppylinux/pe ... rt-0.5.pet
.

Screenshot(1).jpg
Screenshot(1).jpg (56.01 KiB) Viewed 21721 times

Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 6:34 am
by puddlemoon

Hi
I made a .pet of the dark theme I've been using in of late.
It will install and apply a global theme covering all the main aspects of the desktop. Install and restart X
It is made for fossapup but can be used on other pups. I've tested on bionic with openbox and pcmanfm, upupbb32 and easyos...
includes settings for jwm, rox, picom/compton, dunst, conky, gtk2/3, openbox, plus all the icons so it is a bit hefty. I'd be happy to make a slim version if there is interest.

Download here

Image


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 11:47 am
by bigpup

Your pet will not download.
Just get error message not found, when you click on download.


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 2:16 pm
by mikewalsh

Have to agree, bigpup.

I can get to the Google Download page, but clicking on the button does nowt at all. It's the same in Chrome, Firefox, and in PaleMoon, so it's not a browser issue.

@puddlemoon :-

Are you sure you've got correct sharing permissions set on that folder? Or have you got it set to share by invitation-only? Worth looking into, 'cos Drive settings are not always the easiest things to figure out!

(BTW, did you use "Share".....or "Get Shareable link"? There IS a difference, apparently.)

Mike. ;)


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 2:27 pm
by Dingo
mikewalsh wrote: Wed Nov 18, 2020 2:16 pm

Have to agree, bigpup.

I can get to the Google Download page, but clicking on the button does nowt at all. It's the same in Chrome, Firefox, and in PaleMoon, so it's not a browser issue.

@puddlemoon :-

Are you sure you've got correct sharing permissions set on that folder? Or have you got it set to share by invitation-only? Worth looking into, 'cos Drive settings are not always the easiest things to figure out!

Mike. ;)

I don't if puddlemon changed something, but I was able to download pet package from my android tablet

I mirrored here:
cyan-glass-full.pet
http://ge.tt/20Fa9x83


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 4:05 pm
by taersh

After getting a blank new tab for around one minute download started and succeeded.
Though, I had to do it three times. Before that, the tab remained empty for several minutes without anything happened.


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 4:20 pm
by mikewalsh

Okay; it works for me, too......after about 30 seconds. Never had a delay like that with MY Drive a/c, though....

Mike. Image


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 5:16 pm
by puddlemoon

Odd indeed... the file is set to "viewers can download"
Sorry for the hassle,
Thanks dingo for the mirror.

Btw, probably obvious but some app specific colors will need to be set manually. I recommend advanced night mode for palemoon, vibrant colorscheme for geany and some others like hexchat etc will need some attention to match...


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 5:23 pm
by 666philb

hi @puddlemoon ,

i like the .pet and will add it to the repo but need to make some changes to it first as it overwrites users configs for conky etc.
i'll look into a better working pinstall.sh that may prompt the user and also make backups

cheers

phil


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 5:33 pm
by puddlemoon

Cool, sounds good. Thanks

It was the intention to have it apply the theme (and thus overwrite) but I assumed that a less demanding version would be more attractive to many users. Maybe one without the icons...


Re: Fossapup User Contributed Packages

Posted: Wed Nov 18, 2020 5:41 pm
by 666philb

it can all be there ... but just done in a slightly different way :) i'll post a pet when done


Re: Fossapup User Contributed Packages

Posted: Sat Nov 21, 2020 1:29 am
by PipzDex

hi @666philb

I share this folder with some packages that I made or slightly modified, others are original, but I know they will be of interest

Fossapup Repo

fossapuprepo.png
fossapuprepo.png (19.03 KiB) Viewed 10144 times

Cheers!! :thumbup2:


Re: Fossapup User Contributed Packages

Posted: Tue Nov 24, 2020 9:42 pm
by Jny00
bigpup wrote: Wed Nov 18, 2020 11:47 am

Your pet will not download.
Just get error message not found, when you click on download.

Your theming is pretty bad ass. I give you kudos.

As for myself, A very good first post on the PUPPY FORUM following my first successful login.

***Totally unrelated to the fantastic theme: I would like to thank Nic for allowing access to personal(ish) files such as G-Drive. and wallpaper files, and I cant recall what else. My gleaning will make a better Pupinian out of me***


Re: Fossapup User Contributed Packages

Posted: Sun Nov 29, 2020 7:38 pm
by michel804

Hello! Thank you for this distro.
I downloaded the iso file but I did not see a Devx file. Is there one or is it already included in the iso?
I am getting ready to test it in the coming week.
Thanks

Michel


Re: Fossapup User Contributed Packages

Posted: Sun Nov 29, 2020 8:25 pm
by puddlemoon

Hi @michel804
you can get the devx.sfs in quickpet, in the "useful" tab


Re: Fossapup User Contributed Packages

Posted: Sun Nov 29, 2020 9:06 pm
by mikewalsh

Thought I may as well link to this one here, since Fossapup64 is the only current 'buntu Pup it'll run under (needs minimum glibc 2.28):-

Ungoogled-Chromium 'portable' (v85)

Some of you might be interested.....

(29/03/21) - EDITED:- Just to say that the portable 'Ungoogled Chromium' build I'm now using for this - from 'Marmaduke' over at GitHub - appears to have been compiled against much older dependencies (like Chrome itself), so does in fact run under most 64-bit Pups now.

Mike. ;)


"The Secret Chronicles of Dr. M." aka "TSC" compiled in Fossapup

Posted: Tue Dec 01, 2020 12:40 pm
by Grey

"The Secret Chronicles of Dr. M." aka "TSC" compiled in Fossapup. This is a two-dimensional sidescrolling platform game. The game uses a bunch of libraries(sfml, cegui, etc) that are fortunately available in the PPM, so I added pinstall.sh script and it loads and installs whatever is required(quite a lot of libraries). Here it is in .pet:
https://yadi.sk/d/Xbxsr2RyfkSVnQ

And some curious information. The game website has a version of the game in the form of bootable USB image. And guess which Linux distro is taken as a basis :) ? "Puppy Linux Bionic 32bit Linux". The compressed image is larger than a gigabyte. And the image itself is six (6 !!!) gigabytes.
Once there were games for Linux distro, and now Linux distro for one game :)
Check it out for fun:
https://secretchronicles.org/en/news/20 ... available/


Re: Fossapup User Contributed Packages

Posted: Tue Jan 05, 2021 12:11 am
by mikeslr

Just a link to the AppFinder pet for Fossapup, viewtopic.php?p=14286#p14286


Control aspects of Application Windows -- stickyjwm-bb64.pet

Posted: Tue Jan 12, 2021 9:40 pm
by mikeslr

stickyjwm-bb64.pet by recobayu, from the link here: viewtopic.php?p=6342#p6342. Thanks recobayu. :thumbup:


Re: Fossapup User Contributed Packages

Posted: Mon Feb 08, 2021 1:58 am
by mikewalsh

I just want to link to taersh's 'Right Click Substitute' utility, here:-

viewtopic.php?f=106&t=987

By clicking on the MenuEntry in Menu->Desktop, it allows you to select and click on any Menu item, followed by giving you the choice of adding an executable icon for that item to either the desktop OR the 'Quick Launch' area, over on the left hand side of the tray.

I've posted in the thread just a few minutes ago, and attached a pair of 'all-in-one' .pets, containing the scripts, replaceit & xdotool binaries, and the libxdo dependencies, for both 32-bit and 64-bit Puppies.

I've been successfully using this for the last 3 months or more across the kennels, and it works beautifully in every Pup I've thrown it at. Thoroughly recommended. :thumbup:

Mike. ;)


ibus64 half-Chinese language pets for fossapup

Posted: Tue Feb 09, 2021 8:34 am
by icake

I have created an ibus half-Chinese language pet for fossapup64 9.0.5 and fossapup64 9.5.0

a. fossapup64 9.0.5
name of iso file: fossapup64-9.0.5.iso
name of ibus pet: ibus64_1.5.23-en-zh-bionic-23.0.0s.pet
names of other half-Chinese pets (released Dec 1, 2020):
fcitx64_4.2.9-en-zh-bionic-21.0.0s.pet
scim64_1.4.9-en-zh-bionic-21.0.0s.pet
yong3264_20201122-en-zh-bionic-21.0.0s.pet
names of Chinese language pets:
fossapup64-9.0.5-zhcn-21.0.0s.pet
fossapup64-9.0.5-zhhk-21.0.0s.pet

b. fossapup64 9.5.0
name of iso file: fossapup64-9.5.0.iso
name of ibus pet: ibus64_1.5.23-en-zh-bionic-23.0.0s.pet
names of other half-Chinese pets (released Dec 1, 2020):
fcitx64_4.2.9-en-zh-bionic-21.0.0s.pet
scim64_1.4.9-en-zh-bionic-21.0.0s.pet
yong3264_20201122-en-zh-bionic-21.0.0s.pet
names of Chinese language pets:
fossapup64-9.5.0-zhcn-21.0.0s.pet
fossapup64-9.5.0-zhhk-21.0.0s.pet

To use:
(a) any 1 of the 4 half-Chinese language pets will enable you to display and input Chinese in fossapup64

(b) any 1 of the name corresponding Chinese language pets will give you Simplified Chinese (use zhcn pet) or Traditional Chinese (use zhhk pet) menus, icon labels, tooltips for fossapup. For the Chinese pets to work normally, you must install a suitable half-Chinese pet prior to install the Chinese pet.

For more information and download links of these pets, please see the links below:
English forum: viewtopic.php?f=138&t=297
Chinese forum: https://www.minilinux.net/node/2545


Re: Fossapup User Contributed Packages

Posted: Sun Mar 14, 2021 8:54 pm
by bigpup

FrugalPup Installer, has a updated version, with a lot of new features.
Frugalpup Installer v35
viewtopic.php?t=337


Re: Fossapup User Contributed Packages

Posted: Tue Mar 16, 2021 4:17 pm
by OscarTalks

Audacious Audio Player
Version 4.1
Switch between Qt and GTK2 GUI from within the Preferences
Compiled from source in FossaPup. No jack, no pulse
Support for MIDI is enabled via libfluidsynth newest version (2.1.8) compiled from source with no frills and included in package, but as always you have to provide a SoundFont.sf2 file (which can be outside of save-space) and set the path to this in Plugin Preferences.
http://smokey01.com/OscarTalks/audaciou ... -fossa.pet

Also posting in this thread, as I think it is working OK
VLC-3.0.12 with Chromecast support enabled
http://smokey01.com/OscarTalks/vlc-3.0. ... -fossa.pet


Re: Fossapup User Contributed Packages

Posted: Tue Mar 16, 2021 4:28 pm
by gyrog
bigpup wrote: Sun Mar 14, 2021 8:54 pm

FrugalPup Installer, has a updated version, with a lot of new features.
Frugalpup Installer v25
viewtopic.php?p=19827#p19827

Sorry, it's FrugalPup v26 now.
viewtopic.php?p=19940#p19940
But I expect that to be the last "feature" release for a while.

But thanks, @bigpup


Re: Fossapup User Contributed Packages

Posted: Mon Mar 29, 2021 2:23 pm
by mikewalsh

Some of you may be interested in this one.:-

OnlyOffice

watchdog found it & put an SFS package together for it:-

viewtopic.php?f=96&t=2434

I did some scouting around, and found there was also an AppImage for it, too.....once again, at GitHub (I find a hell of a lot of Puppy-compatible stuff over there!) The AppImage can be found here:-

https://github.com/ONLYOFFICE/appimage- ... s/releases

Seems to work with all 64-bit 'buntu-based Pups OOTB, from Tahr through to Fossa.....though Ozsouth has put together the required libs for ScPup64, here:-

viewtopic.php?p=20523#p20523

Hope that's useful for some of you.

Mike. ;)


glmark2 (OpenGL 2.0 and ES 2.0 benchmark)

Posted: Tue Mar 30, 2021 5:46 pm
by Grey

Fry your graphics card :) ! glmark2(2021.02) benchmark compiled in Fossapup:
https://disk.yandex.ru/d/lkUqq-bRwcfvmQ
Run via Menu>>Utility and then select the version(gl or es2):

glmark2_menu.png
glmark2_menu.png (3.33 KiB) Viewed 9372 times

I had to make an icon in a hurry and make the test window appear together with the terminal window:

glmark_fossa_scr.png
glmark_fossa_scr.png (184.9 KiB) Viewed 9372 times