Re: extension manager
Some aren't very user-friendly, but they're all good to use from CLI if you don't want to use Apps.
View ArticleRe: Simple image viewer, which approach should I take?
Quote from: Misalf on December 14, 2017, 01:10:53 PMI do use fbv in a loop for displaying a boot animation during ... boot.So I'm positive it doesn't depend on a running X server in order to display...
View ArticleRe: Simple image viewer, which approach should I take?
I don't know if the TC version is different, but this site give the supported images. http://freshmeat.sourceforge.net/projects/fbv
View ArticleRe: Request: WINE for CorePure64
Not really relevant but I solved my requirement without WINE thanks to the marvellous efforts here: https://github.com/dlenski/openconnect which is a fork of openconnect for Palo Alto GlobalProtect...
View ArticleOpera : Failed to load library libgtk-x11-2.0.so.0
One of opera-12's problems may be caused by the reported: "Opera : Failed to load library libgtk-x11-2.0.so.0",which is not listed in the <Apps>. Should I search eg. Debian-64bit ... or...
View ArticleRe: Opera : Failed to load library libgtk-x11-2.0.so.0
libgtk-x11-2.0.so.0 is provided by the gtk2 extension
View ArticleRe: Opera : Failed to load library libgtk-x11-2.0.so.0
Hi labeasQuote from: labeas on Today at 02:43:57 AMThis is the tail of <Xfbdev Terminal's> output, which STARTEDwhen I switched from VT to <XfbdevTerminal>:....pcre is already...
View ArticleAdafruit 2.2" tft with piCore
Hi, I got an Adafruit PiTFT 2.2" HAT which I want to use with piCore.https://learn.adafruit.com/adafruit-2-2-pitft-hat-320-240-primar...
View ArticleRaspberry Pi3 WIFI Router Based on Linux piCore -
Hello team,Firstly, let me say thank you for piCore OS. This product is great and it's the only distro I run on my P3. Secondly, let me share my experience with building PiCore Wifi router based on...
View Article[64-bit] LLVM 5.0.1
Can you please update to it:http://lists.llvm.org/pipermail/llvm-dev/2017-December/119812.html?
View ArticleRe: [64-bit] LLVM 5.0.1
Since this would break Xorg-7.7-3d, opencl, clang and others, there's no plan for an update at the moment.Edit: Is this fixed yet:https://bugs.llvm.org/show_bug.cgi?id=30587
View ArticleRe: [64-bit] LLVM 5.0.1
Quote from: Juanito on December 17, 2017, 08:20:07 PMSince this would break Xorg-7.7-3dWanted to ask for an update to Mesa 17.3.1 as well. It should be released any day...
View ArticleApache 2.4, MariaDB, PHP7 and Wordpress
I have a Tiny Core 8.2.1 installation running Apache 2.4. I decided to add a Wordpress based website and so needed php and MariaDB installed as well.The steps:1) Install MariaDB2) Configure Apache for...
View ArticleRe: Apache 2.4, MariaDB, PHP7 and Wordpress
I haven't looked at the sample ini file in a while. Thanks for pointing out the extension path error. I'll also set the extensions to not load by default. I made it by copying from my build...
View ArticleRe: Python Idle
Are you sure that the python extension does not include idle - I haven't checked, but I would guess it is written to the file system by the startup script when the extension is loaded?
View ArticleRe: libPNG not found
What architecture of tinycore are you using (x86, x86_64, armv6, armv7) and what version?
View ArticleRe: "Plastic" theme missing application title in pure64 8.2.1?
Are you using gtk1, gtk2 or gtk3?Which window manager are you using?
View ArticleRe: "Plastic" theme missing application title in pure64 8.2.1?
Quote from: Juanito on December 19, 2017, 08:51:13 PMAre you using gtk1, gtk2 or gtk3?Which window manager are you using?He is probably referring to the window style of FLTK.For example, edit your...
View ArticleRe: Help Requested - remove superfluous directory names from file list
In the end I've settled on the following, but thanks to all for your help.Code: [Select]$ unsquashfs -ll -d '' extension.tcz | grep -v '^d' | sed -e 's#.* /#/#' -e 's# -> .*##' -e 1,3d >...
View Article