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:

#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 254 times
80-crond.gz
fake extension gz
(729 Bytes) Downloaded 277 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]

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

#601 Post by musher0 »

BarryK wrote:
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.
Thanks, Barry.

Here's another reason:

the xkb wizard cannot load a keyboard that isn't there, can it?!
(As Aristotle would have put it!) :lol:

Please see attached pic.

It's not just the qc (quebec) keyboard that's missing. I noticed there was a
discrepancy in number of about 10 keyboards between the ones in the
DPupStretch-7 and the ones in Quirky-8.2.

IHTH. BFN.
Attachments
No-qc-xkb-That's-why!.jpg
(116.18 KiB) Downloaded 1478 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:

#602 Post by BarryK »

don570 wrote: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>

_______________________________________
OK, jwmconfig2 pet package modified.
[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:

#603 Post by BarryK »

rerwin wrote: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".
OK, fixed.
[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:

#604 Post by BarryK »

linuxcbon wrote: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
They are not missing, libreoffice knows where they are -- in /usr/lib/libreoffice/program

Many apps have their own libs, that ldd does not know about.
[url]https://bkhome.org/news/[/url]

User avatar
mysticmarks
Posts: 159
Joined: Tue 27 Feb 2007, 01:56
Location: California
Contact:

#605 Post by mysticmarks »

It looks really good Barry. I'll be running the dog for a few laps this week.

Post Reply