Quirky Xerus 8.6 (Aug. 16), Beaver 8.7.1 (Sept. 21), 2018

Please post any bugs you have found
Message
Author
User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#581 Post by BarryK »

linuxcbon wrote:

Code: Select all

seamonkey
*** BUG ***
In pixman_region32_fini: Malformed region region
Set a breakpoint on '_pixman_log_error' to debug
The error doesn't seem to do any harm.

It seems to be due to SeaMonkey being compiled to use the system pixman library, instead of its own internal pixman library.

Unfortunately, Firefox and SM are becoming increasingly incompatible with the system libraries. cairo for example, now cannot use the system library.

The only thing I can do is choose to use internal pixman lib next time I compile SM.
[url]https://bkhome.org/news/[/url]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#582 Post by don570 »

Two possible improvements...

Open the F12 key from use by JWM so that apps can use this fkey.
For instance Blender 3d program uses F12 to render a project
and is used a lot.

----------------------------------------

Print screen key could be set up to launch screenshot program

___________________________________________

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#583 Post by linuxcbon »

Quirky Xerus 8.2 for x86_64

- Some libraries are missing :

Code: Select all

# ldd /usr/lib/x86_64-linux-gnu/libuno_cppuhelpergcc3.so.3
	libreglo.so => not found
	libunoidllo.so => not found
	libxmlreaderlo.so => not found
- install abiword, 2 bugs :
1)

Code: Select all

File /usr/lib/x86_64-linux-gnu/abiword-3.0/plugins/aiksaurus.so has these missing library files:
 libAiksaurusGtk3--export-dynamic.so
2) many icons are missing

Code: Select all

# abiword 
(abiword:5651): Gtk-WARNING **: Error loading theme icon 'document-new' for stock: Icon 'document-new' not present in theme ubuntu-mono-dark
- 2 big files in /usr/share/foomatic/db/source/opt/ (pagesize and simplified-pagesize) are they needed ? they werent there in older puppy versions ?

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

#584 Post by musher0 »

Hello all.

In ref. to this post on p. 35 of this thread. Sorry for the delay.

Please go here to see MRUF-lst-0.9.7.8 in action on Quirky-8.2 "xerus",
and to download / install it on your Quirky if you wish.

Many thanks to BarryK for providing the 64-bit executables this script
required. A screen cap is attached.

Enjoy!
Attachments
MRUF-on-Quirky-8.2(1).jpg
(83.5 KiB) Downloaded 1384 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#585 Post by BarryK »

musher0 wrote:Hello all.

In ref. to this post on p. 35 of this thread. Sorry for the delay.

Please go here to see MRUF-lst-0.9.7.8 in action on Quirky-8.2 "xerus",
and to download / install it on your Quirky if you wish.

Many thanks to BarryK for providing the 64-bit executables this script
required. A screen cap is attached.

Enjoy!
Great, have just now downloaded it.

See also my reply to your sqlite3 mime post.
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#586 Post by BarryK »

Probably should think about bringing out 8.2.1:

http://barryk.org/news/?viewDetailed=00621
[url]https://bkhome.org/news/[/url]

Pelo

Un developpeur compétant pourrait lancer Quirky

#587 Post by Pelo »

Some french are testing Quirky Xerus. It would be fine to create a topic in section francophone, Not only to help, but to promote quirky too.
3mn37 video in english available you Tube.
Just to get an idea.
Un developpeur compétant pourrait lancer Quirky dans la partie francophone, non ? Go !
To replace topic Quirky 6.0 officiel outdated. here
Attachments
quirky.jpg
Just to get an idea..
(37.32 KiB) Downloaded 1628 times

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

#588 Post by rerwin »

Thanks for changing the "remaster" dialog to one about "Boot CD". However, the subsequent confirming dialogs still relate to "remaster".

Sometime, all dialogs related to the boot CD should be updated to use that term instead of "remaster".

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#589 Post by don570 »

I compiled Gimp 2.8.22 and installed it in /opt
To launch it I took an idea I read on gimp page
https://www.gimp.org/release-notes/gimp-2.8.html

So I wrote a script to launch GIMP from /opt

Code: Select all

#!/bin/sh
PATH=/opt/gimp-2.8.22/usr/bin:$PATH
export PATH
LD_LIBRARY_PATH=/opt/gimp-2.8.22/usr/lib
export LD_LIBRARY_PATH

/opt/gimp-2.8.22/usr/bin/gimp-2.8 "$@"
________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#590 Post by don570 »

To release the F12 key to Blender app , here are instructions.

Modify the file
/root/.jwm/jwmrc-personal2

by deleting the line

Code: Select all


<Key key="F12">root:3</Key>

_______________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#591 Post by don570 »

I found out how to set the cron jobs properly on quirky Xersus by studying
how James Bond did it in fatdog 710.

He made crond a service that must be started by the root user
The file is /etc/init.d/80-crond
Here is the relevant part of the script

Code: Select all

#!/bin/dash
# Description: System task scheduler.
# jamesbond 2012

start_cron() {
	# static uclibc crond only understands POSIX tz, convert
	export TZ=GMT$(date +%z | sed 'y/+-/-+/; s/.../&:/')
	echo "Starting task scheduler."
	[ ! -e /var/spool/cron/crontabs ] && ln -sfT /etc/crontabs /var/spool/cron/crontabs
	crond
}


To make a cron job work properly I first make the change to time
for the shell session. Then I launch crond which reads the jobs from a file in the folder /var/spool/cron/crontabs

Here is terminal output in xerus..

Code: Select all

# export TZ=GMT$(date +%z | sed 'y/+-/-+/; s/.../&:/')
# busybox crond -c /var/spool/cron/crontabs
Attachments
pschedule.gz
James bond's pschedule app. Fake extension.
(10.33 KiB) Downloaded 255 times
80-crond.gz
fake extension gz
(729 Bytes) Downloaded 278 times

zygo
Posts: 243
Joined: Sat 08 Apr 2006, 20:15
Location: UK

#592 Post by zygo »

don570,
Your script starts with

Code: Select all

#!/bin/dash 

dash =Debian Almquist shell
Does it work in bash?

radky
Posts: 977
Joined: Mon 03 May 2010, 03:13

#593 Post by radky »

Pup-SysInfo-2.7.2
- Add enhanced help files in MD and HTML formats for user-choice viewing in mdview or defaultbrowser (thanks L18L)
- Add de locales in optional pet (thanks L18L)

http://www.murga-linux.com/puppy/viewtopic.php?t=73101
[color=blue][b][url=http://www.smokey01.com/radky/PupMates.html]PupMates[/url][/b][/color]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#594 Post by BarryK »

SQLiteManager addon for SeaMonkey (and other Mozilla browsers) is now a PET:

http://barryk.org/news/?viewDetailed=00623

This will be in the next release.
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#595 Post by BarryK »

radky wrote:Pup-SysInfo-2.7.2
- Add enhanced help files in MD and HTML formats for user-choice viewing in mdview or defaultbrowser (thanks L18L)
- Add de locales in optional pet (thanks L18L)

http://www.murga-linux.com/puppy/viewtopic.php?t=73101
Good, have updated.
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#596 Post by BarryK »

Have overhauled Pschedule, it seems to be working.

Blog post:
http://barryk.org/news/?viewDetailed=00624
[url]https://bkhome.org/news/[/url]

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

#597 Post by musher0 »

@BarryK:

Please do not forget to have a look at the advanced keyboard selection
manager? (Illustration of its splash is attached.)

As I mentioned earlier, this wizard gives the illusion (pun intended!)
that it is working properly until it emits an error message at final save.

I have the experience to insert my preferred keyboard manually in
/etc/X11/xorg.conf, but not all users do. (For newbies: this is what this
wizard does.)

If it may help, also attached is a screenie of the comparison between the
xkbConfigurationManager folder in DPupStretch (top) and Quirky-8.2
"xerus" (bottom). (The diff utility was next to useless to do this type of
comparison.)

As you can see, all the file sizes are different, except for that of the
MakeList file.

TIA.
Attachments
Comparison.jpg
Comparison of xkbConfigurationManager folder, in DPupStretch (top)
and Quirky-8.2 &quot;xerus&quot; (bottom)
(133.01 KiB) Downloaded 1297 times
XKB-Conf-Mgr.jpg
Advanced XKB config, mngr wizard splash
(29.42 KiB) Downloaded 1296 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#598 Post by don570 »

don570,
Your script starts with
Code:
#!/bin/dash

dash =Debian Almquist shell
Does it work in bash?
You can check if distro supports dash by typing /bin/dash in terminal.
I got script from fatdog linux which obviously does support it.
___________________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#599 Post by don570 »

The first app I install is pfind plus
to find things quickly with a right click.
http://murga-linux.com/puppy/viewtopic.php?t=110596
______________________________________________________

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#600 Post by BarryK »

musher0 wrote:One other thing that I noticed is that I couldn't change my keyboard layout
to the qc keyboard. The intermediate steps for 105-keys international
keyboard, and choice of layout went ok, but the final saving gave me an
error, the changes were not registered. So I was stuck with the US default
keyboard, which is a pain, since I'm not used to it.
I have found what looks like a significant bug in Advanced Xorg Config Wizard. Fixing it now.
[url]https://bkhome.org/news/[/url]

Post Reply