Search found 6 matches

by mos
Thu 13 Oct 2016, 18:33
Forum: Programming
Topic: Drag, drop and go
Replies: 41
Views: 21721

Trying to make this drag'n drop widget to work like this : <entry width-request="300"> <variable>X</variable> <default>Drag an exe</default> <action>echo $X > /tmp/txt &</action> <action>'$HERE'/sedscript &</action> <action signal="changed"> some action on X </action> </e...
by mos
Wed 05 Oct 2016, 20:33
Forum: Programming
Topic: Drag, drop and go
Replies: 41
Views: 21721

Thanks guys .Right now I,m swinging between ubunty with unity, kx with kde5 and tahr.So if it doesn't work on tahr it probably does on ubuntu's unity.I found something related to gtk based environments https://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-set-transient-for . It's the par...
by mos
Wed 05 Oct 2016, 14:59
Forum: Programming
Topic: Drag, drop and go
Replies: 41
Views: 21721

How to make this drag'n drop gtkdialog box to stay "Always on top"?And generally how to make gtkdialog created apps ,menus ,boxes to stay "Always on top"?
by mos
Mon 03 Oct 2016, 12:32
Forum: Programming
Topic: Script installs Windows apps in Wine.
Replies: 4
Views: 2274

A huge thank you ,a big hug and a box of beers for you Mochi.It works. Many thanks for your help. Now , if I'm not asking too much ,how could I adapt your script or make a new one to include in a single text file, the names of all the .zip,.rar and .7z files from one directory and look like this: #!...
by mos
Sun 02 Oct 2016, 17:55
Forum: Programming
Topic: Script installs Windows apps in Wine.
Replies: 4
Views: 2274

Thank you Mochi.Your solutions are helpful but something isn't fully working in both situations(solutions).So here's what I've done :I created the script1 provided by you : #!/bin/bash HERE="$(dirname "$(readlink -f "${0}")")" cd $HERE LIST=$(find . -maxdepth 1 -type f ...
by mos
Sat 01 Oct 2016, 17:31
Forum: Programming
Topic: Script installs Windows apps in Wine.
Replies: 4
Views: 2274

Script installs Windows apps in Wine.

Hello Puppy community ,this is my first writing , in this forum.I often read here the postings ,especially those about gtkdialog scripting.The thing is that i'm not good at bash scripting.So I need some help in this direction. Now I want to create a script to automate the install of windows apps on ...