Search found 13 matches

by tele1234567891
Sun 04 Jun 2017, 17:52
Forum: Desktop
Topic: simple icon tray
Replies: 163
Views: 178600

1. Is this last source code of sit ? http://www.murga-linux.com/puppy/viewtopic.php?p=714677#714677 2. Can you put 64 bit support to " build " file ? For example: #!/bin/sh #compile if [ `getconf LONG_BIT` = "64" ]; then echo "ARCH: 64-bit" #compile gcc `pkg-config gtk+...
by tele1234567891
Thu 22 Oct 2015, 06:29
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 908875

https://code.google.com/p/gtkdialog/w/list

web page is in read only,
exist newer version with newer code and updated tutorial?
by tele1234567891
Thu 15 Oct 2015, 11:12
Forum: Programming
Topic: gtkdialog - how close terminal/window? (Solved)
Replies: 3
Views: 835

After that, now working , Thanks for help !
by tele1234567891
Thu 15 Oct 2015, 09:35
Forum: Programming
Topic: gtkdialog - how close terminal/window? (Solved)
Replies: 3
Views: 835

gtkdialog - how close terminal/window? (Solved)

Hi! This is example/simple window with terminal writen in gtkdialog. #! /bin/bash GTKDIALOG=gtkdialog export MAIN_DIALOG=' <window title="Instaling"> <vbox> <frame :> <terminal> <variable>terminal1</variable> <height>20</height> <width>75</width> <input file>"/tmp/gdi/commands"</...
by tele1234567891
Fri 25 Sep 2015, 12:15
Forum: Programming
Topic: gtkdialog install/uninstall script v2.
Replies: 0
Views: 756

gtkdialog install/uninstall script v2.

Hi! My before script was have many bugs ( My fault :oops: ) Now buttons working ( gdi-0.7.tar.gz ) Now I want control "Disable" "Enable" from variables. ( gdi-0.8.tar.gz ) Because, when You click (for example) button Kde Unistall, then "no" button was changed, but not s...
by tele1234567891
Thu 24 Sep 2015, 12:26
Forum: Bugs ( Submit bugs )
Topic: Quirky April 7.0 - 7.0.3, 7.0.4, 7.0.4.1
Replies: 769
Views: 355463

april64-7.0.3.iso

- please add name Quirky to name iso
- please test with virtualbox,
- please test with resolution 1280x1024
I have problem move cursor/Pointer in live-cd booted from virtualbox.

Edit:
Problem with move pointer disappears after minimalize first window virtualbox.
by tele1234567891
Tue 08 Sep 2015, 12:34
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 491043

Hi! 1. I have problem with gtkdialog apps, Because when I open gtkdialog app running ( ( I click button and this doing long script) , I see this app then I open on full screen for example firefox and gtkdialog app is empty. When gdtkdialog app finished script, I see all good Is the same problem on P...
by tele1234567891
Sun 06 Sep 2015, 10:37
Forum: Programming
Topic: [Solved] gtkdialog install/uninstall script
Replies: 4
Views: 1273

And wrong variable for "Kde Install" Thanks, you very helped ! :D Something is more wrong, I'll be later Edit: I update source code, now problem is like this - when I click " Uninstall all " file "srodowiska" is empty - good then I click "Kde Install" and or w...
by tele1234567891
Sun 06 Sep 2015, 09:38
Forum: Programming
Topic: [Solved] gtkdialog install/uninstall script
Replies: 4
Views: 1273

[Solved] gtkdialog install/uninstall script

I have problem build script install/uninstall with gtkdialog files are "attachment" Warning.: I use PCLinuxOS 64 bit Mate, so script should have something else inside puppy How run ? ./gdi What is the problem ? LXDE Install / Uninstall working, but KDE Install / Uninstall not, I don't unde...
by tele1234567891
Thu 12 Feb 2015, 10:26
Forum: Programming
Topic: GtkDialog Debuging
Replies: 0
Views: 805

GtkDialog Debuging

How we can help create warning to debug scripts from gtkdialog ? I ask because sometimes I have problems, when I have problem I'm trying build smaller ans smaller and smaller script to debug or writing post on forum. This is examle: #! /bin/bash export MAIN_DIALOG=' <vbox> <notebook labels="Ga...
by tele1234567891
Tue 25 Nov 2014, 12:27
Forum: Programming
Topic: gtkdialog - list (Solved)
Replies: 3
Views: 1843

Finish code
- inside file.
- I not tested on Pupy Linux , if you have problem run scrip,
try edit line with

Code: Select all

case $1 in
	-d | --dump) echo "$MAIN_DIALOG" ;;
	*) $GTKDIALOG3 --program=MAIN_DIALOG --center ;;
esac
and edit/remove gtkdialog version.
by tele1234567891
Thu 20 Nov 2014, 23:59
Forum: Programming
Topic: gtkdialog - list (Solved)
Replies: 3
Views: 1843

PstreamVid?
Files creates list,
With button I can remove file and list are refreshed.

Thanks :D
by tele1234567891
Mon 17 Nov 2014, 22:12
Forum: Programming
Topic: gtkdialog - list (Solved)
Replies: 3
Views: 1843

gtkdialog - list (Solved)

I have somthing like this [ -z $GTKDIALOG ] && GTKDIALOG=gtkdialog MAIN_DIALOG=' <window title="Settings" > <vbox width-request="700" > <frame Choose from sources.list :> <list width-request="400"> <variable>TREE</variable> <input>"funclist"</input> <a...