Hungarian Puppy Software Collection

Talk about and post software packages known to work or packaged for Puppy.
Message
Author
User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#16 Post by KuLuSz »

hey pup fans! I was create my new script, named with AMG , means Alsa mixer gui. Script is alpha state , work lot of simple sound cards... we can set left / right or both volumes in stereo channels (switcher is the '=' button), The channel name buttons switch (mute on/off) in the current channel... we can set capture channels to same like playback channels, and gui get the switch box of simple switching controls for s.card...

Note of attachment: Remove fake .gz exstension from the file name, then run as script .
Attachments
AMG_by_KuLuSz.gz
Remove fake .gz exstension from the file name, then run as script .
(6.49 KiB) Downloaded 292 times
AMG.jpg
Screenshot of AMG gui :)
(56.7 KiB) Downloaded 773 times
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

User avatar
pp4mnklinux
Posts: 375
Joined: Fri 23 Aug 2013, 06:56

Re: VLC set as default media player

#17 Post by pp4mnklinux »

Pelo wrote:VLC set as default media player in hungarian Puppy Browser linux.


THE BEST OPTION TO VISUALICE VIDEO FILES.

THANKY


MTpaint added. How can we do without ? Provided by Puppy 4 at ibiblio org.
Pfind would be useful too :)
Distro: xenialpup64 7.5 XXL
Desktop Panel: JWM ~ FbBox 5.0

User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#18 Post by KuLuSz »

hi guys
I was create my new script of screen recording ... i was try PAV record but never can record what i want ... so i wrote this gui for ffmpeg , i think v2 version enought good of sharing in this forum , so i translate now to english.
Script dependent commands is:
- bash - bin-utils
- gtkdialog
- xwininfo
- xrandr
- ffmpeg

We can set some default settings, at first lines in the script.

Code: Select all

#!/bin/bash
# Screen Recorder v2 by KuLuSz 2019 12 24
# Here u can edit default settings ( edit just between double quotes, if u know what u do )
# Switch on "true" , Switch off "false"
# Input default settings:
SR_SAMPLE_RATE="44100"			# Input audio sample rate: 22050 , 44100 , 48000
SR_AUDIO_CHANNELS="2"			# Input audio channels: 1 (mono) , 2 (stereo)
SR_FRAME_RATE="10"				# Input frame rate (fps)

# Coding default settings:
SR_VIDEO_CODEC="libx264"		# Video codec
SR_VIDEO_BITRATE="600"			# Compression bitrte of video codec
SR_AUDIO_CODEC="libmp3lame"		# Audio codec
SR_AUDIO_BITRATE="128"			# Compression bitrate of audio codec

# Conversion default settings:
SR_PRESET="ultrafast"			# Preset of (h264 codec)
SR_OUTPUT_FRAME_WIDTH="640"		# Output width size (if switched on)
SR_OUTPUT_FRAME_HEIGHT="480"	# Output height size (if switched on)
SR_ASPECT_RATIO="true"			# Keep aspect ratio (if switched on)

# Output default settings:
SR_SAVE_DIR="/"					# Save directory
SR_SAVE_FILE_NAME="SR_v2-Video"	# Save filename
SR_SAVE_FILE_EXTENSION="mp4"	# Save extension of filename
SR_MAX_FILE_SW="false"			# Switch of maximum file size
SR_MAX_FILE_SIZE="8"			# Maximum filesize value
SR_MAX_FILE_UNIT="Mb"			# Unit of max size value
SR_FILE_OVERWRITE="true"		# Switch of overwrite exits file
SR_ADD_DATE="false"				# Switch of adding date to filename(after)
export SR_THREAD="32"			# Thread size for Video/Audio processing
############################ DO NOT EDIT AFTER THIS LINE!
Attachments
ScreenShot.jpg
Screenshot
(44.82 KiB) Downloaded 362 times
SR_v2_ENG_by_KuLuSz.gz
Remove fake .gz extension from the name then run as script.
(16.06 KiB) Downloaded 215 times
Last edited by KuLuSz on Mon 30 Dec 2019, 08:33, edited 1 time in total.
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#19 Post by KuLuSz »

hello murga forum
I was owerwrite my AMG gui from 0 (ALSA Mixer Gui). Work lot of functions , but i found 1 big problem: If we have volume channels with same name , there we cant set (on/off) the channel , anyway work all stuffs .
Dependent commands:
-bash
-gtkdialog
-amixer
Attachments
amg_v2.jpg
Screenshot
(43.04 KiB) Downloaded 126 times
AMG_v2_by_KuLuSz.gz
Remove fake .gz extension from the filename, then run as script ...
(7.28 KiB) Downloaded 219 times
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#20 Post by KuLuSz »

Hey folks . I wrote my new script of setting GTK3 in the system , should we cant get programs for setting ... so , the script can set gtk3 theme , icon theme , font style . Script is very simple , i was add some checking if no gtk3 or gtk3theme gui will dont start ...

good luck


Note : Remove fake .gz extension then run as script.

sorry i was replace the script should get wrong method , now work perfect !
Attachments
gtk3_switcher_ENG_by_KuLuSz.gz
Remove fake .gz extension then run as script.
(1.96 KiB) Downloaded 187 times
ScreenShot.jpg
Screenshot :)
(10.18 KiB) Downloaded 320 times
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#21 Post by KuLuSz »

Hey folks. I wrote my new gtk3 switcher. Looks like gtk-chtheme (gtk2 switcher) .

Changes:
- new gui
- syncronize GTK2 - GTK3 theme style (if switched on)
- preview show after click on "Preview" button
(font and icon style cant show)
- settings will be saved after click on "Apply" button

Dependent stuffs:
- bash - bin-utils
- gtkdialog
- xmessage
- yaf-splash
- sed
- gtk2 and gtk3 components

Note: usualy need X restart to take effects after apply button .

Note of attachment: Remove fake .gz extension , add permission , then run as script.
Attachments
ScreenShot.jpg
Screenshot :)
(35.47 KiB) Downloaded 292 times
gtk3_switcher_v2.1_ENG_by_KuLuSz.gz
Remove fake .gz extension , add permission , then run as script.
(6.46 KiB) Downloaded 189 times
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#22 Post by KuLuSz »

Hi guys! I create a little gui of know position instructions to change geometry values...
Gui show all values from the window, so u can check your correct settings if u make own gui or add icon to roxfiler "difficult mode". I was make short video from the gui of show what it does ...

LINK TO VIDEO: Geometry example
Attachments
ScreenShot.jpg
Screenshot :)
(30.17 KiB) Downloaded 240 times
geometry_example.gz
Remove the fake .gz extension , add permission , then run as script...
(1.21 KiB) Downloaded 170 times
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#23 Post by KuLuSz »

Hi folks. I create dunst setup gui of puppylinux , i think work on all puppies ...
We can look the current settings in the gui, but if we want apply settings need press on "Start/Restart" button . We can stop dunst process in the system ...
If gui not start , try run from terminal , there we get some error message...

Dependent stuffs :
- sed
- gtkdialog
- dunst + config file
Attachments
ScreenShot.jpg
Screenshot :)
(58.36 KiB) Downloaded 264 times
Dunst_gui_v2.1_ENG_by_KuLuSz.gz
Remove fake .gz extension , add permission , then run as script .
(9.5 KiB) Downloaded 181 times
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

User avatar
rockedge
Posts: 1864
Joined: Wed 11 Apr 2012, 13:32
Location: Connecticut, United States
Contact:

#24 Post by rockedge »

excellent work KuLuSz......

Thank you for the effort and it is a useful tool for sure. I use the daemon on my music machine, Bionic64-v8

User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#25 Post by KuLuSz »

Thank you of your reply ;)

I'am happy when i can make anything of peoples in scripts ...
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

User avatar
KuLuSz
Posts: 31
Joined: Wed 13 Dec 2017, 18:07
Location: HuNgArY
Contact:

#26 Post by KuLuSz »

hey guys.
These days I started working on 1 project. The goal is to flatten the entire contents of the xenial system to glibc ... The goal is successful ... there are still unnecessary files on the system ( /usr/bin). But what is definitely in it is:

Code: Select all

bash-4.3.29
busybox-1.24.2-i686
coreutils_8.25
disktype-9-patched_pardus_bk
dpkg_1.18.4ubuntu1.2
fuse_2.9.4
grub4dos-0.4.4.v1.9.2
gzip_1.6
kmod_22
libgcc-5-dev_5.4.0
libglib2.0-0_2.48.2
libglib2.0-bin_2.48.2
libglib2.0-data_2.48.2
mingetty-1.08-i686
ncurses-base_6.0+20160213
ntfs-3g_2015.3.14AR.1
readline-common_6.3
sed_4.2.2-7
udev_229
unrar-5.10-i386
unzip_6.0
util-linux_2.27.1
zip_3.0-11
zlib1g_1.2.8.dfsg
it's an absolute console system, it may not even have the net in it ... I highly recommend it to developers for testing.
Download: xenial_mini_7.5_busybox-glibc_only.iso
The intrd.gz is original xenial.
Kernel swiched to: tahr nopae retro 3.0.xxx

The continuation of the project will be to create 1 small resource desktop interface with the smallest possible number of files, in order to save the memory of old machines ...with "new" system.
Attachments
ScreenShot.jpg
ISO contents
(13.72 KiB) Downloaded 110 times
[size=200][b]<(] [color=red]K u L u S z[/color] [)>[/b][/size]
Live contact: [url=https://discord.gg/74tBqJk]DISCORD[/url] [url=http://webchat.freenode.net/?nick=Mess2KuLuSz...&channels=puppylinux&prompt=1]IRC[/url]

Post Reply