Search found 387 matches

by recobayu
Fri 29 May 2020, 01:35
Forum: Puppy Projects
Topic: DpupBuster CE 64 and 32 bit
Replies: 209
Views: 110447

Hi Gychang, please download this libreoffice sfs file from archive.org here: https://archive.org/download/libreoffice-6.4.4-buster-32_8.0/libreoffice-6.4.4-buster-32_8.0.sfs I can run it from dpupbuster 32bit. To make that, I do like this: 1. I use busterdog 32 bit from fred 2. I add buster-backport...
by recobayu
Wed 27 May 2020, 03:34
Forum: Puppy Projects
Topic: DpupBuster CE 64 and 32 bit
Replies: 209
Views: 110447

From debian-backports repo, You can got LibreOffice version 6.4.4.1 (64 and 32 bit)
by recobayu
Tue 19 May 2020, 10:35
Forum: Puppy Projects
Topic: BusterDog + build system (no-systemd)
Replies: 359
Views: 91723

I look at here: http://openbox.org/wiki/Help:WindowsInteractionWithWindowsKey and I got this shortcut is better than mine in the previous post. Here the script: <keybind key="W-Up"> <action name="UnmaximizeFull"/> <action name="GrowToEdgeNorth"/> </keybind> <keybind key...
by recobayu
Sat 16 May 2020, 04:51
Forum: Puppy Projects
Topic: BusterDog + build system (no-systemd)
Replies: 359
Views: 91723

Shortcut to snap window to edge of screen

Hi Fred and All.. I just explore about keybinding in my Busterdog, and from here: http://openbox.org/wiki/Help:Actions#If , I got something interesting. We can make our openbox like cinnamon/windows 10/stickyjwm. That is the window can snap into edge screen by press win + arrow. In stickyjwm ( http:...
by recobayu
Tue 28 Apr 2020, 12:05
Forum: Puppy Projects
Topic: RC7 (STABLE) WeeDogLinux Arch 64 now released
Replies: 821
Views: 188171

I meant to release the new build scripts including desktop Arch plugin, but then I started work on a (very) simple gui frontend (can also be run as commandline only) so I'm finishing that first in case it results in me deciding to tweak the build_firstrib and build_weedog scripts further. There are...
by recobayu
Sun 12 Apr 2020, 00:37
Forum: Announcements
Topic: woof-CE needs you
Replies: 1440
Views: 781084

I suggest to add rox-filer from jun7's github here: https://github.com/jun7/rox-filer in woof-ce. It now support many improvement. it can search by typing part of name diretcly, it can resize by name when we resize window in list view it has bar per file when we copy multiple files. etc. I try to co...
by recobayu
Sun 12 Apr 2020, 00:29
Forum: Filesystem
Topic: ROX-Filer 2.11 patched
Replies: 110
Views: 88228

Thank you Jun7, I download your rox filer from your github here: https://github.com/jun7/rox-filer and try to build it. Just click the AppRun or ROXFiler folder. Now in list mode, the resize window is based on the name.. Thank you very much. My problem is in the icon view, the background is not whit...
by recobayu
Tue 10 Mar 2020, 08:14
Forum: Puppy Projects
Topic: Is there interest in an Arch32 Pup???
Replies: 212
Views: 59311

Hi Peebee.. I download the last +11 update. I can not connect to my wifi eventhough from tethering from my android phone wifi. But fortunately, I can connect using usb tethering. So I connect using it. I update ppm and try to install libreoffice-fresh. But it fail. Edit: I check at do not delete aft...
by recobayu
Fri 14 Feb 2020, 06:05
Forum: Puppy Projects
Topic: Is there interest in an Arch32 Pup???
Replies: 212
Views: 59311

Peebee, Where is the iso link?
by recobayu
Tue 21 Jan 2020, 03:10
Forum: Puppy Projects
Topic: Fatdog64-810 Final [17 Jan 2020]
Replies: 276
Views: 94795

I am very like the rox filer's behavior in this fatdog. We can search file by typing the name keyword directly. Is it possible to make this rox filer in puppy linux? I look at https://github.com/jun7/rox-filer and try to compile it my self. But it still different with rox filer in fatdog. It also sh...
by recobayu
Wed 15 Jan 2020, 08:44
Forum: Programming
Topic: sed scratch pad -- A thread of sed examples
Replies: 51
Views: 11062

Looks like another abandoned thread :cry: I'll give it a try anyway since I don't know where to ask. The challenge is to remove all comments from a XML/HTML document, using only sed. Example text: <JWM> <Tray autohide="false" insert="right" x="0" y="-1" borde...
by recobayu
Tue 14 Jan 2020, 00:15
Forum: Filesystem
Topic: ROX-Filer 2.11 patched
Replies: 110
Views: 88228

In pcmanfm, nemo, or newer file manager, at list view, if we resize the window, it can resize the name column. But in rox filer, it resize the last (the most right) column, in my case is the Last Modified column. It is very good if rox filer have behavior like the newer file manager. Is it possible?...
by recobayu
Sat 21 Dec 2019, 20:15
Forum: Desktop
Topic: mukstart - start menu like Cinnamon
Replies: 52
Views: 40742

http://www.murga-linux.com/puppy/viewtopic.php?p=1041795#1041795 entry find apps - ok http://www.murga-linux.com/puppy/viewtopic.php?p=1044100#1044100 find dont work Thank you, Sfs for your feedback. I upload the new mukstart that be able to find an app. Write the variable to a file, and operate on...
by recobayu
Mon 09 Dec 2019, 10:27
Forum: Desktop
Topic: mukstart - start menu like Cinnamon
Replies: 52
Views: 40742

Thank You, Scottman. I split my code into two separate files. I call my make_gui_script from another file. And it's work.. :D #!/bin/sh export mukstartdir=/root/.mukstart /usr/local/mukstart/./mukstart_make_gui tail -n +2 "$mukstartdir"/gui_mukstart > "$mukstartdir"/guifix gtkdia...
by recobayu
Mon 09 Dec 2019, 03:33
Forum: Desktop
Topic: mukstart - start menu like Cinnamon
Replies: 52
Views: 40742

My code growing huge.. oh.. I can not write just in one script. the terminal says: ./191209_0859: line 374: /usr/bin/tail: Argument list too long ./191209_0859: line 375: /usr/sbin/gtkdialog: Argument list too long So I split my code into two files: the engine that create gui and the run (jalan) scr...
by recobayu
Thu 05 Dec 2019, 08:10
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 907638

I have an exploration about bolding a text that use-markup. We must call a function outside of gtkdialog code. Like this: #!/bin/sh touch tebalku tebal(){ printf "<b>$e</b>" > tebalku } export -f tebal echo ' <window> <vbox> <entry> <action>tebal</action> <action>refresh:tt</action> <varia...
by recobayu
Wed 04 Dec 2019, 09:59
Forum: Desktop
Topic: mukstart - start menu like Cinnamon
Replies: 52
Views: 40742

Hi Everyone,
I make a new mukstart, but it is not complete yet. In this version, I can make the menu and submenu appear like left icon in button. I also make mukstart really like start menu in cinnamon. Any suggestion are welcome.
Thank you.
by recobayu
Mon 02 Dec 2019, 00:16
Forum: Puppy Projects
Topic: RC7 (STABLE) WeeDogLinux Arch 64 now released
Replies: 821
Views: 188171

Hi Wiak. I modify the debootstrap_url become: debootstrap_url="http://archive.ubuntu.com/ubuntu/pool/main/d/debootstrap/debootstrap_1.0.116ubuntu2_all.deb" in the file: build_firstrib_rootfs_103.sh and I got this error when I build ubuntu i386. I: Extracting util-linux... I: Extracting zli...
by recobayu
Thu 28 Nov 2019, 09:02
Forum: Desktop
Topic: jgmenu - lightweight applications menu
Replies: 5
Views: 4180

Hi Sc0ttman. I try to build from github like this: ./configure --prefix=/usr make install But when I run jgmenu_run i got this error. [jgmenu-master] #jgmenu_run warning: set font to 'Sans 11' because all else failed X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of ...
by recobayu
Tue 26 Nov 2019, 23:22
Forum: System
Topic: How-to use Porteus aufs kernels on Puppy - updated*2
Replies: 12
Views: 8732

Thank you, Peebee for this information. How do you mean of "Then the jiggery-pokery - rename the 000-kernel.xzm file to the zdrv sfs name of your puppy and then make a link from the zdrv to 000-kernel.xzm." Then the jiggery-pokery - rename the 000-kernel.xzm file to the zdrv sfs name of yo...