Author |
Message |
upnorth

Joined: 11 Jan 2010 Posts: 281 Location: Wisconsin UTC-6 (-5 DST)
|
Posted: Thu 21 Oct 2010, 11:18 Post subject:
|
|
Seems like the real trick here would be to get the names with path of the files to delete.
so I wondered if the find command would work universally:
for the supercookies
#find ./.mozilla -name webappsstore.sqlite
For me this returns an exact listing of the files to be deleted.
(from both firefox&seamonkey profiles)
Not sure what to do next though.
update:
used this successfully to delete, with a webappsstore.sqlite & coolkies.sqlite present in both seamonkey and firefox profiles and assuming the default dir of ~/
find ./.mozilla -name webappsstore.sqlite| xargs rm
find ./.mozilla -name cookies.sqlite| xargs rm
and this will accomplish the same task -take your pick:
find ./.mozilla -name webappsstore.sqlite -exec rm {} \;
find ./.mozilla -name cookies.sqlite -exec rm {} \;
better run that by the experts in programming thread though, to make sure
In the case of both firefox and seamonkey, when the app is running, the file webappstore.sqlite didn't exist on disk so was probably somewhere in a protected memory space. There is also a special lock file (link to socket) in the profile dir when they are running.
for the regular cookies in firefox and seamonkey 2.x:. I just deleted cookies.sqlite and cookies.sqlite-journal in my seamonkey profile while it was running, restarted and its fine.
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15238 Location: Paradox Realm
|
Posted: Fri 22 Oct 2010, 02:26 Post subject:
|
|
thanks upnorth
A job for the tin hats
I never use GROWL - too paranoid Dude . . .
. . . so it up to those interested to update it
anyone?
Thanks again
_________________ YinYana AI Buddhism
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15238 Location: Paradox Realm
|
Posted: Tue 17 May 2011, 03:32 Post subject:
|
|
Just tried to use the ##slackware channel with xchat (also on freenode) they would not let me join from root
That is a bit unslack
anyway I upgraded GROWL
here is the code if anyone wants to pet it
Code: | #! /bin/bash
# Growl v 1.2 May16 2011
# created by Shadow and Lobster
# security enhancements and probes for Puppy Linux
###################
# run secure telnet
# install fprot
# <menuitem>
# <label>install torr</label>
# </menuitem>
# <menuitem>
# <label>restart x server</label>
# </menuitem>
# <menuitem>
# <label>run secure telnet</label>
# </menuitem>
# <menuitem>
# <label>install fprot</label>
# </menuitem>
#
###################
# <menuitem>
# <label>Temp Disable Firewall</label>
# <action>rxvt -e /etc/rc.d/rc.firewall stop</action>
# </menuitem>
# <menuitem>
# <label>Enable Firewall</label>
# <action>rxvt -fn *-Fixed-*-20-* -geometry 40x15+480+400 -C -bg orange -e /etc/rc.d/rc.firewall start ; sleep 10</action>
# </menuitem>
export Grrr='
<window title="GROWL" window-position="1">
<vbox>
<menubar>
<menu>
<menuitem>
<label>Run Firewall</label>
<action>rxvt -e /usr/sbin/firewall_install.sh</action>
</menuitem>
<menuitem>
<label>Run as spot</label>
<action>`Xdialog --wrap --screencenter --left --title "Run as spot" --msgbox "Run as Super User. \n SPOT" 600x0`</action>
<action>rxvt -e su spot &</action>
<action>exit</action>
</menuitem>
<menuitem>
<label>Install Noscript</label>
<action>`Xdialog --wrap --screencenter --left --title "install noscript" --msgbox "Install noscript. \n As super user SPOT" 600x0`</action>
<action>rxvt -e su spot &</action>
<action>rxvt -e defaultbrowser https://addons.mozilla.org/en-US/seamonkey/addon/722 &</action>
<action>exit</action>
</menuitem>
<menuitem>
<label>Run Browser securely</label>
<action>`Xdialog --wrap --screencenter --left --title "Run browser securely" --msgbox "Default browser will look plain whilst running securely. \n as super user SPOT" 600x0`</action>
<action>su spot -c defaultbrowser &</action>
</menuitem>
<menuitem>
<label>Run IRC Chat securely</label>
<action>`Xdialog --wrap --screencenter --left --title "Run IRC securely" --msgbox "Puppy is on freenode server. \n in #puppylinux chanelas super user SPOT" 600x0`</action>
<action>su spot -c defaultchat &</action>
</menuitem>
<menuitem>
<label>Puppy Browser</label>
<action>`Xdialog --wrap --screencenter --left --title "Run browser securely" --msgbox "Puppy Browser will look plain whilst running securely. \n as super user SPOT" 600x0`</action>
<action>su spot -c PuppyBrowser &</action>
</menuitem>
<menuitem>
<label>Encrypt a File: bycrypt</label>
<action>rxvt -e /usr/sbin/bcrypt_gui &</action>
</menuitem>
<menuitem>
<label>Ccrypt install</label>
<action>rxvt -e defaultbrowser http://puppylinux.org/wikka/ccrypt &</action>
</menuitem>
<menuitem>
<label>Enhanced Lock Screen</label>
<action>rm -f /root/.xlockrc</action>
<action>xmodmap -e "keycode 37="</action>
<action>xmodmap -e "keycode 109="</action>
<action>rxvt -e /usr/local/apps/Xlock/AppRun &</action>
<action>`Xdialog --wrap --screencenter --left --title "reactivating ctrl keys" --msgbox "reactivating ctrl keys. \n deactivated whilst using lockscreen" 600x0`</action>
<action>xmodmap -e "keycode 37=Control_L"</action>
<action>xmodmap -e "keycode 109=Control_R"</action>
</menuitem>
<menuitem>
<label>Remove Flash cookies</label>
<action>rm -rf /root/.macromedia</action>
<action>rm -rf /intrd/pup_rw/root/.macromedia/</action>
</menuitem>
<menuitem stock="gtk-quit">
<action>echo You selected the quit menu item</action>
<action type="exit">exit by menu</action>
</menuitem>
<label>Security</label>
</menu>
<menu>
<menuitem>
<label>Shields Up</label>
<action>defaultbrowser https://www.grc.com/x/ne.dll?bh0bkyd2 &</action>
</menuitem>
<menuitem>
<label>Hackermode</label>
<action>defaultbrowser http://hackerwatch.org/probe/ &</action>
</menuitem>
<menuitem>
<label>Pcflank</label>
<action>defaultbrowser http://www.pcflank.com/scanner1.htm &</action>
</menuitem>
<label>Probes</label>
</menu>
<menu>
<menuitem>
<label>About</label>
<action>`Xdialog --wrap --screencenter --left --title "About" --msgbox "Growl v 0.8\n18 Nov 2009\nCreated by Shadow and Lobster" 600x0`</action>
</menuitem>
<menuitem>
<label>About Flash Cookies</label>
<action>defaultbrowser http://www.murga-linux.com/puppy/viewtopic.php?p=340237#340237 &</action>
</menuitem>
<menuitem>
<label>Black Ops</label>
<action>defaultbrowser http://puppylinux.org/wikka/BlackOps &</action>
</menuitem>
<menuitem>
<label>Seamonkey Security</label>
<action>defaultbrowser https://addons.mozilla.org/en-US/seamonkey/browse/type:1/cat:46 &</action>
</menuitem>
<menuitem>
<label>ISP shaping traffic?</label>
<action>defaultbrowser http://broadband.mpi-sws.org/transparency/glasnost.php &</action>
</menuitem>
<menuitem>
<label>FAQ</label>
<action>`Xdialog --wrap --screencenter --left --title "FAQ" --msgbox "Lock screen - security protection level = low, suitable for young children, colleagues at work and Window users \n Load firewall - security protection level = high \n Run as spot, run browser as spot, run Puppy browser as spot - security protection level = high \n Encrypt a file bycrypt - security protection level = high \n Tip: Restart x server - flushes memory \n Tip: Use Encrypt save file if saving \n Tip: Make sure adblock is enabled (low) or install noscript (high security)" 600x0`</action>
</menuitem>
<menuitem>
<label>Build a tin hat</label>
<action>defaultbrowser http://zapatopi.net/afdb/ &</action>
</menuitem>
<label>Help</label>
</menu>
</menubar>
<frame>
<pixmap>
<input file>/usr/share/midi-icons/lock-screen48.png</input>
</pixmap>
<text><label>GROWL 1.2</label></text>
</frame>
<hbox>
<button cancel></button>
</hbox>
</vbox>
</window>'
gtkdialog3 --program Grrr
unset Grrr |
_________________ YinYana AI Buddhism
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15238 Location: Paradox Realm
|
Posted: Fri 01 Jul 2011, 02:47 Post subject:
|
|
See first post for updated GROWL
new for 1.3
New for 1.3: Puppy Security link to wikl, Last Password link in help, Fido non root in Help, Hide My Ass - browse via proxy
To make use of this
save the 1.3 script text in a new script file (right click in required directory - then select new, script)
Puppys Are Safe
Spread CUR (Courage, Understanding and Reassurance) rather than FUD
_________________ YinYana AI Buddhism
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 10548 Location: SwedenEurope
|
Posted: Fri 01 Jul 2011, 04:13 Post subject:
|
|
Quote from Lobster
Just tried to use the ##slackware channel with xchat (also on freenode) they would not let me join from root
/ Quote from Lobster ends here
Whoa as we say Up North Sweden How did they know you where in root.
Does not that mean that every "mean" site would know that we are root too and blast every attach weapon them have at us? sql java injection whatever names them have?
We should get some Stealth Shields Up kind of being invisible.
_________________ I use Google Search on Puppy Forum
not an ideal solution though
|
Back to top
|
|
 |
CLAM01
Joined: 22 May 2010 Posts: 79
|
Posted: Fri 08 Jul 2011, 19:24 Post subject:
|
|
"Root" paranoia, or old fashioned meddling in others' affairs, does seem to be getting out of hand nowadays, with it seems like every busy-botty in cyberland hyperventilating with concern their neighbor might be "endangering" himself running as root.
For a "stealth shield" for puppy users, whose "root" is a user-root, may I suggest 'alias'? I think even busybox has it.
If an aliasing can't be done in the browser by adding an alias for "root" to an alias list the browser reads (It has to be the browser the cyber-land busy-botties are getting their spasm-inducing information that a connecting puppy user is user-named "root"), then maybe add a script to alias "root" "growl", or "shield", or "stealth", or "spot", or "spike" or anything except the instant nosebleed inducing "root", and place the alias in the the ID file the browser sends. Maybe an ARF program, sincde that would acronym "Alias Root Fido"...
There's no sense starting a permissions-maze in the puppy computer for a chat program wetting itself for misplaced altruistic concern.
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 10548 Location: SwedenEurope
|
Posted: Mon 12 Dec 2011, 07:29 Post subject:
|
|
I don't dare to take up that Fido dev thing anymore.
Each time I do then it stall for some 6 months or something
so I try to keep my big mouth shut about that one.
I am too dumb to use GROWL I fail to get what it is.
All that code to read through
Friendly smile from a Cat lover in Sweden.
_________________ I use Google Search on Puppy Forum
not an ideal solution though
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15238 Location: Paradox Realm
|
Posted: Tue 13 Dec 2011, 19:16 Post subject:
|
|
Quote: | I am too dumb to use GROWL |
I just can not be bothered to run it
but I upgraded to 1.6 (see first post)
_________________ YinYana AI Buddhism
|
Back to top
|
|
 |
charbaby66
Joined: 10 May 2008 Posts: 75
|
Posted: Fri 10 Feb 2012, 23:42 Post subject:
Growl is nice! Subject description: and easy too! |
|
Lobster and Shadow - a tip of the tinfoil hat for security and entertainment in 1 go! I trust I'm ok to keep running this on 5.28.004 even if it says Slacko?
(or will the black helicopters come after me?)
Nooby - if I can do it you can .. just find a directory where you want to put
the Growl script using Rox or whatever file manager you like..into a file you create - in the aforementioned directory
.to do that right click in directory - then select new, then script ..and don't read that code -just cut and paste it into the new file you have now made, save. then just Click! and you can play safe and have fun
Puppy+people=Total awesomeness
Thanks
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15238 Location: Paradox Realm
|
Posted: Fri 10 Feb 2012, 23:58 Post subject:
|
|
Quote: | I trust I'm ok to keep running this on 5.28.004 even if it says Slacko? |
Trust no one (especially yourself)
You can run it from a black helicopter - if you have one.
Should work on Lucid, Racy and Saluki
http://www.murga-linux.com/puppy/viewtopic.php?p=603609#603609
_________________ YinYana AI Buddhism
|
Back to top
|
|
 |
charbaby66
Joined: 10 May 2008 Posts: 75
|
Posted: Sat 11 Feb 2012, 02:42 Post subject:
Re: Growl is nice! Subject description: and easy too! |
|
Quote: | Trust no one (especially yourself) |
charbaby66 wrote: | Quote: | (Sadly while re-trying ways to work around this I used BootFlash in 5.28 to format this drive- forgetting that unlike PUI it formats the whole thing not just the partition you may want to install to (I lost 4 years of notes, Puppy wisdom, files, utils and backups.. do NOT try to be a brainiac when you are tired!) |
http://www.murga-linux.com/puppy/viewtopic.php?p=600628#600628 |
maybe you can include a "Smack! it said 'are you sure'.. Are you? SERIOUSLY?!"
app just for me in 1.7 ...
or maybe someday *I* will... posted code like yours is so cool in Puppy ..
I actually understand some of it, and so elegantly small.. geez me in the
80's hacking vic-20 programs and teaching myself a bit..
.gave up when M$ took the joy of dos from me, got lazy.. found puppy
now not only the old clunkers kept from bygone days gained new life..
real old lappup is a challenge, and getting me looking at why things work
and how.. and the joy of rekindling an interest...
puppians like you who know make it easier than man pages or google
i wiki well but prefer the forum.until i get lost or lost in it.. and a quick
reply from a legend to a newb is always appreciated, thanks for that too.
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 813
|
Posted: Tue 10 Apr 2012, 13:54 Post subject:
|
|
Great job Lobster. Hope you don't mind if I use this again in the new version of Puppy Crypt when I get around to it. Goings are slow but when it takes you a week to download a 90mb file things usually are....
_________________ PupRescue 2.5
Puppy Crypt 528
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15238 Location: Paradox Realm
|
Posted: Tue 01 May 2012, 23:56 Post subject:
|
|
Of course I don't mind
1.7 available - see first post
_________________ YinYana AI Buddhism
|
Back to top
|
|
 |
J_Rey

Joined: 04 May 2005 Posts: 274 Location: Northwest Florida, U.S.A.
|
Posted: Wed 25 Jul 2012, 14:35 Post subject:
root password |
|
Looks pretty handy although is missing being able to change the password for root or other users. Specifically talking about using the passwd command. Last I remember, Puppy's default password for root is blank and should always be changed to secure a Puppy connected to the Internet. Thanks.
|
Back to top
|
|
 |
nilsonmorales

Joined: 15 Apr 2011 Posts: 938 Location: El Salvador
|
Posted: Mon 17 Jun 2013, 02:30 Post subject:
i like growl |
|
made a gettexted file (iam not a expert) but works fine in Puppy-es Night rc
Quote: | #! /bin/bash
#
# Growl v 1.7 May 1 2011
# created by Shadow and Lobster
# security enhancements and probes for Puppy Linux
# New for 1.7: DNS hijack checker added
# New for 1.6: Updated for Puppy 5.3.1 'Slacko', Puppy Browser (Lucid specific) removed,
# browser run in safe mode, edit file added, update gtkdialog4, LastPass Password Manager,
# New for 1.3: Puppy Security, Last Password, Fido non root in Help, Hide My Ass
#150613 i18n nilsonmorales
###################
# run secure telnet
# install fprot
# <menuitem>
# <label>install torr</label>
# </menuitem>
# <menuitem>
# <label>restart x server</label>
# </menuitem>
# <menuitem>
# <label>run secure telnet</label>
# </menuitem>
# <menuitem>
# <label>install fprot</label>
# </menuitem>
#
###################
# <menuitem>
# <label>Temp Disable Firewall</label>
# <action>rxvt -e /etc/rc.d/rc.firewall stop</action>
# </menuitem>
# <menuitem>
# <label>Enable Firewall</label>
# <action>rxvt -fn *-Fixed-*-20-* -geometry 40x15+480+400 -C -bg orange -e /etc/rc.d/rc.firewall start ; sleep 10</action>
# </menuitem>
export TEXTDOMAIN=growl
export OUTPUT_CHARSET=UTF-8
export Grrr='
<window title="'$(gettext 'GROWL')'" window-position="1">
<vbox>
<menubar>
<menu>
<menuitem>
<label>"'$(gettext 'Hide My Ass')'"</label>
<action>defaultbrowser http://hidemyass.com/ &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Run Firewall')'"</label>
<action>rxvt -e /usr/sbin/firewall_install.sh</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Run as spot')'"</label>
<action>`Xdialog --wrap --screencenter --left --title "'$(gettext 'Run as spot')'" --msgbox ""'$(gettext 'Run as Super User. \n SPOT')'" 600x0`</action>
<action>rxvt -e su spot &</action>
<action>exit</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Run IRC Chat securely')'"</label>
<action>`Xdialog --wrap --screencenter --left --title "'$(gettext 'Run IRC securely')'" --msgbox "'$(gettext 'Puppy is on freenode server. \n in #puppylinux Network super user SPOT')'" 600x0`</action>
<action>su spot -c defaultchat &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Install Noscript')'"</label>
<action>`Xdialog --wrap --screencenter --left --title "'$(gettext 'install noscript')'" --msgbox ""'$(gettext 'Install noscript. \n As super user SPOT')'" 600x0`</action>
<action>rxvt -e su spike &</action>
<action>rxvt -e defaultbrowser https://addons.mozilla.org/en-US/seamonkey/addon/722 &</action>
<action>exit</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'LastPass Password Manager')'"</label>
<action>`Xdialog --wrap --screencenter --left --title "'$(gettext 'install LastPass')'" --msgbox "'$(gettext 'Install Encrypted Password Manager. \n As super user SPOT')'" 600x0`</action>
<action>rxvt -e su spike &</action>
<action>rxvt -e defaultbrowser https://addons.mozilla.org/en-US/seamonkey/addon/lastpass-password-manager/ &</action>
<action>exit</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Run Browser securely')'"</label>
<action>`Xdialog --wrap --screencenter --left --title "'$(gettext 'Run browser securely')'" --msgbox "'$(gettext 'Default browser will look plain whilst running securely. \n as super user SPOT')'" 600x0`</action>
<action>su spike -c&</action>
<action>seamonkey -safe-mode &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Encrypt a File: bycrypt')'"</label>
<action>rxvt -e /usr/sbin/bcrypt_gui &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Ccrypt install')'"</label>
<action>rxvt -e defaultbrowser http://puppylinux.org/wikka/ccrypt &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Enhanced Lock Screen')'"</label>
<action>rm -f /root/.xlockrc</action>
<action>xmodmap -e "keycode 37="</action>
<action>xmodmap -e "keycode 109="</action>
<action>rxvt -e /usr/local/apps/Xlock/AppRun &</action>
<action>`Xdialog --wrap --screencenter --left --title "'$(gettext 'reactivating ctrl keys')'" --msgbox "'$(gettext 'reactivating ctrl keys. \n deactivated whilst using lockscreen')'" 600x0`</action>
<action>xmodmap -e "keycode 37=Control_L"</action>
<action>xmodmap -e "keycode 109=Control_R"</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Remove Flash cookies')'"</label>
<action>rm -rf /root/.macromedia</action>
<action>rm -rf /intrd/pup_rw/root/.macromedia/</action>
</menuitem>
<menuitem stock="gtk-quit">
<action>echo You selected the quit menu item</action>
<action type="exit">exit by menu</action>
</menuitem>
<label>"'$(gettext 'Security')'"</label>
</menu>
<menu>
<menuitem>
<label>"'$(gettext 'Shields Up')'"</label>
<action>defaultbrowser https://www.grc.com/x/ne.dll?bh0bkyd2 &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Hackermode')'"</label>
<action>defaultbrowser http://hackerwatch.org/probe/ &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Pcflank')'"</label>
<action>defaultbrowser http://www.pcflank.com/scanner1.htm &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'DNS Check')'"</label>
<action>defaultbrowser http://www.dns-ok.us/ &</action>
</menuitem>
<label>"'$(gettext 'Probes')'"</label>
</menu>
<menu>
<menuitem>
<label>"'$(gettext 'Credits')'"</label>
<action>`Xdialog --wrap --screencenter --left --title "'$(gettext 'About')'" --msgbox "'$(gettext 'Growl v 1.4\n23 Sept 2011\nCreated by Lobster and Shadow')'" 600x0`</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'About Flash Cookies')'"</label>
<action>defaultbrowser http://www.murga-linux.com/puppy/viewtopic.php?p=340237#340237 &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Security Tips')'"</label>
<action>defaultbrowser http://puppylinux.org/wikka/security &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Seamonkey Security')'"</label>
<action>defaultbrowser https://addons.mozilla.org/en-US/seamonkey/browse/type:1/cat:46 &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'ISP shaping traffic?')'"</label>
<action>defaultbrowser http://broadband.mpi-sws.org/transparency/glasnost.php &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Fido non root')'"</label>
<action>defaultbrowser http://bkhome.org/blog/?viewDetailed=02240 &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'FAQ')'"</label>
<action>`Xdialog --wrap --screencenter --left --title "'$(gettext 'FAQ')'" --msgbox "'$(gettext 'Lock screen - security protection level = low, suitable for young children, colleagues at work and Window users \n Load firewall - security protection level = high \n Run as spot, run browser as spot, run Puppy browser as spot - security protection level = high \n Encrypt a file bycrypt - security protection level = high \n Tip: Restart x server - flushes memory \n Tip: Use Encrypt save file if saving \n Tip: Make sure adblock is enabled (low) or install noscript (high security)')'" 600x0`</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Last Password')'"</label>
<action>defaultbrowser https://lastpass.com/ &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Edit source')'"</label>
<action>geany GROWL16 &</action>
</menuitem>
<menuitem>
<label>"'$(gettext 'Build a tin hat')'"</label>
<action>defaultbrowser http://zapatopi.net/afdb/ &</action>
</menuitem>
<label>"'$(gettext 'Help')'"</label>
</menu>
</menubar>
<frame>
<pixmap>
<input file>/usr/share/midi-icons/lock-screen48.png</input>
</pixmap>
<text><label>"'$(gettext 'Slacko GROWL 1.7')'"</label></text>
</frame>
<hbox>
<button cancel></button>
</hbox>
</vbox>
</window>'
gtkdialog4 --program Grrr
unset Grrr
|
here the .po file and the .mo file spanish
Description |
Remove fake .gz
|

Download |
Filename |
growl.po.gz |
Filesize |
5.32 KB |
Downloaded |
475 Time(s) |
Description |
Remove fake .gz
|

Download |
Filename |
growl.mo.gz |
Filesize |
4.41 KB |
Downloaded |
485 Time(s) |
|
Back to top
|
|
 |
|