Lupu-515 Beta New Version DEC 18

A home for all kinds of Puppy related projects
Message
Author
User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#281 Post by playdayz »

/usr/share/themes/Taqua/gtk-2.0/gtkrc:54: Clearlooks configuration option "sunkenmenu" is not supported and will be ignored.
/usr/share/themes/Taqua/gtk-2.0/gtkrc:55: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored.
/usr/share/themes/Taqua/gtk-2.0/gtkrc:56: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored.
/usr/share/themes/Taqua/gtk-2.0/gtkrc:57: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored.
I don't think these hurt anything--except for being ugly.

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

Openshot. I could not fix it last time. Do you remember who did?

Here is a pet of Openshot 1.2.2 (up from 1.1.3). It also needs Python to be loaded, but it still does not work.
http://www.diddywahdiddy.net/Puppy500/Openshot.pet

Code: Select all

# openshot
Added /usr/share/openshot to system path
-------------------------------------------------------
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)

Use the following command to install OpenShot:
  $ sudo python setup.py install

# 

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

Lucid Puppy 5.2 Base Luci-233 New Version OCT 26

#282 Post by Billtoo »

I have 233 installed on a 4gb flash drive and it's working well on
this pc.

Computer
Processor 2x Pentium(R) Dual-Core CPU E5200 @ 2.50GHz
Memory 3364MB (444MB used)
Operating System Puppy Linux 0.23
User Name root (root)
Date/Time Tue 26 Oct 2010 11:06:54 PM GMT-8
Display
Resolution 1440x900 pixels
OpenGL Renderer Mesa DRI Intel(R) G33 GEM 20091221 2009Q4 x86/MMX/SSE2
X11 Vendor The X.Org Foundation
Multimedia
Audio Adapter HDA-Intel - HDA Intel
Attachments
233scrn.jpg
(183.89 KiB) Downloaded 283 times

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#283 Post by Jim1911 »

playdayz wrote:Are any people testing JWM? Just a thought...
I usually switch immediately to JWM although OpenBox works fine. Great to have the WM Switcher.

Cheers,
Jim

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#284 Post by rcrsn51 »

playdayz wrote:Added Gimp 2.6.10 pet to puppy-lucid repo.
When you build the Gimp PET, you might want to include this DEB. It is the plugin for SANE scanners.
Attachments
sane_1.0.14-7_i386.deb.gz
(105 KiB) Downloaded 211 times

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

openshot

#285 Post by don570 »

To Playdayz...

Here's a discussion of openshot
http://www.murga-linux.com/puppy/viewto ... 709#415709


____________________________________

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

mhwaveedit

#286 Post by don570 »

To get mhwaveedit to launch retrovol as the audio mixer
I have been successful in compiling mhwaveedit with
the option

Code: Select all

./configure --with-default-mixerapp=retrovol
This would be a convenience to users.

Of course the preference file can be set by the user to launch
retrovol which is what I have done.

Available here
http://www.datafilehost.com/download-7255dff9.html

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

wacom bamboo tablet

#287 Post by don570 »

I am using luci233

I was successful in installing newest wacom driver
and using my Wacom Bamboo tablet.

Both Gimp 2.6.8 and mtpaint 3.31 responded to pressure
of pen.

I describe the installation process in wacom thread

http://www.murga-linux.com/puppy/viewto ... &start=150
___________________________________________________________

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#288 Post by Lobster »

Openshot. I could not fix it last time. Do you remember who did?
Was it Mick? :)
Could not use Openshot so created this slideshow instead . . .
Image slideshow for Puppy Lucid 5.2
http://tmxxine.com/p52
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#289 Post by playdayz »

I would like to understand and resolve the touchpad issue.

1. Do I understand correctly that if the computer is auto configured then the synaptics touchpads work correctly?

2. If xorgwizard is run then the touchpads do not work and flsynclient gives an error?

What happens if someone tries to use flsynclient in case #1 above?

Shinobar, do I gather from below that changing some code in xorgwizard will eliminate case #2? If w2e change that code does the problem go away?

Shinobar, does your pet which has been referred to handle both cases? If so why don't we put it into the distro?

What I would like is the solution that is most transwparent to users and *works* every time.

Everyone please help me understand. Thank you.

Regarding touchpad, well known what happens:


At the first run, the touchpad works.
Running xorgwizard disables the touchpad.
Flsynclient can recover, but it shows error before running xorgwizard. It cause confusion for the users.

The fault of the xorgwizard regarding the touchpad is 2 lines.
Curiously, 1 of 3 types of touchpad is enabled.
Code:
# grep MaxTapTime /usr/sbin/xorgwizard
        Option "MaxTapTime" "180"\
   Option "MaxTapTime" "0"\
   Option "MaxTapTime" "0"\

The first one is Elantech touchpads, code add by Jemimah.
But old two, Synaptics and Alps are remained disabled.

Japanese team are aware of this situation from years ago and all enabled in the Japanese editions.
Last edited by playdayz on Wed 27 Oct 2010, 21:46, edited 1 time in total.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#290 Post by playdayz »

To get mhwaveedit to launch retrovol as the audio mixer
I have been successful in compiling mhwaveedit with
the option
I am dense today I guess don570, but someone mentioned this and I checked and the retrovol mixer controls the volume output from mhwavedit (as is). The mixer is already "launched" as it is in the sytem tray, isn't it? So what else is needing to happen. I will try your pet and see. Thanks.

OK, I see. You want it to Launch Retrovol with the button for Launch Mixer. Got it.

Also don570, we are using the ubuntu binary of mtpaint 3.31.. Would there be any advantage to using one of the later versions you mention--that would outweigh possible disadvantages ;-)
Last edited by playdayz on Wed 27 Oct 2010, 21:50, edited 2 times in total.

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#291 Post by cthisbear »

" Added Alsamixer to Menu "

Thank you playdayz................Chris.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#292 Post by playdayz »

Concerning ayttm and our search for a lean full-featured chat client.

That's a tough one.

The original purpose of ayttm was to give a connection to the puppy chat line for help with Puppy. It still does that. Has anyone ever used that capability?

Do enough people use a "full-featured chat client" to justify our search? We have Pidgin in the PPM for those who chat. Install it once and it is there forever.

So right now, I am inclined to leave ayttm with its original purpose in mind.

Comments?

In fact there is an updated Pidgin 2.7.3 posted just a couple of messages below here.


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

We will move to a feature freeze soon, no hurry, but when 01micko moves from beta on Quickpet and shinobar is satisfied with the firstrun dialog. So if you have requests, now's the time!
Last edited by playdayz on Wed 27 Oct 2010, 22:43, edited 1 time in total.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#293 Post by bigpup »

Luci-233
Initial boot
Quickpet
identifies my video card but reccomends the wrong driver.
Nvidia card
Says use Xorg-High
Nvidia 173.14.25 is the one that works for me.
Attachments
graphics.png
video driver
(20.61 KiB) Downloaded 963 times

Jasper

#294 Post by Jasper »

Hi playdayz,

Recently I asked why - if I run Lucid Puppy 5.1 from the standard live CD and then run Htop my RAM usage displays as only 40 MB.

Bruce B kindly replied it is because Htop does not do the math correctly. This also seems to be the case with Widget RAM reporting.

Now I know the reason it is no longer of personal concern, but it may be generally helpful if all or any programs which misreport Puppy RAM could be amended without undue effort.

My regards

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#295 Post by bigpup »

Luci-233
A newbie simple question.
How do I know what window manager is being used at initial start?

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#296 Post by peebee »

playdayz wrote:I would like to understand and resolve the touchpad issue.

1. Do I understand correctly that if the computer is auto configured then the synaptics touchpads work correctly?

2. If xorgwizard is run then the touchpads do not work and flsynclient gives an error?

What happens if someone tries to use flsynclient in case #1 above?
Hi playdayz

For me on an Hp550 with I think a Synaptics touchpad, then after the current "first run" FlSynchclient crashes unless xorgwizard is run from the command line.

Until FlSynchclient can be run, the touchpad is configured incorrectly - its too sensitive to double clicks and the scroll bar doesn't work.

Hope this helps
Cheers
Peter

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#297 Post by playdayz »

bigpup wrote:Luci-233
A newbie simple question.
How do I know what window manager is being used at initial start?
Ask. In luci-233 it is openbox with the fbpanel. It does look like jwm doesn't it?

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

There is a new updated pet of Pidgin 2.7.3 in the PPM. Here is a link

http://distro.ibiblio.org/pub/linux/dis ... -Lucid.pet
Last edited by playdayz on Wed 27 Oct 2010, 22:46, edited 1 time in total.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#298 Post by playdayz »

For me on an Hp550 with I think a Synaptics touchpad, then after the current "first run" FlSynchclient crashes unless xorgwizard is run from the command line.

Until FlSynchclient can be run, the touchpad is configured incorrectly - its too sensitive to double clicks and the scroll bar doesn't work.
Well said, so we need to make it possible to run flsynclient. You are able to, right, and get it configured--it's just a hassle. You can run xorgwizard and then flsynclient and get it configured, is what I mean. Thanks.

We would just like flsynclient to run right off.

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#299 Post by peebee »

playdayz wrote:
We would just like flsynclient to run right off.
Got it in one....

FlSynchclient running correctly after first run is the requirement.

I think wary and dpup have this solved - maybe ask them howto?

Thanks
Peter

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

#300 Post by James C »

playdayz wrote: Are any people testing JWM? Just a thought...
I actually use JWM the most,I switch to icewm when I feel like eyecandy.

Post Reply