The time now is Sun 22 Apr 2018, 20:18
All times are UTC - 4 |
Page 29 of 72 [1080 Posts] |
Goto page: Previous 1, 2, 3, ..., 27, 28, 29, 30, 31, ..., 70, 71, 72 Next |
Author |
Message |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Mon 07 Nov 2011, 14:11 Post subject:
|
|
Latest changes, will be in Beta 5:
Code: | 07 Nov:
- fixed the i18n'd sfsconvert 1.4-1:
- updated for gtkdialog4, removed the action=refresh stuff
- added $1 stuff to make it a working right click option
- updated gtkdialog-splash: Akita has no yaf-splash, so:
- I removed the font option thing that load original yaf-splash (thought that option was gone anyway! grrr)
- updated mksquashfs4 to 4.1, supports xzcompression (needs newer kernel)
- updated hostname to latest, added fix to run GUI if no hostname was passed (that's better for Akitas setup) |
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
rodin.s
Joined: 22 Sep 2010 Posts: 340 Location: Ukraine
|
Posted: Tue 08 Nov 2011, 07:25 Post subject:
pup_event_frontend_d |
|
I have commented out line 120 in /sbin/pup_event_frontend_d and now I have desktop icons. I guess the problem was in new line in one of my partition labels.
Code: | /dev/sda1: LABEL="
COMPLETE" UUID="745E-5BCC" TYPE="vfat" |
Another problem - no utf-8 when mounting vfat. Russian file names are ??????.
Mounting with ymount or pmount is ok.
I have also updated translation for browser-installer.
Description |
|

Download |
Filename |
browser-installer.mo.gz |
Filesize |
1.79 KB |
Downloaded |
246 Time(s) |
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Wed 09 Nov 2011, 14:40 Post subject:
Re: pup_event_frontend_d |
|
rodin.s wrote: | I have commented out line 120 in /sbin/pup_event_frontend_d and now I have desktop icons. I guess the problem was in new line in one of my partition labels.
Code: | /dev/sda1: LABEL="
COMPLETE" UUID="745E-5BCC" TYPE="vfat" |
Another problem - no utf-8 when mounting vfat. Russian file names are ??????.
Mounting with ymount or pmount is ok.
I have also updated translation for browser-installer. |
Thanks for the updated translation
I am looking into the other issues, I am thinking that maybe I can add into line 120 a sed command that removes all \n newlines ... That will retain the drive labels, while working with your drives..
I will try to recreate the problem on mine, then fix it...
Also, I am not sure what do to about the fat utf08 problems - does this problem only exist when mounting through ROX drive icons? Have you tried the JWM-only drive icons?
Again, I will try to recreate the problem on my system, and have a go at fixing it..
Thanks for the info, I appreciate the help finding these things!
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
rodin.s
Joined: 22 Sep 2010 Posts: 340 Location: Ukraine
|
Posted: Wed 09 Nov 2011, 17:54 Post subject:
jwm only icons |
|
Same thing with JWM-only icons - no UTF-8. It has something to do with mount option utf8 for vfat.
I had the same problem with ymount: http://www.murga-linux.com/puppy/viewtopic.php?p=563113#563113
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Thu 10 Nov 2011, 19:35 Post subject:
Re: jwm only icons |
|
I cannot re-create the problem.. I was sure I had it working already and it seems that way for me still .. I have created various files and folders, created on the fat partition and elsewhere then copying them to it.. I always have Russian filenames showing fine..
I have tested on various locales and have mounted/unmounted many times... both the rox and jwm drive icons work fine...
However, in my tests, Pmount does NOT work with UTF-8 filenames - it shows garbage, instead of Cyrillic.. The same for muppyquickmount - which works even worse cos the 'garbaged' folders cannot be opened... Very strange..
I am gonna apply what I can, based on your code in ymount, and see what happens
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Sun 13 Nov 2011, 08:46 Post subject:
Re: jwm only icons |
|
Hmmm... UTF-8 with vfat problems!
sc0ttman wrote: |
I have tested on various locales and have mounted/unmounted many times... both the rox and jwm drive icons work fine...
However, ... Pmount does NOT work with UTF-8 filenames ... The same for muppyquickmount... Very strange..
I am gonna apply what I can, based on your code in ymount, and see what happens  |
OK, well this IS a conundrum.... I have tested again at work (so on a different PC)... It's a Windows XP machine, with vfat partitions.. All mounting works fine, showing Cyrillic/UTF-8 characters without problems, EXCEPT ymount, which shows the garbage I mentioned above..
Rodin.s' test results:
- Working: ymount, pmount
- Not working: rox drive icons, jwm drive icons
So, my 1st test, at home, as described above:
- Working: ymount, jwm drive icons, rox drive icons,
- Not working: pmount, muppyquickmount
And my latest, 2nd test, at work:
- Working: pmount, muppyquickmount, jwm drive icons, rox drive icons
- Not working: ymount:
So strange!!! I have yet to add rodin.s' changes to all scripts, but ymount isn't working with it included (on my work PC)..
Hmmm.... Any ideas anyone? Any vfat experts?
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
rodin.s
Joined: 22 Sep 2010 Posts: 340 Location: Ukraine
|
Posted: Sun 13 Nov 2011, 15:10 Post subject:
mount vfat and utf8 |
|
This is my test in termital (in termit with UTF-8 support):
Code: | # mount -t vfat /dev/sdd2 /mnt/sdd2
# ls /mnt/sdd2
????? ????
# umount /mnt/sdd2
# mount -t vfat /dev/sdd2 /mnt/sdd2 -o utf8
# ls /mnt/sdd2
Новый файл
# echo $LANG
ru_UA.UTF-8 |
And here is the file.
Description |
test file is in the archived directory because I can't post it to forum directly.
|

Download |
Filename |
test_file.tar.gz |
Filesize |
272 Bytes |
Downloaded |
223 Time(s) |
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Sun 13 Nov 2011, 20:06 Post subject:
Re: mount vfat and utf8 |
|
rodin.s wrote: | This is my test in terminal (in termit with UTF-8 support):
Code: | # mount -t vfat /dev/sdd2 /mnt/sdd2
# ls /mnt/sdd2
????? ????
# umount /mnt/sdd2
# mount -t vfat /dev/sdd2 /mnt/sdd2 -o utf8
# ls /mnt/sdd2
Новый файл
# echo $LANG
ru_UA.UTF-8 |
And here is the file. |
Try this attached .pet, which contains:
- updated rox drive icons mount commands
- possible fix for your two-line drive labels
- updated jwm drive icons mount commands
- updated muppyquickmount mount commands
- updated flash-get , supports new Adobe URLs, and adds flash 11
- updated delayedrun, changed the ping address, and a few other tweaks
Hopefully it will fix things for you - my fat USB drive is being very weird, not getting the same results as you at all...
rodin.s, I would appreciate the new Russian translation for 'flash-get', a few new lines were added about Flash 11..
Description |
|

Download |
Filename |
utf_test.pet |
Filesize |
18.84 KB |
Downloaded |
259 Time(s) |
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
rodin.s
Joined: 22 Sep 2010 Posts: 340 Location: Ukraine
|
Posted: Mon 14 Nov 2011, 18:43 Post subject:
unicode test |
|
muppyquickmount and ROX-icons work. Mounting is OK. JWM-icon - mounting with "???????".
pup_event_frontend_d doesn't work. Code in terminal explaines why:
Code: | # blkid -c /dev/null
/dev/loop0: TYPE="squashfs"
/dev/loop1: UUID="fb1bfe94-62e3-4ef0-901b-c84c00041e7a" SEC_TYPE="ext2" TYPE="ext3"
/dev/loop3: TYPE="squashfs"
/dev/sda1: LABEL="
COMPLETE" UUID="745E-5BCC" TYPE="vfat"
/dev/sda2: LABEL="��� ���" UUID="7C0E-6469" TYPE="vfat"
/dev/sda3: UUID="8AD84D58D84D4423" LABEL="?????? 2007" TYPE="ntfs"
/dev/sdb1: UUID="14d616d0-335d-47f6-a05b-750e7672920f" TYPE="ext2"
/dev/sdb2: UUID="493e8959-5131-49a5-b77c-90e3798ccca3" TYPE="swap"
/dev/sdb3: UUID="b201c4c8-9d99-461c-9300-47c554911e5c" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdb4: UUID="10a1e741-0846-484e-82e6-740940b89342" TYPE="ext3"
/dev/sdd1: SEC_TYPE="msdos" UUID="6C7C-7AFA" TYPE="vfat"
/dev/sdd2: SEC_TYPE="msdos" LABEL="" UUID="15F6-D03B" TYPE="vfat"
# blkid -c /dev/null | grep sda1
/dev/sda1: LABEL="
|
And I now understand what line "unterminated quoted string" means.
Maybe line 148 of flash-get should be changed like this to make it version independent:
Code: | *)$0 `Xdialog --stdout --no-tags --title "$(gettext 'Flash Installer')" --icon "/usr/share/doc/flashlogo.gif" --no-cancel --radiolist "$(gettext 'Select an Adobe Flash product to install:')" 0 0 8 11 "$(gettext 'Install Flash') 11" on 10 "$(gettext 'Install Flash') 10" off 9 "$(gettext 'Install Flash') 9" off 7 "$(gettext 'Install Flash') 7" off p "$(gettext 'Install SWF Player')" off f "$(gettext 'Fake upgrade to Flash 10')" off q "$(gettext 'Quit')" off`;; |
I have updated translation for flash-get (original one).
Description |
flash.pot, flash.mo and ru.po
|

Download |
Filename |
flash_ru.tar.gz |
Filesize |
2.23 KB |
Downloaded |
231 Time(s) |
Last edited by rodin.s on Tue 15 Nov 2011, 15:38; edited 1 time in total
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Tue 15 Nov 2011, 14:19 Post subject:
Re: unicode test |
|
rodin.s wrote: |
Maybe line 148 of flash-get should be changed like this to make it version independent:
Code: | *)$0 `Xdialog --stdout --no-tags --title "$(gettext 'Flash Installer')" --icon "/usr/share/doc/flashlogo.gif" --no-cancel --radiolist "$(gettext 'Select an Adobe Flash product to install:')" 0 0 8 11 "$(gettext 'Install Flash') 11" on 10 "$(gettext 'Install Flash') 10" off 9 "$(gettext 'Install Flash') 9" off 7 "$(gettext 'Install Flash') 7" off p "$(gettext 'Install SWF Player')" off f "$(gettext 'Fake upgrade to Flash 10')" off q "$(gettext 'Quit')" off`;; |
|
Soon it may be time to start faking the upgrade to v12.x, let me know if sites start saying the version is too old (its a pretty simple fix, but being off by even one byte will bork flash)
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4988 Location: Ontario
|
Posted: Tue 15 Nov 2011, 16:04 Post subject:
epub format |
|
To Scottman
Would you check if your version of FBReader
can open the epub format?
Here's a new site I found to get free epub books
http://www.epubbooks.com/
I'm getting segmentation faults when opening epub books??
___________________________________________
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Wed 16 Nov 2011, 14:46 Post subject:
Re: epub format |
|
don570 wrote: | To Scottman
Would you check if your version of FBReader.... I'm getting segmentation faults when opening epub books?? |
It works fine for me, I tested about 15 ebooks from the website you posted...
rodin.s, I'll have another go at fixing those problems soon.. And good idea about the gettext simplification..
Techno, I agree! Well, fake update to 11.x will do I guess... Unless Adobe goes all 'firefox' on us and start releases silly numbers of versions... I'm still thinking we might need our own Flash repo, to ensure flashget and flash-get work fine, as Adobe may well keep moving URLs from some time, we don't know...
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4988 Location: Ontario
|
Posted: Wed 16 Nov 2011, 18:27 Post subject:
|
|
FBreader works okay now . I must have been
fooling around with the libraries.
_________________________________
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Mon 28 Nov 2011, 04:15 Post subject:
updates made fo far |
|
Updates made so far:
Code: | Nov 14:
- updated defaults-chooser, added geeqie, feh_shell to image viewers
- updated to sfs_load-1.3: adds support for unionfs and aufs, later kernels
- fixed flash-get: added support for flash 11 and fixed URL for flash 10
- fixed delayedrun: change ping address to 8.8.8.8, plus other tweaks
- fixed UTF-8 characters on vfat partitions
- updated: muppyquickmount, driver_mounter.sh, pup_event_frontend_d, drive_all
- added something like if $TYPE=vfat then mount $BLAH -o utf8 to above scripts
- fixed /sbin/pup_event_frontend_d: new lines in partition labels messes up the creation of PuppyPin
- fixed hotkeys for ROX.. clashed with JWM hotkeys in places
Nov 19:
- added 'Set as Wallpaper' ROX right click option
- updated 'Start Slideshow' ROX right click option
- added GUI with options, can choose:
- delay, random, zoom, fullscreen
- added small fixes from Woof, including:
- /etc/clock, /etc/profile
- /usr/sbin/alsawizard,hostname-set
- /usr/bin/pupzip,/usr/local/apps/pupzip
- updated flash-get translation files
- added edit .mo GUI
- added xgettext, msgfmt and msgunfmt
- fixed /usr/bin/jwm_menu_create:
- duplicate apps in same category now removed (ugly hack using 'uniq')
Nov 21
- added to PPM and Akita repo: lxpanel and NLS packages
- added to PPM and Akita repo: "wish_apps-akita.pet" (pa_mcclamrocks excellent wish apps collection)
- added to PPM and Akita repo: re-uploaded tcl, tk and added tcl_tk-akita, should fix a few dep problems
- added GTKterm rs232 Serial Terminal
- added .cbr MIME type for ROX
Nov 22
- removed from Akita repo/PPM: gnocl x.x.95 - it wasn't working
- added to Akita repo/PPM: unicap-0.9.5, planner-0.14.5, mswebfonts-525
- fixed Akita repo/PPM packages: xarchon, openbox, wbar, gnocl, wish_apps, tcl_tk
- fixed printing_pack-akita in Akita repo/PPM packages:
- added pinstall script to get it setup
- fixed /usr/sbin/cups_shell (fix exec of /etc/init.d,rc.d/cups scripts)
- added elinks to list of default browsers
- updated the PPM entries in /root/.packages/livepackages5a.txt
- updated fixmenus to support lxpanel again
- added small fix to browser installer
- added small fix to pplog_gui
Nov 26
- fixed pdftohtml, pdftotext, etc: updated to libpoppler 0.16.7
- added zdrvcutr GUI - simple Xdialog thing to say Yes or No
- also fixed zdrvcutr to name the zdrv correctly for pre-woof pups
- fixed default run action and MIME type for SVG images, now using rsvg-view
- fixed right click options for SVG images as well
- added 'fbpanel-6.0-patched-akita' to Akita repo
Nov 27:
- added 'fbpanel-6.0-patched-akita' to Akita PPM
- updated /etc/gtk-2.0/gdk-pixbuf.loaders, should add a few fixes, like .svg display in gtkdialog and mtpaint
- added to Akita repo:
- firefox-7.0.1-akita: includes ROX URI fix, flashblock, adblock-plus, betterprivacy, video downloader
- emelfm2-0.7.2: dual pane file manager
- cinelerra-4.2: video editor
- xine-lib-1.1.19 |
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Mon 28 Nov 2011, 14:05 Post subject:
|
|
Doh! Just got home, had to boot an old Akita ISO I had lying around on CD - because my HD is completely dead!! Lost everything... Thank god I I copied a recent Akita SFS to a USB, and posted the more recent changes here!
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
|
Page 29 of 72 [1080 Posts] |
Goto page: Previous 1, 2, 3, ..., 27, 28, 29, 30, 31, ..., 70, 71, 72 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|