Search found 131 matches

by 01micko
Mon Oct 05, 2020 8:18 am
Forum: Programming
Topic: How to add an extra-button to Xdialog GUI? (Solved by using pupdialog instead)
Replies: 12
Views: 918

Re: How to add an extra-button to Xdialog GUI?

I went through the Xdialog sources and --extra-button was never implemented for --yesno box. The extra button is a patch added by a third party and collected by old murga member amigo . I find it strange that it works in calendar, time, various other text boxes and other box options but not 'yesno ...
by 01micko
Sun Sep 06, 2020 1:33 am
Forum: Utilities
Topic: pcputemp - yet another tray temp monitor
Replies: 16
Views: 2360

Re: pcputemp - yet another tray temp monitor

Thanks. Usually I'm starting those .desktop files from /root/.config/autostart. When has this changed to /etc/xdg/autostart? In my Puppy .desktop files won't start from /etc/xdg/autostart. /etc/xdg/autostart/ appeared in late 2018 iirc. /root/.config/autostart/ is still supported and that won't ...
by 01micko
Sat Sep 05, 2020 10:45 pm
Forum: Forum Organization & Structure Council
Topic: i dont like the forum image
Replies: 32
Views: 1570

Re: i dont like the forum image

I didn't mind the ying-yang logo.

What about using it as the favicon for the site? It is still a puppy logo made by one of our own. Who was it by the way?

Anyway, here it is at a decent favicon size. (32x32)
by 01micko
Sat Sep 05, 2020 11:58 am
Forum: Utilities
Topic: pcputemp - yet another tray temp monitor
Replies: 16
Views: 2360

Re: pcputemp - yet another tray temp monitor

davids45 There are also some cli options l - (that is lower case L all on it's own) - use the light theme d - use the dark theme <1 to 10> - an integer one to ten to adjust the refresh rate in seconds of the icon/tooltip - defaults to 5 <string> - the name of another module if you have obscure ...
by 01micko
Sat Sep 05, 2020 12:42 am
Forum: Programming
Topic: How to add custom format to gtkdialog notebook page? [SOLVED]
Replies: 7
Views: 882

Re: How to add custom format to gtkdialog notebook page?

I think I found the secret sauce - GtkViewport #!/bin/sh echo 'style "specialbg" { bg[NORMAL]="#FF0" base[NORMAL]="#FF0" } widget "*bg" style "specialbg" class "GtkNotebook" style "specialbg" class "GtkViewport" style "specialbg"' > /tmp/gtkrc_bg export GTK2_RC_FILES=/tmp/gtkrc_bg:/root/.gtkrc-2.0 ...
by 01micko
Thu Sep 03, 2020 11:56 am
Forum: Programming
Topic: How to add custom format to gtkdialog notebook page? [SOLVED]
Replies: 7
Views: 882

Re: How to add custom format to gtkdialog notebook page?

I can confirm this bug in virtually all fancy themes like Stardust, rockstar etc. In these themes the background in a non-scrollable box is styled darker than in a scrollable box. In the GTK default theme there is no such difference As I suspected. I'll try and fix those themes at some point. There ...
by 01micko
Wed Sep 02, 2020 11:19 am
Forum: Programming
Topic: How to add custom format to gtkdialog notebook page? [SOLVED]
Replies: 7
Views: 882

Re: How to add custom format to gtkdialog notebook page?

MochiMoppel wrote: Tue Sep 01, 2020 2:18 pm Doesn't the original vbox work for you? Works fine here.
No. Probably a bug in the gtk theme file.

I have no idea why it doesn't work for you when the scrollable attribute is set. :(
by 01micko
Wed Sep 02, 2020 11:14 am
Forum: Utilities
Topic: pcputemp - yet another tray temp monitor
Replies: 16
Views: 2360

Re: pcputemp - yet another tray temp monitor

Thanks @666philb and @rockedge . The bug exists in buster too, because of more strict checking of svg files. It's a copy/paste typo actually.. I missed a zero at the end of a string :oops:

new pets and source in the second post.
by 01micko
Tue Sep 01, 2020 11:42 am
Forum: Utilities
Topic: pcputemp - yet another tray temp monitor
Replies: 16
Views: 2360

Re: pcputemp - yet another tray temp monitor

reserved for later
by 01micko
Tue Sep 01, 2020 11:41 am
Forum: Utilities
Topic: pcputemp - yet another tray temp monitor
Replies: 16
Views: 2360

Re: pcputemp - yet another tray temp monitor

Here are all the latest packages and source code. pcputemp-0.3-aarch64-pyro64.pet For Barry's Arm64 pi3 and rockchip distro pcputemp-0.3-armhf-raspup.pet for my raspup buster release pcputemp-0.3-i686-slacko.pet - may suit precise and xenial pups too pcputemp-0.3-x86_64-bionicpup64.pet should fit ...
by 01micko
Tue Sep 01, 2020 11:28 am
Forum: Utilities
Topic: pcputemp - yet another tray temp monitor
Replies: 16
Views: 2360

pcputemp - yet another tray temp monitor

pcputemp supersedes poorercputemp It is basically the same but with improved font to resemble sans and updated temperature ceiling so it now cuts off at 127 degrees C, however only an icon that resembles a flame is displayed at temps over 99 degrees. This is purely for easiness of code and it is ...
by 01micko
Tue Sep 01, 2020 9:35 am
Forum: Programming
Topic: How to add custom format to gtkdialog notebook page? [SOLVED]
Replies: 7
Views: 882

Re: How to add custom format to gtkdialog notebook page?

The screenshot shows 2 notebook pages. One holds an edit widget, which to my knowledge always sports a white background, the other a ... well, it's a box containig some text. My goal is to give the second page the same white background as the first page. 'box containing some text' .. an 'eventbox ...
by 01micko
Tue Aug 25, 2020 11:40 am
Forum: Built from woof-CE Recipes
Topic: FocalPup32 (UPupFF+D-20.12) FocalFossa+Debian Woof-CE build
Replies: 112
Views: 47494

Re: UPupEF - Ubuntu Eoan+Focal based Woof-CE build

I would like to know why the directory /usr/lib/i386-linux-gnu came into use for Puppy. It was a symlink to /usr/lib in older debian compatible puppies but that did cause some issues so is now a real directory. Debian based distros and some others use this directory hierarchy in packages so if ...
by 01micko
Sun Aug 16, 2020 11:21 am
Forum: Bug Reports
Topic: Iptables change in Buster/Beowulf Pups
Replies: 2
Views: 279

Re: Iptables change in Buster/Beowulf Pups

I already discovered this in raspup development last year. There is a hack in woof since October 2019 that takes care of iptables.
by 01micko
Sat Aug 15, 2020 11:46 pm
Forum: Beginners Help
Topic: Web browsers will not open in 32-bit Puppy
Replies: 12
Views: 2812

Re: Web browsers will not open in 32-bit Puppy

Regardless of the installation type, modern browsers refuse to run on old Athlon/Sempron/Duron processors due to the missing SSE2 instruction on those chips.

Take a look at this on the old forum - Palemoon-27.9.4SSE portable installer
by 01micko
Sat Aug 15, 2020 10:16 am
Forum: Utilities
Topic: poorercputemp - another tray temp monitor
Replies: 14
Views: 2980

Re: poorercputemp - another tray temp monitor

Maybe its also possible, to write the svg-source for the showing Icon in a file for changing layout. I do not quite understand this sentence. What layout do you want to change? The svg icons are generated in the C language source code, and are hard coded to a pseudo font of my design. As for going ...
by 01micko
Sat Aug 15, 2020 9:59 am
Forum: Puppy Derivatives
Topic: Puppy Linux Beowulf by Pfeco
Replies: 2
Views: 1267

Re: Puppy Linux Beowulf by Pfeco

Looks good!

I notice using mkwallpaper (by me) and pTheme ( @zigbert )

I dunno why Devuan support was ever deleted from woof. As soon as I have time I will reinstate it.
by 01micko
Thu Aug 13, 2020 10:36 pm
Forum: Users
Topic: The murga-linux forum seems to be back up!!
Replies: 61
Views: 3457

Re: The murga-linux forum seems to be back up!!

@01micko It seems the link in the "Questions?" section on page http://puppylinux.com/index.html needs to be updated to forum.puppylinux.com, otherwise it looks and reads good. And update the footer from 2014-2019 to 2014-2020. Stuff is much more up to date now with relevant forum links to here and ...
by 01micko
Thu Aug 13, 2020 8:55 pm
Forum: Users
Topic: The murga-linux forum seems to be back up!!
Replies: 61
Views: 3457

Re: The murga-linux forum seems to be back up!!

@01micko It seems the link in the "Questions?" section on page http://puppylinux.com/index.html needs to be updated to forum.puppylinux.com, otherwise it looks and reads good. And update the footer from 2014-2019 to 2014-2020. Yes. There are a few other pages that need updating plus the timeline ...
by 01micko
Thu Aug 13, 2020 1:53 pm
Forum: Users
Topic: The murga-linux forum seems to be back up!!
Replies: 61
Views: 3457

Re: The murga-linux forum seems to be back up!!

I updated http://puppylinux.com with updated forum links in the header as well as on the forum page and added rockedge as a steward of Puppy Linux on the team page. Also on the forum page is a link to http://oldforum.puppylinux.com which is the Murga-linux puppy forum. Don't worry, there are no ...
by 01micko
Thu Aug 13, 2020 11:19 am
Forum: woof-CE
Topic: Discussion: Where should UPup32 go next?
Replies: 141
Views: 28332

Re: Discussion: Where should UPup32 go next?

5. Build from pure focal, (omitting Eoan debs), rebuild missing packages as pets, rebuild with pets filling the gaps.

:?:
by 01micko
Sun Aug 09, 2020 1:09 am
Forum: Users
Topic: The murga-linux forum seems to be back up!!
Replies: 61
Views: 3457

Re: The murga-puppy linux forum seems to be back up!!

A WORD OF CAUTION The Murga forum is our most valuable resource. I urge all users to treat it as such and not whack the server too hard. It obviously went down due to some bug and that may not be fixed. I'm sure that Barry is in the process of recovering everything possible so only retrieve what ...
by 01micko
Sun Aug 09, 2020 1:00 am
Forum: Users
Topic: The murga-linux forum seems to be back up!!
Replies: 61
Views: 3457

Re: The murga-linux forum seems to be back up!!

I can share that a recovery effort is underway lead by Barry..

I have been informed that if you logged in and posted today that your posts may not have made (read 'most likely didn't' make') the backup.

There was a reason that READ-ONLY-MODE: PLEASE DO NOT LOGIN was posted at the top.
by 01micko
Sat Aug 08, 2020 9:02 pm
Forum: Users
Topic: The murga-linux forum seems to be back up!!
Replies: 61
Views: 3457

Re: The murga-puppy linux forum seems to be back up!!

A WORD OF CAUTION The Murga forum is our most valuable resource. I urge all users to treat it as such and not whack the server too hard. It obviously went down due to some bug and that may not be fixed. I'm sure that Barry is in the process of recovering everything possible so only retrieve what ...
by 01micko
Fri Aug 07, 2020 10:47 pm
Forum: Bug Reports
Topic: First-Run Setup handles setup in wrong order
Replies: 2
Views: 363

Re: First-Run Setup handles setup in wrong order

I can see the problem that quicksetup has if a wifi connection is not established at first bootup. (It is actually possible to already have wifi connected - but more on that in another topic at a later date). Perhaps the Time from internet checkbox can be insensitive if there is no network ...
by 01micko
Fri Aug 07, 2020 8:46 pm
Forum: woof-CE
Topic: update rgb.txt to version 1.0.6 should be reversed
Replies: 1
Views: 797

Re: update rgb.txt to version 1.0.6 should be reversed

Thanks [mention]MochiMoppel[/mention]

I'll revert the change to that file.

EDIT: done
by 01micko
Sun Aug 02, 2020 12:03 am
Forum: Drivers
Topic: Epson escpr inkjet printer drivers
Replies: 0
Views: 863

Epson escpr inkjet printer drivers

There are some of these here at the internet archive (see [mention]perdido[/mention] 's post in this subforum) but they are a bit older and don't support all arches, like arm for example. I have compiled the latest from Epson for 32, 64 bit and armhf. epson-escpr-1.7.7-armv7l_raspup10.pet 204KB for ...
by 01micko
Sat Aug 01, 2020 10:40 pm
Forum: Kernels
Topic: change_kernels program (use to easily change kernel)
Replies: 7
Views: 7728

Re: change_kernels program (use to easily change kernel)

Probably not a good idea to post a pet package of change_kernels. It is always under development and crucially has to be kept stable and backward compatible so I recommend always getting the latest version. Case in point is that your image [mention]bigpup[/mention] is already outdated. You can ...
by 01micko
Sat Aug 01, 2020 12:05 pm
Forum: Forum Organization & Structure Council
Topic: not sure if a hardware section is really needed.
Replies: 7
Views: 408

Re: not sure if a hardware section is really needed.

No? I just compiled a heap of epson printer drivers that support slacko(32 & 64 - 32 version likely to support bionic32 + and recent dpups), bionic64 (and more than likely support fossa64 + recent dpup64s), and raspup (armhf). The only dependency is cups. Supported by GPLv2 so I can redistribute ...
by 01micko
Sat Aug 01, 2020 9:14 am
Forum: Kernels
Topic: Kernel compiling issue?
Replies: 3
Views: 428

Re: Kernel compiling issue?

@peebee I think @ozsouth 's point is that a particular version of the linker (LD) is mentioned and that may cause an issue if you want to compile a module; whether it be 'in tree' or 3rd party (nvidia, wl etc).

Go to advanced search