xenialPup-7.0.6 32-bits with kernel 4.1

A home for all kinds of Puppy related projects
Message
Author
musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

Re: xenialPup-7.0.6 32-bits with kernel 4.1

#21 Post by musher0 »

sheldonisaac wrote:
musher0 wrote:xenialPup-7.0.6 32-bits with kernel 4.1
An advantage of Xenial is that Google maps' 3-D feature works, whereas it doesn't in Tahr.
However, I've not been able to run claws-mail; I think I got it from you, musher0?
I tried doing ln -s to some of the libraries in Tahr; so far no success.

It would be nice to do what I read a few times in this forum: somehow run the same programs from a few different Puppys.

Thanks a lot.
Hi Sheldon.

You're welcome.

You don't like Sylpheed, eh? (Sylpheed is the default mailer in this xenial32.)

Have you tried installing claws-mail from the PPM? It went fine on this box.

BFN.
Attachments
welcome-panel.jpg
(57.04 KiB) Downloaded 2043 times
claws-mail_in_ppm.jpg
(96.41 KiB) Downloaded 2071 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

sheldonisaac
Posts: 902
Joined: Mon 22 Jun 2009, 01:36
Location: Philadelphia, PA

Re: xenialPup-7.0.6 32-bits with kernel 4.1

#22 Post by sheldonisaac »

musher0 wrote:You don't like Sylpheed, eh? (Sylpheed is the default mailer in this xenial32.)

Have you tried installing claws-mail from the PPM? It went fine on this box.
Sylpheed is fine. But I've been using Claws in Tahr, and was hoping to use the same software in Xenial.
UPDATE: Ah, now it works; secret was to "Download all (packages and dependencies)".

Good. I will work on this some more.


Thanks again.
Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#23 Post by musher0 »

Hello all.

I just compiled a 2.14 version of the lightweight links browser on and for xenialPup32-7.0.6.

You can get it at:
http://augras.eu/puppy_linux/?dir=mushe ... 1/Internet

Enjoy.

~~~~~~~~~~~~~
P.S. -- If you need this version of links2 for earlier Pups, OscarTalks has built versions
for the Precise, Slacko-5.7 and Wheezy Pups. You'll find those pet archives at :
http://smokey01.com/OscarTalks.
Last edited by musher0 on Tue 31 Oct 2017, 18:39, edited 1 time in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

westwest
Posts: 72
Joined: Fri 10 Apr 2015, 04:32

Echinus

#24 Post by westwest »

Hi, i've attempted to install echinus on this Puppy.

Installed the echinus Pet compiled for it,
then the suggested necessary libs Pet,
then consolidated the three Pets for the taskbar/menu,
and installed that.

Echinus boots from the command line (startx echinus)
but no taskbar/menu,
although i can use ROX just fine.

Could there be detailed instructions to install echinus
on this otherwise faultless pup?

Thanks!

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

Re: Echinus

#25 Post by musher0 »

westwest wrote:Hi, i've attempted to install echinus on this Puppy.

Installed the echinus Pet compiled for it,
then the suggested necessary libs Pet,
then consolidated the three Pets for the taskbar/menu,
and installed that.

Echinus boots from the command line (startx echinus)
but no taskbar/menu,
although i can use ROX just fine.

Could there be detailed instructions to install echinus
on this otherwise faultless pup?

Thanks!
Hi westwest.

My bad... echinus has a simplistic task bar called ourico, but I opted to go with
bmpanel2 instead, which is a complete task-and-tray bar, with themes. I should have
included the following:

Code: Select all

#!/bin/sh
# ~/root/Startup/if-echinus.sh
####
WndwMgR="`cat /etc/windowmanager`"
if [ "$WndwMgR" = "echinus" ];then
	/usr/bin/bmpanel2 --theme=Light-T 2>/dev/null &
#	/opt/local/bin/horloge_brique.sh &
	/opt/local/bin/xload.sh &
	/root/.echinus/Combinaisons.sh &
# config-xClock.sh &
fi

rox ~/.config/autostart/*.desktop
if [ "$WndwMgR" != "jwm" ];then
	[ -f /usr/bin/xcompmgr ] && xcompmgr -C -l -20 -t 5 -c -r 5 &>/dev/null & # -F -f -n -o 90
fi
sleep 0.5s
This /root/Startup/if-echinus.sh script defines a different behavior when starting the
echinus or jwm window manager.

As you can see, if echinus is the WM, then we also run bmpanel2. I've commented
out the line for xclock ("horloge") in case you do not have it.

Please find attached a pet archive of it. Sorry for the delay. I had forum member
augras on PM directing me through the final stages of setting up the new repo for
my material.

Thanks for your understanding. Please let me know if this little script works as
expected on your set-up? TIA.

Finally, you can experiment with the bmpanel2 themes if you wish. The bmpanel2
themes are at /usr/share/bmpanel2/themes. There are 50 themes for bmpanel2 in
that directory.

To try them out, open a console and first type:

Code: Select all

killall -q bmpanel2
if you have bmpanel2 runnning. Then, again in console, type, for example,

Code: Select all

bmpanel2 --theme=Dark-T
or any other name of theme in the list at
/usr/share/bmpanel2/themes.

Once satisfied with your choice, open the if-echinus.sh script in your geany editor
and replace the Light-T theme with the one you prefer on the bmpanel2 line. (Don't
edit anything else on that line, please.)

Save the script, go back to the initial black console with Ctrl-Alt-BackSpace, and
restart echinus by typing

Code: Select all

xwin echinus
IHTH.
~~~~~~~~~~~
P.S. There are more configurations you can do for bmpanel2:
1) you can juggle the order of some of the items in the bar (tasks, desks, tray,
font, launchpad) for a particular theme, by editing file:
/usr/share/bmpanel2/themes/Name_of_Theme/theme

2) you can specify the launchpad items you want by editing file
/root/.config/bmpanel2/bmpanel2rc.

In both cases, make sure to make a back-up first.

I'll also do a little tutorial on how to change echinus themes in a coming post.
Attachments
if-echinus-0.1.pet
(1.18 KiB) Downloaded 732 times
Last edited by musher0 on Wed 01 Nov 2017, 01:20, edited 1 time in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

westwest
Posts: 72
Joined: Fri 10 Apr 2015, 04:32

echinus

#26 Post by westwest »

Works very well... thanks!

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#27 Post by musher0 »

My pleasure!
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#28 Post by musher0 »

@ all:

If you experience a total computer freeze trying to configure xlock in this xenialPup32
when clicking on the Xlock icon at bottom right of your screen*, then please install
the one attached. No backup is necessary since I have kept the original script under
a slightly different name.

Now to configure the key to get back to your desktop, you will have to open a
console and type:

Code: Select all

xlock
You will be asked for a key twice (the same, obviously). And that's it.

It works well on my box, but any feedback appreciated.

BFN.
~~~~~~~~~~~~~~~~~~
* I suspect an incompatibility with the French localization package I installed,
because there are key stroke manipulations at the end of the original script.

However, this is the first time such a bug has appeared in Xlock, and I have been
using the French localization package on most of my Puppies for a long time
without this happening.

I am not going to throw blame. I will just suggest a replacement that works! :twisted:
Attachments
Xlock-xenial32-0.1.pet
(5.06 KiB) Downloaded 551 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#29 Post by musher0 »

@forum member SheldonIsaac and others like him
who prefer the claws-mail app for e-mailing:

I've assembled from the ubuntu xenial repo an sfs and a pet archive (same product,
in two forms) of ALMOST the latest claws-mail, version 3.13.2. On the Claws-mail
site, you can see they are at version 3.15.

To be used in xenialPup, that Ubuntu package needed these additional libraries:
libbluez-5.46-alt1.1.i586.rpm
libcompfaceg1_1.5.2-5_i386.deb
libetpan-1.6-7.fc24.i686.rpm
liblockfile-1.09-alt1.i586.rpm
libpilot-link-0.12.5-alt3.1.1.1.i586.rpm
libsasl2-3-2.1.26-alt7.i586.rpm
which, as you can see, had to be included from various repos.

The only other difference from the ubuntu package, aside from those add'l libraries,
is that the ubuntu < claws-mail.desktop > file had to be divided in four parts:
claws-mail (general)
send-mail
compose-mail, and
get-mail
because Puppy does not understand the new *.desktop format with multiple entries.
The entries should show in the "Network" section of your menu.

The result is that xenialPup has a complete claws-mail package as of today.

I tested it a bit (I prefer webmail myself), and it seems to work fine. Please report
anything fishy and I'll try to correct it.

It's here:
http://augras.eu/puppy_linux/?dir=mushe ... 1/Internet

Enjoy!
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#30 Post by musher0 »

Hello again, Sheldon and all!

Puppy doing Ubunrtu one better? You bet! I prepared for you guys the
very latest version of Claws-mail, v. 3.15.1. (As of this writing.)

You'll find it in the same repo as indicated above, in pet and sfs archive
formats.

Claws-mail was compiled with only shared libs for its plugins. The other
libs included in the package are the same as for the earlier version,
except the libetpan library, v. 20 (again the latest as of this writing), has
been freshly compiled for this edition. (Claws-mail-3.13 had libetpan-17.)

Compiled on xenialPup-7, so should work on DPupStretch-7 also, since it
has a glibc one number higher (2.23) than the xenialPup-7 (2.22).

Edit: The above sentence is wrong, unfortunately. As can be read here
and from watchdog's post above it, the 3.15.1 package does not run on
DPupStretch-7. I agree with watchdog that Claws-mail-3.15.1 would have
to be recompiled for the DPupStretch-7.
However, if you don't need the
latest version, Claws-mail-3.13.2 (in sfs form) does run on that Pup.


These packages will not run on Puppies with lower-numbered glibc's.

If you choose to install the sfs package, only the main *.desktop file will
show in the menu, for some reason, while there should be four menu
entries for Claws-mail. Please unpack the small attached zip file in
/usr/share/applications to compensate, move the zip package out of the
way in safe storage, and recycle your menu.

The hashes for both packages are also attached.

I tested this Claws-mail v. 3.15.1 briefly on my xenialPup-7 box, and it
ran fine. Anything fishy, please report, I'll try to fix it. TIA.

Enjoy! TWYL.
Attachments
claws-mail-hashes.txt.zip
(450 Bytes) Downloaded 487 times
claws-mail.desktop.zip
(2.45 KiB) Downloaded 461 times
Last edited by musher0 on Mon 06 Nov 2017, 22:08, edited 1 time in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

sheldonisaac
Posts: 902
Joined: Mon 22 Jun 2009, 01:36
Location: Philadelphia, PA

claws-mail

#31 Post by sheldonisaac »

musher0 (in part) wrote:Hello again, Sheldon and all!

Puppy doing Ubuntu one better? You bet! I prepared for you guys the very latest
version of Claws-mail, v. 3.15.1. (As of this writing.)

You'll find it in the same repo as indicated above, in pet and sfs archive formats.
Enjoy! TWYL.
Many thanks, musher0! I'll add to this post soon, I hope; and will post in the "Internet" area of this forum.

Code: Select all

-rw-r--r-- 1 root root  3960832 Nov  6 08:28 /mnt/home/Claws-Mail-3.15.1_exec32_libs.sfs
Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#32 Post by musher0 »

Thanks, Sheldon.

~~~~~~~~~~~

@all: I just edited my post here.

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#33 Post by musher0 »

Hello all.

xenialPup-7 has a brand new mpv application, mpv-0.14, assembled from ubuntu
repos, at
http://augras.eu/puppy_linux/?dir=mushe ... %C3%A9dias

I had to do it because 1) mpv is an excellent media player and 2) the mpv Precise
version (which was obsolete, anyway) has been retired from the Puppy/Quirky depots
on ibiblio. In other words, we Puppists did not have the mpv media player available.

It's not a pet, and not an sfs. It's a zip archive containing deb files...
I see your faces getting longer! :)

Sorry for this departure from Puppy usage, but why unpack the deb archives and
repack them as pet archives when petget and an adapted script can do the job.

If there is a request, I will assemble an sfs for this package.

How-to: In short,
-- download the above zip archive somewhere convenient and safe.
-- Unzip it.
-- A directory called < mpv-xenialPup7-install/ > will be created.
-- Enter this directory.
-- Make script < installe-mpv-pr-xenialPup.sh > executable with command

Code: Select all

chmod +x installe-mpv-pr-xenialPup.sh
-- Then run this script.

I stopped short of launching mpv for you! ;)

Please read the following excerpt from the script if you need more info.
(,,,)
#
# Goal: install the mpv media player and the libraries
# it needs to run on the "xenialPup7" Puppy.
#
# Dependency: the "liste" file. # (Should be attached. Check ! :-) )
#
# Usage:
# Open a terminal where you have unzipped the archive and
# type, without the chevrons: < installe-mpv-pr-xenialPup.sh >.
#
# Puppy's usual installer will pop up for each archive. Answer to
# its prompts with your cursor, as usual.
#
# This script also installs an additional desktop file for an mpv-dvd
# entry in the menu, plus the corresponding png icons and script.
##################
#
# NOTE --
# The attached *.deb archives, listed in the "liste" file, come from
# the packs.org site, which itself references to the ubuntu depots.
#
# For example, the "libguess" library":
# http://archive.ubuntu.com/ubuntu/pool/universe/r/
# rubberband/librubberband2v5_1.8.1-6ubuntu2_i386.deb
# (Concatenate the two previous lines to recreate the URL.)
#
# Similarly for the other archives.
##################
#
# musher0, 10 nov. 2017. GPL3
####
Also included in the zip archive are a forum page about running movies on dvd and an
except from the mpv man page, from:
https://unix.stackexchange.com/question ... dvd-movies

Enjoy.
Attachments
mpv-xenialPup7.jpg
(203.98 KiB) Downloaded 1582 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#34 Post by musher0 »

Hello all.

Here is a simple webp pet to create and convert webp images, simpler than
the ready-made one proposed by Google at
https://storage.googleapis.com/download ... -32.tar.gz

Google's ready-made package is distro-agnostic, AFAIK, while this one was
compiled on and for xenialPup-7. However Google's ready-made package is
much bigger.

I compiled it from this source:
https://storage.googleapis.com/download ... 6.1.tar.gz

The compilation configuration is:
./configure --prefix=/usr --enable-static=no
The capacity of the package is:
WebP Configuration Summary
--------------------------
Shared libraries: yes Static libraries: no
Threading support: yes libwebp: yes
libwebpdecoder: no libwebpdemux: no
libwebpmux: no libwebpextras: no

Tools:
cwebp : yes
Input format support
====================
JPEG : yes PNG : yes
TIFF : yes WIC : no
dwebp : yes

Output format support
=====================
PNG : yes WIC : no
GIF support : yes anim_diff : no
gif2webp : no img2webp : no
webpmux : no vwebp : no
webpinfo : no SDL support : yes
vwebp_sdl : yes
Hashes and tree of the pet are attached.

The interest of having this package is the interface it provides with the pnmtojpeg
utility from the netpbm suite, so you can convert a webp image to a jpg image.
Combining the two utilities like so::

Code: Select all

dwebp 2.webp -ppm -o 2.ppm
pnmtojpeg -quality=99 2.ppm > 2.jpg
A fresh compile of the most recent netpbm suite (as of this writing) is available on
the 1st post of this thread.

Please note that some Puppies are shipped with the pnmtojpeg utility.

BFN.
Attachments
libwebp-0.6.1_xenialPup.pet
(248.51 KiB) Downloaded 553 times
libwebp-0.6.1-linux-x86-32.pet.hashes.zip
(379 Bytes) Downloaded 530 times
libwebp-0.6.1_xenialPup.tree.zip
(556 Bytes) Downloaded 506 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
tallboy
Posts: 1760
Joined: Tue 21 Sep 2010, 21:56
Location: Drøbak, Norway

#35 Post by tallboy »

Hi musher0.
The site for the mpv application contain several mpv files not mentioned by you in the post above, could you please clarify if there is a change to the installation process?

tallboy
Attachments
mpv-window.jpg
(41.74 KiB) Downloaded 1317 times
True freedom is a live Puppy on a multisession CD/DVD.

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#36 Post by ally »


musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#37 Post by musher0 »

tallboy wrote:Hi musher0.
The site for the mpv application contain several mpv files not mentioned by you in the post above, could you please clarify if there is a change to the installation process?

tallboy
Hello tallboy.

Thanks for noticing.

I announced my work on mpv version 0.27 on the French side of the forum,
http://murga-linux.com/puppy/viewtopic. ... ost#974099
but forgot to announce it on the English side (here).

If you choose the sfs, please also unzip and run the script in the "complement" file
the first time you use the sfs. This will set a few essential symlinks.

The unnumbered mpv file marked "install" in that list is a repeat of jlst's precise
package, which is mpv version 0.14, but for xenial. I had not noticed that jlst had
already offered a package when I packaged it. Sorry about that.

If it's still unclear, please ask again? TIA.

IHTH
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
tallboy
Posts: 1760
Joined: Tue 21 Sep 2010, 21:56
Location: Drøbak, Norway

#38 Post by tallboy »

Thank you, ally and musher0.
I see that Xenialpup CE 7.5 with kernel 4.4.95 has mpv installed. It is probably the incorrect thread to ask, but what are the main differences between that Xenialpup and your 7.0.6 with kernel 4.1? My PCs are mostly old P4s.

tallboy
True freedom is a live Puppy on a multisession CD/DVD.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#39 Post by musher0 »

tallboy wrote:Thank you, ally and musher0.
I see that Xenialpup CE 7.5 with kernel 4.4.95 has mpv installed. It is probably the incorrect thread to ask, but what are the main differences between that Xenialpup and your 7.0.6 with kernel 4.1? My PCs are mostly old P4s.

tallboy
Hi tallboy.

Answer : kernel 4.1 32-bit.

I created this xenialPup as an emotional reaction to the various xenialPups offered
with kernel 4.9, which were "as fast as molasses in winter" on my old machine.

Nobody was taking my criticism seriously, I was even being covertly mocked about
it, so I decided to swing into action. Deeds speak louder than words, right?

I also did it to test wiak's automaton for creation of Puppies from the woof-CE, which
was in development at the time. It worked fine.

In the days following the publication of my xenialPup 32 bits with kernel 4.1,
an easier way to switch kernels in woof-CE, inspired by stemsee's work on kernels,
was found and became available. Suddenly, the Puppy devs re-discovered it was ok
to offer an older kernel for older machines in addition to the most recent kernel.

My input was never mentioned, but that is not so important. Hell will freeze over
before ideaware is credited correctly in these parts. AFAIK, I am one of the few devs
on this board trying to back-track and credit his sources.

I did not compare the software offered in 666philb's recently published xenialPup
versus the apps offered in mine.

I hope this answers your question.

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
tallboy
Posts: 1760
Joined: Tue 21 Sep 2010, 21:56
Location: Drøbak, Norway

#40 Post by tallboy »

Thank you for the info, musher0.

What does CE stand for?

tallboy
True freedom is a live Puppy on a multisession CD/DVD.

Post Reply