Page 11 of 20

Posted: Sun 03 Sep 2017, 18:57
by step
The kodi 17.3 build for Fatdog64 has entered RC3 phase. http://www.murga-linux.com/puppy/viewtopic.php?p=966488#966488

mypaint 1.3.0

Posted: Sat 09 Sep 2017, 20:04
by don570
Mypaint 1.3.0 available 48 mb

Edit: fixed a few more icons

mypaint-fd64-1.3.0-x86_64.txz
https://drive.google.com/open?id=0B7JZA ... 0xsNFpENGM

I have put together a package for mypaint 1.3.0 which is the latest.
Latest feature is the perspective tool. Go to mypaint site to learn how to use it.

https://community.mypaint.org/t/testers ... stages/369


I installed it in /opt and the only way of launching it is to click on Folder
or AppRun. Most of the icons show properly in the window.
Quitting the app requires clicking the upper right box.
Whenever error messages appear just click 'Ignore'

_______________________________________________________

Posted: Tue 12 Sep 2017, 00:41
by don570
Here is good video for drawing in perspective

http://beforeitsnews.com/science-and-te ... 50700.html
______________________________________

Posted: Wed 13 Sep 2017, 20:10
by step
Kodi 17.3 Final TXZ and SFS is here http://murga-linux.com/puppy/viewtopic.php?t=110739.

Wine 2.17

Posted: Sat 16 Sep 2017, 11:43
by jake29
Here are the package and sfs for the latest available build of Wine.

wine-2.17-i686-1.txz (199mb)
wine-2.17-710-1.sfs (226mb)

Posted: Sat 16 Sep 2017, 20:28
by step
Thanks Jake.

I found a font-smoothing script that helps improving the look of wine tremendously, https://askubuntu.com/a/219795
Download and edit it; change "whiptail" to "Xdialog" and you're good to go.
I chose the recommended option 3, ClearType RGB, and it made a big difference. I also changed the resolution from 96 dpi (default) to 112.
I played with some themes, but decided not to install one because some applications, i.e., irfanview, don't work well with themes.

Posted: Sat 16 Sep 2017, 21:48
by jake29
step wrote:I found a font-smoothing script that helps improving the look of wine tremendously, https://askubuntu.com/a/219795
Download and edit it; change "whiptail" to "Xdialog" and you're good to go.
I chose the recommended option 3, ClearType RGB, and it made a big difference. I also changed the resolution from 96 dpi (default) to 112.
I played with some themes, but decided not to install one because some applications, i.e., irfanview, don't work well with themes.
Great tip! I'll be using this from now on.

VirtualBox

Posted: Sun 24 Sep 2017, 02:22
by Wognath
I couldn't find any VirtualBox packages for Fatdog; apologies if I missed yours :oops: . TheAsterisk's other kernels pet package does not successfully convert to txz package. debs ask for too many libs.

The purpose of this post is to report that "All distributions AMD64" installers from Oracle work well in Fatdog 710. 4.3.40 worked with no issues. https://www.virtualbox.org/wiki/Download_Old_Builds. Newer ones report numerous errors when run script is run.

The install is 170MB, excessive for occasional use, so I used sandbox & sb2dir to make an sfs, ~80MB. :) >>EDIT: details of this process are in the attachment.

Edit 12/3/2017: latest VB 5.2.2 works on FD720, but kernel modules were not made automatically this time. Details in attachment. sfs is 89M.

Posted: Sat 30 Sep 2017, 16:11
by don570
The latest azpainter 2.1.1 package available:

azpainter-2.1.1-x86_64.txz
https://drive.google.com/open?id=0B7JZA ... C00WHlhWnM
Size: 457mb

A very fast paint program --> compatible with wacom graphics tablet
I added color palette to the package.

Manual: https://aznosekai.wordpress.com/manual-do-azdrawing/#FS

Translate it with google translate

______________________________________________________

Opera-stable_48.0.2685.35

Posted: Wed 11 Oct 2017, 22:00
by jake29
Here is an sfs for the latest stable version of Opera 48. Created from the official .deb. Prerequisites: libnotify 0.7.7.

https://drive.google.com/open?id=0B7SAuYhUuE_mTUNuUHpYVVR2WTQ

Edit: Uploaded new SFS.

Posted: Thu 12 Oct 2017, 06:49
by step
Hi Jake, I'm an avid opera-developer user, and I have my own sfs build script for it. I've learned a few things while building the sfs of now more than 30 opera-developer versions. Here's what I do to prepare the build folder from the unpacked .deb package folder:

Code: Select all

# Replace "-developer" with "-stable" or "" appropriately for Opera stable below.

# [2] Musts
Press button 'Terminal' and type:
  chown root.root usr/lib/x86_64-linux-gnu/opera-developer/opera_sandbox
  chmod 4755 usr/lib/x86_64-linux-gnu/opera-developer/opera_sandbox
# This worked up to Opera Developer 46.0.2556 - the last version to run with GTK-2.
# ln -sfT libnotify.so usr/lib64/libnotify.so.4

# More recent opera (chromium) builds need:
#  install pkg gtk3-3.18.7-x86_64-1
#  install pkg libnotify-0.7.7-x86_64-1

# [3] Video Codecs
Download the opera-developer-ffmpeg-codecs package from the Herecura repo:
 64-bit https://repo.herecura.eu/herecura/x86_64/

Press button 'Terminal' and type:
  mkdir usr/lib/x86_64-linux-gnu/opera-developer/lib_extra
  rox usr/lib/x86_64-linux-gnu/opera-developer/lib_extra
 Extract libffmpeg.so from the herecura package to this subfolder.
 Test page: http://cnn.com/video

# [5] Check post-install script:
  defaulttexteditor ./postinst

# [6] **REMEMBER** to
: rm top-level .deb control files
All files in your sfs belong to user spot instead of root. Did you package your sfs from inside the Downloads folder?

Posted: Thu 12 Oct 2017, 16:57
by jake29
Hi step, thanks for the info. Your instructions only set 'opera_sandbox' as root, could you clarify if should be the case for all files in the sfs?

Posted: Thu 12 Oct 2017, 18:36
by step
root should own all the files.

If you downloaded the .deb and unpacked it in a directory _outside_ the Downloads folder root should automatically be the owner of all files. You want this.

If instead you unpacked it inside the Downloads folder spot is the owner. (This is a "magic" property of the Fatdog64 Downloads folder.)

Posted: Fri 13 Oct 2017, 18:55
by jake29
step wrote:root should own all the files.

If you downloaded the .deb and unpacked it in a directory _outside_ the Downloads folder root should automatically be the owner of all files. You want this.

If instead you unpacked it inside the Downloads folder spot is the owner. (This is a "magic" property of the Fatdog64 Downloads folder.)
Thanks step. I understand now. I've uploaded a new SFS and linked to it in my previous post. I've looked at the BETA and DEV versions of Opera, but did not have a good experience with them due to bugs.

Posted: Fri 13 Oct 2017, 22:24
by step
Thanks for the new opera-stable SFS! If you ever get a hitch to try opera-dev again I'll be around with my SFS.

Posted: Sat 28 Oct 2017, 17:13
by don570
A right click package to convert various audio format files such as
wav and mp3. It's very small because it uses ffmpeg and lame which are built-in.


conversion_audio-2.4-x86_64.txz
Size: 5k
https://drive.google.com/open?id=0B7JZA ... VdsR2hPak0

__________________________________________

Posted: Tue 31 Oct 2017, 19:38
by step
Recent uploads for Fatdog64-710:
  • KeePassXC 2.2.1 password manager - cross-platform community-driven port of the Windows application "Keepass Password Safe". Install from package manager. Alternatively you may download an AppImage from the project site.
  • R Project for Statistical Computing 3.4.2. Install from package manager. Package release >>info, SFS packages, and add-on downloads.
  • rstudio 1.1.383, R IDE. Install from package manager. Package release >>info, SFS packages, and add-on downloads.
  • KeePassXC 2.2.0 password manager - cross-platform community-driven port of the Windows application "Keepass Password Safe". Install from package manager. Alternatively you may download an AppImage from the project site.
  • Kodi 17.3 with avahi 0.6.32 SFS kodi_17_3_avahi_0_6_32-x86_64-45.sfs. Install from the Fatdog64 SFS Manager in Control Panel, or go to the support thread for download links to TXZ packages, current SFS versions, an experimental SFS of binary add-ons, and - most importantly - the README-kodi.md file for this project!
All my package uploads: go to the link in my signature.

gmic 1.7.9

Posted: Tue 31 Oct 2017, 23:46
by don570
For users of GIMP paint program, here are gmic plugins.
Lots of useful effects.

Warning that it needs libfftw3 to be installed as well.
That can be found in fatdog repository
http://distro.ibiblio.org/fatdog/packag ... 6_64-1.txz

Simple to install package.
Available...
Size: 2mb
gmic-1.7.9-x86_64.txz
https://drive.google.com/open?id=0B7JZA ... 2xxanFTaDA
___________________________________________

copy-fast 2.5

Posted: Thu 02 Nov 2017, 00:05
by don570
Here is a right click menu utility to copy a file or folder to a destination.
You can make a folder a destination.

see below...
_________________________________________

Posted: Fri 03 Nov 2017, 13:13
by jake29
Thanks for all the right-click addons don570, they are really useful to have.