Page 18 of 20

Posted: Tue 22 Oct 2019, 09:08
by step
You might need to satisfy more dependencies than libmediainfo.
The mega site provides multiple deb packages to choose from. So I downloaded the version for ubuntu 16.4 just to sample what's missing for that one:

Code: Select all

# ldd megasync | grep 'not found'
	libmediainfo.so.0 => not found
	libzen.so.0 => not found
	libraw.so.15 => not found
	libcrypto++.so.9 => not found
	libcares.so.2 => not found
	libssl.so.1.0.0 => not found
	libcrypto.so.1.0.0 => not found
If you go to the ubuntu packages site, you should be able to download all the dependencies from there. However, I'm not hopeful it will work.

Posted: Tue 22 Oct 2019, 18:42
by chesterpeng
@step
yes, I agree that even if all packages are installed from ubuntu, it probably won't work. Megasync works very well on BionicPup64-8.0, I will switch to it when I need to sync. Thanks for the info anyway.

Quake like urxvt (terminal) using yeahconsole

Posted: Mon 28 Oct 2019, 00:32
by rufwoof
https://github.com/rduplain/yeahconsole

Download and compile yeahconsole :

load Fatdog devx sfs, extract the above download and run
make
make install

Add towards the top of .Xresources (before URxvt settings)
(adjust the xOffset, screenWidth, consoleHeight settings according
to your screen size or desired for size of urxvt window)

Code: Select all

! yeahconsole -------------------------------------
!
yeahconsole.term:urxvt
yeahconsole.restart:1
yeahconsole.xOffset:0
yeahconsole.screenWidth:1366
yeahconsole.consoleHeight:28
yeahconsole.aniDelay:0
yeahconsole.stepSize:1
yeahconsole.toggleKey:Win+space
yeahconsole.keySmaller:Control+n
yeahconsole.keyBigger:Control+m
yeahconsole.keyFull:Alt+F11
Create a ~/Startup file called yeahconsole containing ...

Code: Select all

#!/bin/sh
(sleep 3;yeahconsole) &
and make that script executable

Once you've rebooted (or Restart X), WIN+spacebar will toggle show/hide a urxvt terminal.

If you've installed urxvt extensions (see http://murga-linux.com/puppy/viewtopic. ... 62#1040562) then any url's will be clickable (open in browser). So if you have urxvt displaying a file of your browser links (maybe "less /mnt/sda1/bookmarks.txt") then you can position the mouse over a link and middle mouse click that link in order to have a browser tab open on that link. i.e. a url bookmarks file accessible (show/hide) via WIN+spacebar.

Personally I like to keep my bookmarks outside of the browser as I reboot a 'clean' session every time, so any actual browser bookmarks aren't saved across sessions/reboots. Having a single bookmarks file also means that they're more easily shared across different browsers.

Bluez Alsa with full aptX support

Posted: Tue 05 Nov 2019, 00:46
by jake29
Bluez Alsa with full aptX support; Source, Sink and Lossless (aptX HD).

Description: Enables bluetooth audio to be played directly on ALSA instead of pulseaudio. Custom version that adds full aptX support.

File-name: bluez-alsa-2.0.0.2019.10-x86_64-802.txz
File-size: 76 kb
Download: **link removed**

Image

Requires: ffaptx to be installed for 'aptX / aptX HD` Sink functionality.

File-name: ffaptx-x86_64-802.txz
File-size: 10 kb
Download: ffaptx-x86_64

FYI, TRONSMART BRINGS APTX HD WITH VERY AFFORDABLE TWS EARPHONES - available on Aliexpress for less than $20.

Edit: Apologies for not testing before uploading, this version of Bluez-Alsa is not working as expected.

--

Deadbeef 1.8.2

Posted: Wed 06 Nov 2019, 05:49
by jake29
Deadbeef 1.8.2

Description: DeaDBeeF is a modular audio player that lets you play variety of formats, convert between them, customize the UI almost any way you want, and use many additional plugins which can extend it even more.

File-name: Deadbeef-182-x86_64-802.txz
File-size: 8 MB
Download: Deadbeef-182
Dependency: libjansson (Available in Gslapt)

Spectrum Visualization plugin: Download

Tip: Install plugins to: /root/.local/lib/deadbeef

Image

--

Posted: Wed 06 Nov 2019, 23:52
by don570
A note for users of nvidia cards and blender users..

I am using this SFS for my nvidia 1030 card and fatdog64 802
https://distro.ibiblio.org/fatdog/sfs/8 ... _32_44.sfs

To install I used control panel to select nvidia proprietary driver

and then typed

Code: Select all

depmod -a
in terminal
I believe restart X is needed as well.

gmic plugins for gimp

Posted: Fri 08 Nov 2019, 00:18
by don570
gmic plugins for gimp work in fatdog802...
However they need two dependencies png12 and fftw.
They can be found in fatdog64 repository.


Available
gmic-1.7.9-x86_64.txz
Size 1.992 mb

https://drive.google.com/open?id=0B7JZA ... 2xxanFTaDA
_____________________________________

Re: Deadbeef 1.8.2

Posted: Tue 12 Nov 2019, 19:52
by chesterpeng
jake29 wrote:Deadbeef 1.8.2

Description: DeaDBeeF is a modular audio player that lets you play variety of formats, convert between them, customize the UI almost any way you want, and use many additional plugins which can extend it even more.

File-name: Deadbeef-182-x86_64-802.txz
File-size: 8 MB
Download: Deadbeef-182

Spectrum Visualization plugin: Download

Tip: Install plugins to: /root/.local/lib/deadbeef
1. Missing dependency libjansson, it can be installed from Gslapt.
2. The 2 spectrum plugins can not be loaded when deadbeef starts.

Re: Deadbeef 1.8.2

Posted: Tue 12 Nov 2019, 22:38
by jake29
chesterpeng wrote:
jake29 wrote:Deadbeef 1.8.2

Description: DeaDBeeF is a modular audio player that lets you play variety of formats, convert between them, customize the UI almost any way you want, and use many additional plugins which can extend it even more.

File-name: Deadbeef-182-x86_64-802.txz
File-size: 8 MB
Download: Deadbeef-182

Spectrum Visualization plugin: Download

Tip: Install plugins to: /root/.local/lib/deadbeef
1. Missing dependency libjansson, it can be installed from Gslapt.
2. The 2 spectrum plugins can not be loaded when deadbeef starts.
Thanks for the post. I already had libjansson installed (cannot recall why) and did not notice it was needed. That spectrum plugin worked for me without issue.

Posted: Fri 22 Nov 2019, 20:44
by chesterpeng
@jake29,
Regarding to Deadbeef 1.8.2, I downloaded the 2 spectrum plugins from the original author's website and tested, they worked as expected.

https://sourceforge.net/projects/deadbe ... p/download

The files you provided are much smaller in size than what I have downloaded. Probably there were some damages or compatibility problems when you made the compressed package.

ptmtimer on fatdog64 802

Posted: Sat 23 Nov 2019, 20:50
by don570
I checked ptmtimer on fatdog64 802
By default it uses 2barks.au as warning alarm

ptmtimer-2.6-x86_64-.txz
Size 9k

https://drive.google.com/open?id=1lY7zk ... EU2u7NstKD
______________________________________

blender 2.81 (final version) is now available for linux and windows
https://www.blender.org/download/releases/2-81/

____________________________________________________

Posted: Wed 27 Nov 2019, 00:09
by don570
Newest mypaint appimage is available ..

https://github.com/mypaint/mypaint-appi ... continuous

I checked it in fatdog802
____________________________________

Posted: Mon 16 Dec 2019, 20:28
by don570
I converted a recent gimp appimage to a SFS file which might be a
bit more convenient.

gimp-2.10.15_20191212-withplugins-x86_64.sfs

Size: 133mb

Edit: The package doesn't work and I could even get Gimp to load babl library properly.

So I recommend the appimage
https://github.com/aferrero2707/gimp-ap ... continuous

Posted: Tue 17 Dec 2019, 15:48
by step
Thank you for your gimp sfs. I appreciate your work.
From my limited testing it appears to work well. Not a complaint: Is there a way to configure a light theme?
Note: the menu entry will not go away when the SFS is unloaded.

Posted: Thu 19 Dec 2019, 17:06
by don570
You should be able to remove the desktop file. It is located in
/usr/local/share/applications/ rather than the usual place
/usr/share/applications/ .

OOPS I made a mistake in making the package (explained above)

Themes are apparently available , but I find dark fine.
https://www.lifewire.com/change-interfa ... mp-1701669


Something I suggest doing is to change the default window size
and increase the panel windows for tools.
That can be done

Edit > Preferences > Interface > Window management

EDIT: Thi will save the size of the main window but doesn't save the panels, soi must open these up individually each time i launch GIMP.
___________________________________________

Posted: Sun 05 Jan 2020, 09:50
by s243a
On fatdog64 810b, I compiled zenity (3.28.0), using the slackbuilds script.

This package is required for the winetricks gui to work. I tested the package but not the sfs:
zenity-3.28.0-x86_64-1_SBo.tgz
zenity-3.28.0-x86_64-1_SBo.sfs

Posted: Mon 06 Jan 2020, 08:17
by step
Thanks for zenity. On my system I linked zenity to yad because yad is supposed to be a full replacement for zenity. However, I don't know if yad stands up to its claim because I seldom encounter scripts that run zenity (yad version < 1.0).

Posted: Mon 06 Jan 2020, 13:02
by s243a
step wrote:Thanks for zenity. On my system I linked zenity to yad because yad is supposed to be a full replacement for zenity. However, I don't know if yad stands up to its claim because I seldom encounter scripts that run zenity (yad version < 1.0).
Thanks for the info. I could try sometime to see if I can get the winetricks gui to work with yad.

Posted: Sat 18 Jan 2020, 07:52
by mavrothal
Apple Facetime (Briadcom 1579 PCIe) webcam driver for FatDog 810 final with kernel version 4.19.92.
Compiled from the source mainline git branch in FD810

compression-1.9-x86.txz available

Posted: Sat 18 Jan 2020, 17:25
by don570
Improved version of compression (of folder)

see further down
__________________________________