Search found 5474 matches

by pemasu
Sat 10 Nov 2018, 11:13
Forum: Puppy Projects
Topic: BionicPup32 (UPupBB) (27 June 2020)
Replies: 838
Views: 555742

My HP laptop has broadcom wireless chip which works only with proprietary wl.ko kernel module. I searched ARCH linux recipe for needed patches and I used also the source package from that page. https://aur.archlinux.org/packages/broadcom-wl-ck/ After patching the source I compiled the wl.ko module a...
by pemasu
Fri 22 Dec 2017, 22:47
Forum: Puppy Projects
Topic: XenialDog (Ubuntu 16.04 'Xenial Xerus' LTS, 32-bit)
Replies: 1023
Views: 451836

It is not about if the spi is loaded but if it is created as loadable kernel module when compiling kernel and included to the build. You should check from config file if the spi driver is enabled or not: 'CONFIG_SPI_INTEL_SPI=m' and 'CONFIG_SPI_INTEL_SPI_PLATFORM=m' if they are m or y then there is ...
by pemasu
Sun 03 Dec 2017, 06:58
Forum: Puppy Projects
Topic: Dpup Stretch 7.5 CE (RC-5)
Replies: 711
Views: 411117

owtaylor committed with Matthias Clasen on 14 Sep 2016 dnl ************************ dnl *** check for libmount *** dnl ************************ + +dnl The fallback code doesn't really implement the same behaviors - e.g. +dnl so on linux we want to require libmount unless specifically disabled +dnl +...
by pemasu
Sat 02 Dec 2017, 20:48
Forum: Puppy Projects
Topic: Dpup Stretch 7.5 CE (RC-5)
Replies: 711
Views: 411117

https://download.gnome.org/sources/glib/2.50/glib-2.50.0.changes commit 496cd8aac640203808dc1b9a8d125d97a79cfb15 Author: Owen W. Taylor <otaylor@fishsoup.net> Date: Wed Sep 14 11:35:43 2016 -0400 Turn on libmount by default on linux The libmount code produces somewhat different results than the old...
by pemasu
Wed 29 Nov 2017, 21:14
Forum: Puppy Projects
Topic: Dpup Stretch 7.5 CE (RC-5)
Replies: 711
Views: 411117

/root/.packages/DISTRO_PKGS_SPECS yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe>null,dev>null,doc>null,nls>null #theres glib 2.50.3 pet pkg yes|zzz_glib||exe,dev,doc>null,nls>null #pet I suppose it was not intentional to include both glib packages to the build. Fortunately ...
by pemasu
Wed 29 Nov 2017, 20:05
Forum: Puppy Projects
Topic: Dpup Stretch 7.5 CE (RC-5)
Replies: 711
Views: 411117

davids45. Gtkfilechooser shows content of /etc/fstab file. I dont know if it is a feature of glib version in stretch. Somebody with debian stretch should check what gtkfilechooser shows in real debian stretch. It might be that some option in fstab file could hide the content, but this is shooting in...
by pemasu
Mon 27 Nov 2017, 19:24
Forum: Puppy Projects
Topic: Dpup Stretch 7.5 CE (RC-5)
Replies: 711
Views: 411117

davids45. If you dont want drives to be shown, why dont you disable pup-volume-monitor which is the "listening" or "displaying" process behind the whole thing. At least I think so. https://github.com/01micko/pup-volume-monitor "It is this kind of software responsible for dis...
by pemasu
Wed 05 Apr 2017, 12:57
Forum: Puppy Projects
Topic: Woof CE Debian Stretch and Devuan Ascii Based Development
Replies: 722
Views: 213464

https://github.com/puppylinux-woof-CE/w ... delayedrun

Code: Select all

if [ -d /root/Startup ];then
 for a in /root/Startup/* ; do
  [ -x "$a" ] && $a & #jamesbond
  sleep 0.2
 done
fi
by pemasu
Sun 26 Mar 2017, 13:11
Forum: Puppy Derivatives
Topic: Dpup-Stretch-700 DELUXE
Replies: 73
Views: 29952

https://github.com/puppylinux-woof-CE/woof-CE/commit/4d1c90d169ca991b8bfa35d106b0061e29ea2cab The problem with debian or ubuntu glib and pup-volume-monitor is well known. I believe that the problem in this case is caused by using woof-ce as starting point and then adding extra apps and libs to the ...
by pemasu
Sat 11 Mar 2017, 18:07
Forum: Puppy Projects
Topic: Woof CE Debian Stretch and Devuan Ascii Based Development
Replies: 722
Views: 213464

BUILD_FROM_WOOF='testing;791a7b98;2017-03-11 # uname -a Linux puppypc10766 4.9.13 #1 SMP PREEMPT Sat Mar 11 18:40:11 EET 2017 i686 GNU/Linux I stole DOTconfig from xenialpup, thank you 666philb, heh. Mavrothal`s magic bites. The binaries look like binaries now in Rox. Elfedit hack has worked. There ...
by pemasu
Mon 06 Mar 2017, 20:27
Forum: Puppy Projects
Topic: Woof CE Debian Stretch and Devuan Ascii Based Development
Replies: 722
Views: 213464

Thanks peebee of the woof-ce info. I uploaded the evince-2.32 ( last of the gtk-2 versions ) and it has the patches I found from the net. Same patches as Barry Kauler has used. It installs as the default pdf viewer when clicking the pdf. http://www.smokey01.com/pemasu/DpupStretch/Pets/evince-2.32.0-...
by pemasu
Mon 06 Mar 2017, 17:39
Forum: Puppy Projects
Topic: Woof CE Debian Stretch and Devuan Ascii Based Development
Replies: 722
Views: 213464

Since I downloaded the woof-ce, I decided to give a spin for woof-ce of today`s version. New git clone I mean. I created dpup stretch and then I compiled in it new kernel and then I woofed the distro with new kernel. The bugs I found in dpup stretch building. There is missing symlink in the devx fro...
by pemasu
Sun 05 Mar 2017, 18:51
Forum: Puppy Projects
Topic: Woof CE Debian Stretch and Devuan Ascii Based Development
Replies: 722
Views: 213464

I still would check the package structure, it might be that the debian and zzz version has different locations of the bins and libs. And....I would remove the debian version from the recipe to build using woof-ce. ##yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe,dev,doc>null...
by pemasu
Sun 05 Mar 2017, 18:32
Forum: Puppy Projects
Topic: Woof CE Debian Stretch and Devuan Ascii Based Development
Replies: 722
Views: 213464

I downloaded the woof-ce and created stretch platform. DISTRO_PKGS_SPECS-debian-stretch: yes|pup-volume-monitor||exe yes|glib|libglib2.0-bin,libglib2.0-0,libglib2.0-data,libglib2.0-dev|exe,dev,doc>null,nls>null #does not work with pup-volume-monitor yes|zzz_glib||exe,dev,doc>null,nls>null #pet So......
by pemasu
Sun 05 Mar 2017, 18:08
Forum: Puppy Projects
Topic: Woof CE Debian Stretch and Devuan Ascii Based Development
Replies: 722
Views: 213464

http://www.murga-linux.com/puppy/viewtopic.php?p=659516#659516 http://www.murga-linux.com/puppy/viewtopic.php?p=698777#698777 Wild guess. Pup-volume-monitor has been installed. Ubuntu or Debian glib and pup-volume-monitor does not like each other. There probably is debian stretch glib package insta...
by pemasu
Sun 28 Aug 2016, 19:44
Forum: Puppy Projects
Topic: Slacko32/64 700 BETA 2
Replies: 521
Views: 266965

Getting old means presbyopia and smaller resolution is needed. This slacko is the first one for long time that I was able to change resolution to the lower spectrum, meaning that I was able to read with my glasses what I saw in the desktop. Now with 1366x768 and I am able to test this slacko ! Wirel...
by pemasu
Fri 18 Dec 2015, 14:24
Forum: Bugs ( Submit bugs )
Topic: Quirky Werewolf 64-bit 7.4 released
Replies: 259
Views: 127036

I have very pleasant experience with Quirky Werewolf 64 bit. I bought very cheap HP 250 g4 laptop. My main laptop has showed aging and I dont dare to take with me to trips anymore. I first tested tahrpup 32 bit. No go with touchpad, just couldnt get it configured right. Slacko newest 64 bit didnt ev...
by pemasu
Tue 29 Sep 2015, 13:25
Forum: Puppy Derivatives
Topic: Librepup 6.0.2.2
Replies: 323
Views: 121976

ssl-certificate-fix-0.0.1.pet which you have included contains only /etc/ca-certificates.conf file. That file is quite outdated. It might be good idea to update the file content with recent one.
by pemasu
Tue 29 Sep 2015, 13:11
Forum: Puppy Derivatives
Topic: Librepup 6.0.2.2
Replies: 323
Views: 121976

Iguleder, did you run in console: update-ca-certificates

That command updates or creates symlinks inside /etc/ssl/certs, which are missing after you install ca-certificates_20141019ubuntu0.14.04.1+7.0trisquel1.deb file.

After running that command Qupzilla is happy.
by pemasu
Mon 28 Sep 2015, 13:28
Forum: Puppy Derivatives
Topic: Librepup 6.0.2.2
Replies: 323
Views: 121976

Couldnt get my salary pdf to open. Real bad thing. 3builddistro used to have this ( about 2 years ago ) v#120522 precise puppy, seamonkey was crashing. needed /usr/share/glib-2.0/schemas/apps.gecko-mediaplayer.preferences, # but also needs this compile operation... # ***NOTICE*** cross-build, this w...