My report on Quirky 6.0

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#256 Post by don570 »

I checked out a couple of my scripts and they worked nicely
with Quirky 6.1

Compression 1.8 and Graphpaper 1.2
____________________________________________________

I was checking mtpaint 3.44.51 with Precise571 and Quirky and I found that
the theme was causing the boxes to be black. The entries
can't be easily seen. The solution is simple ---> change the GTK theme.

Previous versions have the same problem.


Image

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

#257 Post by BarryK »

zekebaby wrote:
timothyli wrote:I upgraded to 6.1.1 and the wallpaper setter seemed to be broken for me. I no longer can simply drop an image file in the /usr/share/backgrounds folder and set it as my wallpaper with the options of stretched, centred or tiled. When I tried to select an image, Quirky throws out an error message:

"Error loading backdrop image:
Failed to open file '/usr/share/backgrounds/160/snow-leopard-server-wallpaper.jpg': No such file or directory
Backdrop removed."

I tried copying of the image file to the 160 folder and it worked. Am I doing something wrong? I don't think the same image needs to exist in two places.
There seems to be a small bug in /usr/sbin/background_reshape. In line 67 of /usr/sbin/background_reshape, change "$NEWVERT -lt $IMAGEVERT[" to "$NEWVERT -le $IMAGEVERT" (without the quotes) and the problem should go away.

Edit: removed line number note (confirmed by broomdodger)
Thanks for finding that.

I applied what is (hopefully) a generic fix, at end of file (I did not change that "lt"):

Code: Select all

#140107 fix if image not in subdir...
if [ ! -f /usr/share/backgrounds/${ASPECTRATIO}/${IMAGEBASE} ];then
 echo "/usr/share/backgrounds/${IMAGEBASE}" > /tmp/qwallpaper_reshaped #set_bg will read this.
else
 echo "/usr/share/backgrounds/${ASPECTRATIO}/${IMAGEBASE}" > /tmp/qwallpaper_reshaped #set_bg will read this.
fi
[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:

#258 Post by BarryK »

Testers have reported, after applying a Service Pack, that epdfview was broken, missing library symlinks.

I found the cause. My script that creates Service Packs was overlooking symlinks that have changed, that is, point to a different target file.

I have put in that extra check, and now the Service Packs are correct. I have had to re-upload them. It is only the poppler library that is affected, in the 6.0.1_TO_6.1.1 and 6.1_TO_6.1.1 Service Packs.

If you want to fix it, you can probably uninstall the Service Pack, then download and install the new one (pet file has the same name).
[url]https://bkhome.org/news/[/url]

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

My report on Quirky 6.0

#259 Post by Billtoo »

I installed Quirky 6.1 to a hard drive partition on my Acer desktop pc.

Computer
Processor 4x Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz
Memory 2975MB (59MB used)
Machine Type Physical machine
Operating System Quirky - 6.1.1
User Name root (root)
Date/Time Mon 06 Jan 2014 10:14:00 PM EST

I had installed the devx and 6.1 to 6.1.1 service packs, then saw the
new ones so I uninstalled the old and installed the new ones.

The right click problem is gone when opening a terminal.
No problems so far.
Attachments
screenshot.jpg
(74.25 KiB) Downloaded 862 times

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#260 Post by James C »

Updated 2 Quirky installs to 6.1.1 ....... all appears good on both.

-Computer-
Processor : 2x Intel(R) Pentium(R) 4 CPU 3.00GHz
Memory : 2065MB (151MB used)
Machine Type : Physical machine
Operating System : Quirky - 6.1.1
User Name : root (root)
Date/Time : Tue 07 Jan 2014 01:13:05 AM CST
-Display-
Resolution : 1024x768 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Audio Devices-
Audio Adapter : ICH4 - Intel ICH5

bobtron
Posts: 39
Joined: Mon 17 Oct 2011, 20:42
Location: Illinois-_land--USA--

Q6.1.1

#261 Post by bobtron »

Greetings to all from -11F land.
From Q6.1 I selected "quirky version upgrade mgr" {which was in "multimedia" category}..clicked on "6.0.1 to 6.1.1"...waited for a dialog box {nothing} no download status/progress or "wheel of death" loading indicator..but i noticed network "blinky"was very busy..so i went about my browsing biz and about 2 minutes later dialog box popped up that Q6.1.1 had been installed.
re-booted fine..all my stuff was there..checked out Epdf viewr, FLSclient..{my previous problems} and everything is running smooth.Great job fellas!
Now is there any way to manage power with my netbook?..I would like to "hibernate" when closing "the lid"
Also need missing codecs for my VLC 2.0.0

adi
Posts: 43
Joined: Fri 28 Sep 2007, 18:42
Location: Bucharest, Romania

skype pet for quirky 6.1.1

#262 Post by adi »

which pet can be used from others puppy linux distros?

timothyli
Posts: 65
Joined: Sun 22 Jun 2008, 07:44
Location: Toronto, Canada

#263 Post by timothyli »

BarryK wrote:
I applied what is (hopefully) a generic fix, at end of file (I did not change that "lt"):

Code: Select all

#140107 fix if image not in subdir...
if [ ! -f /usr/share/backgrounds/${ASPECTRATIO}/${IMAGEBASE} ];then
 echo "/usr/share/backgrounds/${IMAGEBASE}" > /tmp/qwallpaper_reshaped #set_bg will read this.
else
 echo "/usr/share/backgrounds/${ASPECTRATIO}/${IMAGEBASE}" > /tmp/qwallpaper_reshaped #set_bg will read this.
fi
I applied the above fix to my Quirky 6.1.1 and the problem is gone. Thanks! I also discovered that if I symlink /usr/sbin/set_bg to ~/.config/rox.sourceforge.net/SendTo/.image_jpg, I could set a jpg file as background by right clicking that file in a rox-filer window.

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Re: Q6.1.1

#264 Post by Billtoo »

bobtron wrote: Also need missing codecs for my VLC 2.0.0
VLC 2.1.2 is available here:

http://distro.ibiblio.org/quirky/quirky ... s-quirky6/

It also needs qt-482 which is in the same directory.

bobtron
Posts: 39
Joined: Mon 17 Oct 2011, 20:42
Location: Illinois-_land--USA--

Q6.1.1

#265 Post by bobtron »

Many TNX! Billtoo! {and Barry K. too}..as a nooby quirk head, thanx for the rapid response and link to pet stuff..I am sure many others will find link very useful..I installed VLC and Qt as you recommend and working fine as Q6.1.1 is running smooth on acer netbook {intel Atom(tm) 2-core/1GB ram}.installed sda6 {6GB partition)
Is there a way I can set power/management settings?..I would like to "standby or hibernate" when i "close lid" display.
tnx in advance for your great team work.

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#266 Post by Bert »

Quirky 6.1.1 usb install method D

First impressions... Fast 8) Even from usb2 -- Corsair Voyager 16GB

Had not expected this speed...really nice

The keyboard problem Charlie16 reported as solved on Jan2 is back in Quirky 6.1.1. Keyboard layout b-latin1 does not work, cannot be activated... e.g. ** Hqppy Nezyeqr Bqrry ** :wink:

The Lxterminal 0.1.9-i686 from repo does not work.

Momanager does not run without devx for me.
EDIT Should learn to read more carefully..
Barry wrote:The full gettext package, as compiled in T2, will be in 6.1.2.
:oops:

Firefox 26 directly from Mozilla does not run. What is needed to get this working...It worked in every Puppy I ever tried...

My latest Dutch langpack is working just fine.

All in all I am really excited about Quirky!
Big Thank You Barry!!!!!
May the god of christmas hiatuses give you plenty more of those :lol:
Last edited by Bert on Wed 08 Jan 2014, 12:21, edited 2 times in total.
[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

#267 Post by Billtoo »

Bert wrote:**[/color] :wink:

The Lxterminal 0.1.9-i686 from repo does not work.
Did you install the vte pet too?, it needs that.

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#268 Post by Bert »

Thanks Billtoo

No. I did not know.
It does not seem to be in the repo...
[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

#269 Post by Billtoo »

Bert wrote:Thanks Billtoo

No. I did not know.
It does not seem to be in the repo...
It's there, I assume you clicked on the link a few messages above this one?
It doesn't show up in ppm yet.
Attachments
Screenshot_2014-01-07_163532.png
(2.75 KiB) Downloaded 603 times

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#270 Post by Bert »

Image

:) :) :) :)
[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#271 Post by James C »

Still working well......
Attachments
Conky.jpg
(29.67 KiB) Downloaded 1185 times
Quirky 6.1.1.jpg
(29.63 KiB) Downloaded 1226 times

slavvo67
Posts: 1610
Joined: Sat 13 Oct 2012, 02:07
Location: The other Mr. 305

Firewall on Quirky 6.1.2

#272 Post by slavvo67 »

Barry,

I am running Quirky 6.1.2. When installing the firewall, I receive a "Warning: The State Match is Obsolete" Use Conntrack instead. I also had this issue on the prior versions 6.1.1 and 6.1.0. Not sure about 5.9....

Do I need to be concerned that the Firewall Application isn't working properly?

ADD:

*** The Seamonkey Pop-up appears to be fixed in the 6.1.2 ***

THANKS!

I continue to love this distro / experiment...

Thanks and kindest regards!

Slavvo67

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

#273 Post by BarryK »

Please note, 6.1.2 is not yet released.

You may have noticed it on ibiblio.org, in 'quirky-6.1.2UPLOADING' folder.

It is probably OK, however I have discovered a show-stopper bug with the Service Packs.

A case of you install a Service Pack and it deletes a vital file, result, X fails to run at next bootup.

I know the cause, but solution will take awhile. Probably it will be fixed by tomorrow.

I have also uploaded _TO_6.1.2 Service Packs, please don't upgrade yet.

Hmm, I should really remove them, ok will do so.
[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:

Re: Firewall on Quirky 6.1.2

#274 Post by BarryK »

slavvo67 wrote:Barry,

I am running Quirky 6.1.2. When installing the firewall, I receive a "Warning: The State Match is Obsolete" Use Conntrack instead. I also had this issue on the prior versions 6.1.1 and 6.1.0. Not sure about 5.9....

Do I need to be concerned that the Firewall Application isn't working properly?

ADD:

*** The Seamonkey Pop-up appears to be fixed in the 6.1.2 ***

THANKS!

I continue to love this distro / experiment...

Thanks and kindest regards!

Slavvo67
the firewall is still working, just using a deprecated method.

Yay, the SeaMonkey popup goes away!!!! :lol:

I still haven't got a clue why it doesn't go away for some people, but I put in an extra bit of code to make sure it can't come up a second time.
[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:

#275 Post by BarryK »

Billtoo wrote:
Bert wrote:**[/color] :wink:

The Lxterminal 0.1.9-i686 from repo does not work.
Did you install the vte pet too?, it needs that.
Ah, I overlooked that. I have uploaded Billtoo's PETs. I opened them all up beforehand, and in many cases modified the 'pet.specs' files, and in some cases a few other things.

If there were any dependencies needed, I checked that that was in the pet.specs, but I missed that one. OK, fixed it and have re-uploaded the PET.

The pet.specs is now this:

Code: Select all

lxterminal-0.1.9-i686|lxterminal|0.1.9-i686||Utility;shell|116K||lxterminal-0.1.9-i686.pet|+gtk+,+vte|Use the command line. User contributed: Billtoo|puppy|wary5||
In most cases, I modified the Category field to include a sub-category, as this helps correct classification in the Package Manager.
Note, sub-categories are shown in /etc/xdg/menus/hierarchy, and are also offered by the 'dir2pet' utility.

I also added an acknowledgement to Billtoo in the Description field.

And, in the Dependencies field I put +gtk+ as well as +vte.
The "+gtk+" is a good idea, as the PPM uses the dependencies field as a fall-back to determine if an app is a GUI app or not.

So, a dep of "+qt", "+qt5", "+xorg", "+fox", "+gtk+", or "+gtk+3" will identify the package as a GUI app, and also which widget-library it is using -- as the Package Manager has a pull-down list for that degree of filtering.
[url]https://bkhome.org/news/[/url]

Post Reply