Search found 1103 matches

by Bert
Tue 15 Oct 2019, 20:19
Forum: Localization Project
Topic: Nabble forum to be deleted in 30 days
Replies: 0
Views: 3979

Nabble forum to be deleted in 30 days

Hi translators, Remember the Nabble forum ? Just received a note from them: Dear Nabble user, The forum listed below is inactive and has been scheduled for deletion in 30 days. To prevent this forum from being deleted, visit the forum and follow the instructions. http://puppy-translators-team.40341....
by Bert
Mon 04 Dec 2017, 21:43
Forum: Browsers and Internet
Topic: pWget-0.9.4
Replies: 59
Views: 29527

Although I've been away from anything Puppy for some time, I keep following Puppy's development, reading Barry's blog and this forum daily. After many years of using Puppy, I'm now very satisfied with my new workhorse, the Debian/Antix-based MX-linux. But Puppy was my first Linux love, and somehow I...
by Bert
Fri 06 May 2016, 13:29
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

smokey01 wrote:Bert does your sh point to dash and not bash.
Yes, you are right!
I'm using Fatdog-702, what are you and stemsee using?
I'm using Lubuntu....
I'm currently in Fatdog-701, it works but it's not showing icons for find, help and quit buttons otherwise works fine.
Here all icons are visible.
by Bert
Fri 06 May 2016, 12:19
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

smokey01, I had to change the first line "#!/bin/sh" to "#!/bin/bash" to be able to run the script. With the "#!/bin/sh", terminal says: ./smokey_find: 24: export: Illegal option -f and the help button gave the bash --help, not your help-function. Yad-version also 0.36....
by Bert
Sun 01 May 2016, 23:29
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

Thank you smokey01 for all your work!

Your help/tutorial is quickly becoming the best yad manual available.
by Bert
Wed 27 Apr 2016, 11:20
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

--on-top

Code: Select all

#!/bin/sh
yad --title="ON-TOP" \
      --text="I'm a window that is always on top of (in the  foreground of) other windows, even if you select them, I won't   disappear. Specially handy for dragging stuff from other windows to here." \
     --on-top
:wink:
by Bert
Tue 19 Apr 2016, 09:33
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

rg66 wrote: For some reason it outputs all in 3 decimal points. :?:
It's looking good here. (yad 0.35, lubuntu, europe, partly clouded)
Thanks for sharing!
by Bert
Mon 04 Apr 2016, 20:35
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

Hi stemsee, I'm using yad-version 0.35.0 For the menu thingie,Yad has a strict logic: |text!command!image| You cannot deviate from that. Just try it at your leisure with a very simple example. Also, you have a space after every "!". Not sure if that is possible. Good luck and keep us poste...
by Bert
Wed 30 Mar 2016, 20:07
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

Stemsee, I think I now better understand your question. Just checked with a 48x48 icon. It works. But for a menu a 12x12 (or maybe 24x24) is better, depending on the length of the menu. The top icon is the 48x48: (see what happens..?)
by Bert
Tue 29 Mar 2016, 21:25
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

@Bert I can only get a jad.png to display. Is there a size for the icon? Where is your Workdir? Stemsee, yes, I should have given some more explanation. It's simple: My "WORKDIR" here is part of my little pWget script. So, those icons are not available to you. Just choose your own icons a...
by Bert
Tue 29 Mar 2016, 09:58
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

But how to show icons/images in the yad -notification MENU? Hi stemsee, Here's how I did it for pWget's tray icon: yad --notification --image="$WORKDIR/header.png" --command="$WORKDIR/pWget" --text=" pWget $(gettext 'download manager') " --menu="$(gettext 'About')...
by Bert
Sun 06 Dec 2015, 00:16
Forum: Puppy Projects
Topic: tahrpup64 6.0.5 CE
Replies: 862
Views: 519069

A very fine release.
All is working well so far, after a day of intensive use.
Thank you Phil for your work!

I decided to update your too modest avatar, just to celebrate the occasion :D
by Bert
Mon 30 Nov 2015, 10:52
Forum: Pour les francophones
Topic: Pollution du forum !
Replies: 16
Views: 6777

au fait, quel téléchargeurs automatiques (reprenant le téléchargement au point de rupture) linux propose-t-il? comme je ne télécharge que des Puppys, au pire des iso pour CD's de 700 Mo, je n'ai recours qu'aux services de mon navigateur usuel. c'est naturellement maladroit face à 5 Go. ... Bonjour ...
by Bert
Sun 08 Nov 2015, 16:54
Forum: Programming
Topic: What happened to urxvt in woof-ce?
Replies: 13
Views: 5029

Hi phil, hi bert, the geometry command partly works .... it's -geometry not --geometry, window size works but not position as i think JWM overrides it. Thanks for pointing out it's "-geometry". (But "--geometry" does work in precise, fatdog and librepup..) In these pups, JWM does...
by Bert
Sun 08 Nov 2015, 14:08
Forum: Puppy Projects
Topic: tahrpup 6.0.5 CE
Replies: 1787
Views: 1392678

Hi 666philb, I found a problem with urxvt in tahrpup 6.0.3 CE At first I thought it was woof-related, so I posted about it in the programming forum and then in the Woof-CE needs you thread. But I now see Librepup doesn't have this problem, so it is tahrpup related. If you have time, could you please...
by Bert
Sat 07 Nov 2015, 13:30
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

Can't get the image centered but can trick it to show the text underneath by adding blank lines. yad --text=" \n\n\n\n This is a test" --image="/usr/share/pixmaps/firefox48.png" More tricks: yad --text="\n <b>Title</b>\n\n\n\nThis is a test" --image="/usr/share/pi...
by Bert
Sat 07 Nov 2015, 13:27
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

Re: image-on-top

seaside wrote:Bert,

It seems that "image-on-top" isn't what it appears to be. :D

https://code.google.com/p/yad/issues/detail?id=113

Cheers,
s
Ah OK, thanks!
by Bert
Fri 06 Nov 2015, 23:05
Forum: Programming
Topic: YAD - Tips
Replies: 837
Views: 334403

--image-on-top I'm struggling with this one: #!/bin/sh yad --image="/root/Johannes_Itten_die-Begegnung_1916.jpg" \ --text="\"Die Begegnung\" (\"The encounter\") is a painting by Johannes Itten, 1916" gives this result: http://i.imgur.com/R5YKYEy.png If I add ...
by Bert
Thu 05 Nov 2015, 17:11
Forum: Announcements
Topic: woof-CE needs you
Replies: 1440
Views: 781079

What happened to urxvt in woof-ce?

Reposted from the programming thread : Hi all, Here's my problem: this code used to work in all Puppies and still works fine in Puppy Precise and Fatdog: urxvt --geometry 80x20+2+0 -hold -e wget -h Now, in Tahr the terminal is a short flash and then closes. The -hold parameter is not recognized, nor...
by Bert
Thu 05 Nov 2015, 17:06
Forum: Programming
Topic: What happened to urxvt in woof-ce?
Replies: 13
Views: 5029

Thanks.

The urxvt version that comes with Tahr is

Code: Select all

rxvt-unicode (urxvt) v9.20 - released: 2014-04-26
-/+hold is available, according to the help file.
Who, me? I doubt it :lol:
But I can post my question in the woof-ce thread too.