Saluki

A home for all kinds of Puppy related projects
Message
Author
User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#736 Post by mavrothal »

Luki is looking good so here are few little usability things you may want to take care at some point, for a good first impression :D

some folders in /root have 700 permissions (so apps ca not write in them)
no savefile-size option in the new first shutdown savedialog
no save icon on the desktop if legacy save is picked (legacy...)
"save" in the shutdown screen is easy to miss
no builtin_files in the adrv
the mixer icon on the tray is hardly visible
geany fonts too big
geany save file dialog too big if dpi is adjusted (more than 900px vertical)
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

emil
Posts: 633
Joined: Tue 10 Nov 2009, 08:36
Location: Austria
Contact:

xgamma-gui

#737 Post by emil »

It seems there is a very old version of xgamma-gui in Saluki which is buggy.
fix:
replace /usr/sbin/xgamma-gui with this version
details about bugfix here
8) emil

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

Saluki

#738 Post by Billtoo »

@jemimah

I made an sfs file of Goggles Music Manager 0.12.6 (approx 10mb) but
when I tested it it gave an error about libgcrypt version conflict and seg faulted, if I install the libgcrypt pet that I made and try it again it works.

I put libgcrypt-1.4.6-i686.pet that I made in 008 in the sfs, maybe I
should wait for the final Saluki and try again?
Attachments
Screenshot-2.jpg
(111.38 KiB) Downloaded 961 times

emil
Posts: 633
Joined: Tue 10 Nov 2009, 08:36
Location: Austria
Contact:

R, gnuplot

#739 Post by emil »

I was very positive surprised to find the gfortran compiler in the devx package. I couldn't resist to rebuild the R package for Saluki:
http://murga-linux.com/puppy/viewtopic. ... 104#599104

Also Gnuplot package seems to work:
http://murga-linux.com/puppy/viewtopic.php?t=72356

octave sfs package for slacko seems to work too:
http://murga-linux.com/puppy/viewtopic.php?t=72406

Yacas package seems to work too
http://murga-linux.com/puppy/viewtopic.php?t=72388

maybe those could go to the repos?

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#740 Post by Geoffrey »

I can't get Thoggen DVD ripper to work, don't no if it is to do with anything I've done, can someone comfirm if it runs at all.

Code: Select all

thoggen
registering static thoggen plugins
 :: GStreamer core version: 0.10.35.0
 :: System: Linux puppypc29488 2.6.39-ski #1 SMP PREEMPT Wed Dec 14 01:47:00 UTC 2011 i686 GNU/Linux 
 :: dbus_bus_get(DBUS_BUS_SYSTEM) failed at th-device-pool.c:222!

** WARNING **: dbus_bus_get(DBUS_BUS_SYSTEM) failed at th-device-pool.c:222!

 :: libhal_ctx_init() failed at th-device-pool.c:232!

** WARNING **: libhal_ctx_init() failed at th-device-pool.c:232!

 :: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
 :: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
process 8278: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3483.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
Aborted

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

#741 Post by Billtoo »

Geoffrey wrote:I can't get Thoggen DVD ripper to work, don't no if it is to do with anything I've done, can someone comfirm if it runs at all.
It worked for me, it produced an ogv file playable in xnoise or vlc etc.
I just set the screen size and away it went.

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

#742 Post by Billtoo »

.

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#743 Post by Geoffrey »

Billtoo wrote:
Geoffrey wrote:I can't get Thoggen DVD ripper to work, don't no if it is to do with anything I've done, can someone comfirm if it runs at all.
It worked for me, it produced an ogv file playable in xnoise or vlc etc.
I just set the screen size and away it went.
I'll have to back track what I've done that caused this to happen, thanks Billtoo.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#744 Post by jemimah »

Geoffrey wrote:
Billtoo wrote:
Geoffrey wrote:I can't get Thoggen DVD ripper to work, don't no if it is to do with anything I've done, can someone comfirm if it runs at all.
It worked for me, it produced an ogv file playable in xnoise or vlc etc.
I just set the screen size and away it went.
I'll have to back track what I've done that caused this to happen, thanks Billtoo.
This happens when the window manager starts dbus before rc.services starts it. Try this:

Exit to the prompt

Code: Select all

/etc/init.d/dbus stop
/etc/init.d/dbus start
xwin
Hopefully this will be fixed in 009.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

Re: Saluki

#745 Post by jemimah »

Billtoo wrote:@jemimah

I made an sfs file of Goggles Music Manager 0.12.6 (approx 10mb) but
when I tested it it gave an error about libgcrypt version conflict and seg faulted, if I install the libgcrypt pet that I made and try it again it works.

I put libgcrypt-1.4.6-i686.pet that I made in 008 in the sfs, maybe I
should wait for the final Saluki and try again?
It'll probably need to be recompiled.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

Re: xgamma-gui

#746 Post by jemimah »

emil wrote:It seems there is a very old version of xgamma-gui in Saluki which is buggy.
fix:
replace /usr/sbin/xgamma-gui with this version
details about bugfix here
8) emil
Got it. Thanks.

aarf

#747 Post by aarf »

aarf wrote:after some checking i am at a complete loss to explain why the produced 008 is only 40M. Can someone with both 007 (or 006) and 008 produce the delta, then move 007 and delta to a new folder and try to create 008 from 007 plus delta and see if it is the real deal 008 that is produced. Check the md5sum of the produced 008. I think xdelta is failing because of some unknown characteristic of 008. Clicking open the produced 008, it will look ok but you cant copy the whole contents out of the mounted folder to a new folder. (To do the usual manual frugal.) My failures are happening in both racy and luci003. All on ext3 partitions.
Icafe downloaded the offending 008. Md5sum matched the one posted by jemimah. But now cant proceed because my 007 was on my virtually new toshiba 500G external which has developed a strange clicking sound and then EeePc blackscreens and all indicator lights are out. This strange clicking sound first occurred when trying to produce 008 from the smokey01 hosted strange deltas yesterday. Only today when plugged in does the external hard toshiba kill all puppies. Remove external. Reboot. Click open icafe 008 try to copy contents to SDcard. Hangs at luki.sfs. Wont copy. Then EeePc fails to shutdown. Plugin external hard toshiba. >once again it kills EeePc.
Proceed at own risk. All happening in racy and luci003.

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

#748 Post by cthisbear »

aarf:

Why not try the old trick of disconnecting your mains power,

taking out the battery.....

and holding down your power button to discharge your lappy.

Instead of 10 seconds....make it at least 30 seconds.

Regards....Chris.

aarf

#749 Post by aarf »

cthisbear wrote:aarf:

Why not try the old trick of disconnecting your mains power,

taking out the battery.....

and holding down your power button to discharge your lappy.

Instead of 10 seconds....make it at least 30 seconds.

Regards....Chris.
will this fix my external harddrive? Other times in the past when i cant shutdown i just holddown the power button and it will shutdown. I thought i'd try the new plug in the toshiba external HD shutdown method to see how effective it was.

Edit: Tried the battery removal trick. External toshiba still kills racy522 when it is plugged in and accessed. Takes about 30 seconds to get its act going. In the interum can see content of the external drive. Whoa it actually restarted not shut down now i can get the 007 off of the external HD. Perhaps it has something to do with the USB flashdrive i was using at the icafe. Because it warmt plugged when the succesful copy from the external HD went through. Will investigate.
Edit: could be my battery is past its useful life. As also indicated by in the unusable screen popups about power mentioned earlier in this saluki thread..sorry for side tracking saluki again jemimah.

aarf

#750 Post by aarf »

Locally in both racy522 and Puppeeerc2 using 007 and 008 to generate a delta (66 M) then using 007 and the generated delta to create 008 produces a 008 with the correct md5sum. So back to not having any clue as to not why the online created deltas failed so consistently.
And have copied the content out of the 008.iso to SSD and booted saluki from it via xorgwizard and xwin.
Previous failure to copy was probably due to my defective SDcard writer.

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#751 Post by Geoffrey »

Here's a small list of things that may need attention.

Sleep button on desktop computer keyboard, if your cat walks across the keyboard and happens to press sleep, this puts the PC into a coma, I have tried everything to revive it, pressing the power button on the computer case give a false hope, keyboard flashes as well as the mouse, possible fix super glue the button. :wink:

Still have problems with themes Aurora and all of the TerraNova themes the right click menu in file manager won't stick, well sometimes it does.

If Cairo dock runs at startup and has a weather applet which runs before a network connection is established, it can't find a connection, even refreshing the applet has no effect and x needs restarting for it to work, one fix is to start Cairo dock manually, this maybe one of the reasons it has a menu entry.

fix for cairo-dock to give the network a head start.

/root/Startup, edit cairo-dock

Code: Select all

sleep 10 && exec cairo-dock
The keyboard suspend is the main problem.

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#752 Post by Geoffrey »

A clean look with Cairo Dock and Terryphi's latest Opera web browser and Opera clock widget.

what I've seen of it so far Opera runs extremely well, flash works smoothly, Opera comes as a SFS so it's a easy install.

Terryphi's Opera thread here http://murga-linux.com/puppy/viewtopic. ... 488#500488


Image

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#753 Post by Sage »

Maybe we can persuade Terry to work his magic on EudoraOSE 1.0, too? Personally, I don't work with .sfs files. Does it create a lot of extra work to issue them as .pet s? Eudora .pet s are already available; which if any for Saluki?!

Midori in 008 is good. However, the 'wrong' FlashPlayer gets installed by default for running BBC iPlayer. In the UK this is a show stopper for folks like myself who don't possess the skills to install (or even recognise!) the correct version from Adobe.
All this may well the fault of Adobe's antics, but it doesn't help.
i.e Help, please!

Confirm poweroff not working.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#754 Post by smokey01 »

Sage download this file:
http://eudora.com/download/eudora/1.0/E ... 86.tar.bz2
Extract it to /root
Then click on the Eudora script and it should work.
It places all files in /root/eudora
Drag the script to the desktop for ease.
I have tried it in Micko's new Slacko, works fine.

Good luck.
Attachments
eudora.jpg
(49.48 KiB) Downloaded 913 times

aarf

#755 Post by aarf »

Sage i would tell you about flashplayer but i dont approve of puppians watching that colonialist propaganda channel however the things you ask are covered dozens of times on the forum.
May i refer you instead to CCTV4, who knows you might even get lucky and see live coverage of tibetian monks self immolating. Whatever next lobsters au flambe? Which brings of to the crux of the matter, the new webcam app is good maybe i can now use it to do timelapse surveileance of my computer connection wires in my absence. Only thing is i think my EeePc will disappear if i leave it on duty. No great loss as replacement is well overdue.
Last edited by aarf on Thu 26 Jan 2012, 10:51, edited 1 time in total.

Post Reply