Search found 2813 matches

by smokey01
Sat 15 Dec 2018, 22:49
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 911471

@MochiMoppel, Two excellent examples. I prefer the second as it only creates the test file when the external app is running instead of the parent GUI. I was very close but no cigar, as they say. I was using a timer widget at one stage but was unaware of the break command. I pretty sure this code wil...
by smokey01
Thu 13 Dec 2018, 23:17
Forum: Browsers and Internet
Topic: WebSearch 0.5
Replies: 66
Views: 16954

@Argolance, very nice. I tried it in Fatdog64 and it is missing the green arrow. I substituted your line (about : 350) <pixmap><input file>/usr/share/icons/hicolor/16x16/actions/gtk-go-forward-ltr.png</input></pixmap> with <pixmap stock-icon-size=\"3\"><input file stock=\"gtk-go-forwa...
by smokey01
Thu 13 Dec 2018, 21:06
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 911471

Smokey You're missing the conditional option. <action condition="file_is_false( /tmp/file )">disable:STATUS</action> @zigbert: As smokey01 and I couldn't get this to work I would be keen to learn how this condition is supposed to work. The description in the manual makes no sense to me an...
by smokey01
Wed 12 Dec 2018, 21:12
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 911471

Ah this one is good too as it checks to see if a file exists rather than reading the contents of the file. What do you mean by "good too"? It's what you tried to achieve with your example. Reading the contents is not what you asked for. You are quite correct and thanks. I'm trying to auto...
by smokey01
Wed 12 Dec 2018, 12:58
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 911471

Doesn't work for me either. I'm not even sure what file_is_false means. Not existent, not readable? What should always work is the command_is_true condition: <action condition="command_is_true( if [ -e /tmp/file ]; then echo true ;fi)">disable:STATUS</action> or shorter: <action condition...
by smokey01
Wed 12 Dec 2018, 10:27
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 911471

Smokey You're missing the conditional option. <action condition="file_is_false( /tmp/file )">disable:STATUS</action> At first I couldn't get it to work. The penny has just dropped. It's reading the contents of a file to see if it's true or false. I thought it was checking to see if a file...
by smokey01
Tue 11 Dec 2018, 19:29
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 911471

<button> <label>Test</label> <action>if [ -e /tmp/file ]; then state="true"; else state="false"; fi; echo $state</action> </button> Every <action> runs in its own subshell and variables created in such subshell are usable only in this subshell. Thanks MochiMoppel. Is it possible...
by smokey01
Tue 11 Dec 2018, 12:53
Forum: Programming
Topic: GtkDialog - tips
Replies: 1504
Views: 911471

Is there some way to make this work? <button> <label>Test</label> <action>if [ -e /tmp/file ]; then state="true"; else state="false"; fi</action> <action>echo $state</action> </button> I want to check if a file exists, if it does make the variable true, else false. The variable i...
by smokey01
Sun 09 Dec 2018, 00:17
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

@Mike, this is quite a good idea, in fact a few of us have been doing it this way for years. Instead of deleting the .psip.conf and copying another one we just used a script to symlink to the appropriate config file EG: .psip.conf <--> mike.psip.conf This process is no longer required. Recently I as...
by smokey01
Wed 05 Dec 2018, 13:02
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

Also tested psip-1.42-x86_64.pet i download file http://smokey01.com/software/internet/psip-1.42-x86_64.pet and my archiver say "archive damaged". may be have new link? Try this: tar -xvJf psip-1.42-x86_64.pet This will extract it but will display a few errors that are harmless like: xz: ...
by smokey01
Tue 04 Dec 2018, 20:18
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

Repackaging psip-1.42 without the /lib dir it works in upupcc. Tested with sip.diamondcard.us. The symlinks in /lib break openssl and sylpheed in upupcc. So once the /lib directory with the symlinks has been removed it works? Yes? Yes, it works in upupcc. I have used the repackaged psip-1.42-xenial...
by smokey01
Tue 04 Dec 2018, 12:32
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

watchdog wrote:Repackaging psip-1.42 without the /lib dir it works in upupcc. Tested with sip.diamondcard.us. The symlinks in /lib break openssl and sylpheed in upupcc.
So once the /lib directory with the symlinks has been removed it works? Yes?
by smokey01
Tue 04 Dec 2018, 07:37
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

Pro wrote:
smokey01 wrote: Did it run in Arch? If not run ldd on the binary to see what's missing.
no problem. yes i check psip with ldd.

x32_64 version coming soon?
Are you asking or providing?

@Pro, the 32bit version I posted will run in Fatdog64-800a providing the 32bit library SFS is loaded.
by smokey01
Tue 04 Dec 2018, 01:21
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

What distro are you running? Probably a good idea to mention that as there are many. Arch linux based distro, not Puppy. Ок, if libs present in system, no problem. They are except for a couple of symlinks which I included. Did it run in Arch? If not run ldd on the binary to see what's missing. Cheers
by smokey01
Mon 03 Dec 2018, 10:56
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

I've started compiling psip-1.42 for various distributions. You can download a copy of the packages here: http://smokey01.com/psip/ thanks. I see in packages empty /root and may be missing opencore-amr* library. There is an empty /root. I meant to delete it but I forgot. It's harmless. What distro ...
by smokey01
Mon 03 Dec 2018, 02:02
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

I've started compiling psip-1.42 for various distributions. You can download a copy of the packages here: http://smokey01.com/psip/
by smokey01
Sun 02 Dec 2018, 13:32
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

@Mike, check your email.
by smokey01
Sun 02 Dec 2018, 13:24
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

@Mike I have sorted musher0 and will tackle your issue tomorrow after I get some sleep.
by smokey01
Sun 02 Dec 2018, 06:21
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

@musher, Fatdog has it's own build system and all packages are built this way to make it easy. That document is a source file that is called by a script in Fatdog. You are not suppose to do anything with that file. I posted it so Mike could find how to download the required packages. It also gives s...
by smokey01
Sun 02 Dec 2018, 04:13
Forum: Browsers and Internet
Topic: PSip - Puppy SIP
Replies: 304
Views: 235726

@Mike, the clue is in the file above: #PJSIP_VER=2.4 #PJSIP_MD5SUM=39629ca3fcedbdc7dbd8c5a707060095 PJSIP_VER=2.7.2 PJSIP_MD5SUM=fa3f0bc098c4bff48ddd92db1c016a7a PJSIP_TARBALL=pjproject-$PJSIP_VER.tar.bz2 PJSIP_SRC=http://www.pjsip.org/release/$PJSIP_VER/$PJSIP_TARBALL https://www.pjsip.org/release/...