The time now is Thu 19 Apr 2018, 18:02
All times are UTC - 4 |
Page 30 of 53 [791 Posts] |
Goto page: Previous 1, 2, 3, ..., 28, 29, 30, 31, 32, ..., 51, 52, 53 Next |
Author |
Message |
musher0

Joined: 04 Jan 2009 Posts: 12067 Location: Gatineau (Qc), Canada
|
Posted: Mon 23 Sep 2013, 13:41 Post subject:
|
|
futwerk wrote: | Hi, Musher0, here are a couple of varitions of au13. Enjoy. |
Thanks!
_________________ musher0
~~~~~~~~~~
"Logical entities must not be multiplied beyond necessity." | |
« Il ne faut pas multiplier les entités logiques sans nécessité. » (Ockham)
|
Back to top
|
|
 |
futwerk
Joined: 07 May 2011 Posts: 356
|
Posted: Fri 04 Oct 2013, 07:32 Post subject:
|
|
new background.
Description |
http://www.mediafire.com/?yhf9frimn6ama50,k3c0t9bdullgcri,hikk1c9nl0chvc9,7s77vaac6agasgh,cmf5vz1ni8esas2,mu3953boa7gi1n1 |
Filesize |
10.88 KB |
Viewed |
1053 Time(s) |

|
|
Back to top
|
|
 |
futwerk
Joined: 07 May 2011 Posts: 356
|
Posted: Mon 04 Nov 2013, 20:51 Post subject:
|
|
new background.
Description |
http://www.mediafire.com/?x4v77bi1p58ox |
Filesize |
9.92 KB |
Viewed |
908 Time(s) |

|
Description |
http://www.mediafire.com/?x4v77bi1p58ox |
Filesize |
9.66 KB |
Viewed |
890 Time(s) |

|
|
Back to top
|
|
 |
Wognath
Joined: 19 Apr 2009 Posts: 405
|
Posted: Sun 10 Nov 2013, 23:08 Post subject:
run without save file |
|
Hello,
Still love Wheezy! I just remastered with /etc and /root customized to my settings. My intention was to run it in ram, as a frugal install on HD with no savefile, for more secure online banking. But when I boot with pfix=ram, I get the keyboard, country and xorg wizards and my customizations are overwritten.
I have this from arseh at http://www.murga-linux.com/puppy/viewtopic.php?t=89970 (Slacko)
Quote: | Is there any practical way to remove [the quick setup menu] from the start, while it can remain as a program that can be used for times that it can be needed?
Or - I can delete the quickstart file from the system. |
and from MochiMoppel:
Quote: | Expand the main Puppy file (unsquashfs puppy_whatever.sfs) . In the resulting squashfs-root directory go to squashfs-root /var/local and create an empty file delayedrun_firstboot_flag. Repack the main file with mksquashfs squashfs-root puppy_whatever.sfs. That's it. |
But I don't find a delayedrun_firstboot_flag file in Wheezy. Can someone tell me how Wheezy detects whether or not it's a first boot? Or another method to avoid the startup wizards?
Thanks
Wheezy 3.5.2.7, frugal installs on Lenovo S12 netbook
|
Back to top
|
|
 |
wanderer
Joined: 20 Oct 2007 Posts: 510
|
Posted: Mon 11 Nov 2013, 01:59 Post subject:
|
|
hi pemasu
we over at the community edition
are trying to make a woof debian base puppy
since you are the expert
could you give me any advice
about making an up to date
woof wheezy
also would you allow us to take a look at your project
and possibly use some of your ideas
any help would be appreciated
thanks
wanderer
|
Back to top
|
|
 |
raffy
Joined: 25 May 2005 Posts: 4839 Location: Manila
|
Posted: Mon 11 Nov 2013, 02:15 Post subject:
look |
|
wanderer, in the meantime, you may take a look at pemasu's files at
http://smokey01.com/pemasu/
_________________ Puppy user since Oct 2004. Want FreeOffice? Get the sfs (English only).
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Mon 11 Nov 2013, 10:59 Post subject:
|
|
Wognath.
/usr/sbin/delayedrun.
I have used an older /usr/sbin/delayedrun script since I havent seen need to update it.
Inside that script is the relevant part:
Code: | if [ "$DISTRO_XORG_AUTO" = "yes" ];then #see /etc/DISTRO_SPECS 111019
##detect dead mouse, put up keyboard-operated window after 8 secs... 111026 no
#mousecheck &
#quick setup window for country and language and X resolution...
QUICKSETUP="quicksetup"
[ "`readlink /usr/bin/X | grep 'Xorg'`" = "" ] && QUICKSETUP="quickcountry" #probably Xvesa, offer country settings only.
echo 'runquery' >> /tmp/delayedrun_quicksetup_count #run 'quicksetup' once only.
[ "`cat /proc/cmdline | grep -i -o 'pfix=[^ ]*' | grep -E 'nox|safe'`" != "" ] && echo 'runquery' >> /tmp/delayedrun_quicksetup_count #the text-mode 1st-start dlgs have already run.
[ `cat /tmp/delayedrun_quicksetup_count | wc -l` -lt 2 ] \
&& [ ! -f /etc/personal_settings_popup_disabled ] \
&& ${QUICKSETUP} #120606 |
So....if you create an empty file called personal_settings_popup_disabled, and place it to the /etc inside your remastered sfs, it should prevent the quickcountry from running.
You can also grab the latest delayedrun, from recent woof build or from woof2 platform in the net, and hack the newest delayedrun script. It should work in dpup wheezy just ok, and there is that file row you mentioned:
if [ ! -f /var/local/delayedrun_firstboot_flag ];then
...but that row is missing in the delayedrun script I have used. I have been bit lazy about delayedrun script. I have used the older one, slightly hacked by me.
Wanderer. Well....I have checked the thread you referred. There is still long road to go. I did create several builds using existing woof before I started to edit it for my needs. I even compiled my own kernel first. Also, you will need kernel compiled using the gcc of that build. Same gcc version I mean.
Anyway....the needed bits are inside my dpup wheezy builds. Inside /root/.packages you will find: DISTRO_COMPAT_REPOS, DISTRO_PET_REPOS, DISTRO_PKGS_SPECS which are the dpup wheezy spesific. Packages-puppy-wheezy-official was the database file, where I did put those my included .pet packages which were not in Barry`s official repos, but I didnt upload those .pets so that smokey01.com wouldnt be too growded with .pets which are already in the build and because there wasnt much need to upload them. My build was my build, and no official Puppy with need to be able to build using woof. Also....Barry Kauler has not included official debian wheezy support. I have hacked existing squeeze woof platform to support debian wheezy building.
I dont have in my new laptop the woof2 platform included which I used for the building. I have it though in my external hdd in safe still. For possible future need.
Anyway....understanding above mentioned files is the first stage. They also have the guidelines for debian wheezy building.
|
Back to top
|
|
 |
Wognath
Joined: 19 Apr 2009 Posts: 405
|
Posted: Mon 11 Nov 2013, 17:38 Post subject:
|
|
Pemasu,
Once again, thanks for the quick reply. You say
Quote: | So....if you create an empty file called personal_settings_popup_disabled, and place it to the /etc inside your remastered sfs, it should prevent the quickcountry from running. |
This does avoid the quicksetup wizard that runs after the desktop opens. Sorry to bother you, but I still have the keyboard, timezone and xorg wizards which run in console before xwin starts. Do you know how to suppress those?
|
Back to top
|
|
 |
wanderer
Joined: 20 Oct 2007 Posts: 510
|
Posted: Mon 11 Nov 2013, 20:52 Post subject:
|
|
pemasu
thank you so much for your advice
that is very helpful to me
i will read what you have suggested
so i have a lot to do
undoubtedly i will be annoying you
with questions in the future
thanks again
wanderer
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Tue 12 Nov 2013, 01:09 Post subject:
|
|
Wognath. If you have included in your remaster /etc/DISTRO_SPECS file and inside file is row:
DISTRO_XORG_AUTO='yes'
.....then console wizards should not be popping up. If they pops up even you have included that file with that row....then something else is missing.
|
Back to top
|
|
 |
Wognath
Joined: 19 Apr 2009 Posts: 405
|
Posted: Tue 12 Nov 2013, 15:40 Post subject:
|
|
Pemasu,
Thanks again for the suggestion. The line DISTRO_XORG_AUTO='yes' is present in /etc/distro_specs, but the console wizards still run.
In grub I have tried pfix=ram and also psubdir=wheezy (so it looks for but does not find save file). This is apparently a lot more complicated than I thought it would be...
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Tue 12 Nov 2013, 16:42 Post subject:
|
|
Wognath. Do you have pupdesk.flg stored in the partition where your Puppy folders are ?
If yes, delete it. Not running quicksetup leaves that file...and it is not wanted.
Relevant part in /etc/rc.d/rc.sysinit:
Quote: | ##130501 pupdesk.flg gets created at bootup if not exist. If exists, then X desktop failed, so run Xorg Wizard...
##note, /usr/sbin/quicksetup deletes pupdesk.flg when click ok button.
#if [ $PUPMODE -eq 5 ];then
# if [ "$DISTRO_XORG_AUTO" = "yes" ];then #see /etc/DISTRO_SPECS
# if [ -f /initrd/tmp/PCPARTSALL_ata -o -f /initrd/tmp/PCPARTSALL_usb ];then
# for ONEPART in `grep -E 'vfat|ntfs|ext[2-4]|f2fs|reiserfs' /initrd/tmp/PCPARTSALL_* | tr '\n' ' '`
# do
# #ex: ONEPART=/dev/sda3|ntfs|37209088
# pFLG=0
# ADEV="`echo -n "$ONEPART" | cut -f 1 -d '|'`"
# AFS="`echo -n "$ONEPART" | cut -f 2 -d '|'`"
# pMNTPT="$(cat /proc/mounts | grep "${ADEV} " | cut -f 2 -d ' ')"
# if [ "$pMNTPT" = "" ];then
# ABASE="`basename $ADEV`"
# mkdir -p /mnt/$ABASE
# mount -t $AFS $ADEV /mnt/$ABASE
# pFLG=1
# pMNTPT="/mnt/${ABASE}"
# sleep 1 #just in case /proc/mounts slow to update.
# fi
# RWFLAG="$(cat /proc/mounts | grep "${ADEV} " | grep ' rw,')"
# if [ "$RWFLAG" ];then
# if [ ! -f ${pMNTPT}/pupdesk.flg ];then
# touch ${pMNTPT}/pupdesk.flg #130509 note, quicksetup will insert auto-driver into this.
# else
# #130509 quicksetup creates pupdesk.flg with auto-selected driver stored in it. xorgwizard-cli reads this.
# cp -f ${pMNTPT}/pupdesk.flg /var/local/quicksetup-pupmode5-autodriver
# touch /root/.xorgwizard-reenter #see /root/.profile, will cause xorgwizard to run.
# /etc/rc.d/rc.country ask #text-mode dlg for keyboard and locale.
# fi |
|
Back to top
|
|
 |
anikin
Joined: 10 May 2012 Posts: 982
|
Posted: Tue 12 Nov 2013, 17:18 Post subject:
|
|
Hi pemasu,
any plans to update dpup wheezy in the near future?
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4985 Location: Ontario
|
Posted: Tue 12 Nov 2013, 17:32 Post subject:
|
|
I made Gimp 2.8.8 version for wheezy
using static gegl-babl provided by forum member scabz
babl-0.1.10-i686-static.pet
gegl-0.2.0-i686-static.pet
________________________________________________
|
Back to top
|
|
 |
OscarTalks

Joined: 05 Feb 2012 Posts: 1724 Location: London, England
|
Posted: Tue 12 Nov 2013, 23:14 Post subject:
|
|
Previous versions of Chromium 30 ( or 29 or 28 ) would not work in Dpup Wheezy because they all needed glibc version 2.15 and Wheezy only has 2.13 even though it is a recent Debian stable release. The highest version of Chromium that would run was 27.
Now I see that Debian have produced a version 30.0.1599.101 of Chromium as a .deb which is presumably compiled against an earlier glibc (deps list shows glibc 2.11) so it is suitable for use in Wheezy.
You can download the .deb from packages.debian.org or I have done a bit of tweaking and re-packaging and uploaded .pet and .sfs versions to my Yandex Disk
See my edited post here:-
http://www.murga-linux.com/puppy/viewtopic.php?t=86501
_________________ Oscar in England

|
Back to top
|
|
 |
|
Page 30 of 53 [791 Posts] |
Goto page: Previous 1, 2, 3, ..., 28, 29, 30, 31, 32, ..., 51, 52, 53 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
|