-
Hi Tomas
User defined associations are not lost, seems to work at least with an example I did. Are you also getting the above, reproducing the behaviour?
Bests
Salvatore.
2009-11-14 23:08:26 UTC in Tux Commander
-
Hi Tomas
Updating to 0.6.69 (both tuxcmd as tuxcmd-modules) causes that file associations are somehow lost. E.g. zip files are not anymore regognized, and not unpacked and browsable as before.
Below the ouptut with tuxcmd --debug
$ tuxcmd --debug
Tux Commander v0.6.69-dev [2009-10-25] FreePascal build (version 2.2.4-3 2009/06/03, define i386, compiled on linux/i386 for linux/i386...
2009-11-14 21:29:38 UTC in Tux Commander
-
Hi Tomas
Reported to me from a tester. Opening a new tab, then the text of the tooltip over the close button "Close tab" is missing a translation string for localisation, thus in every localisation it shows up as "Close tab".
Bests
Salvatore.
2009-11-08 09:19:37 UTC in Tux Commander
-
Hi Tomas
Update: This seems to work in 0.6.69 at least.
2009-11-08 09:17:45 UTC in Tux Commander
-
Hi
I have added the following patch for the Debian distribution, but will work only for linux on alpha:
--- a/rpcfilter.c
+++ b/rpcfilter.c
@@ -85,7 +85,6 @@
#include
#include
#include
-#include
#endif
#ifdef LINUX
Bests and thanks!
Salvatore.
2009-09-11 19:04:22 UTC in nfswatch
-
Hi
In Debian nfswatch fails to build from source on alpha architecture:
> Start Time: 20090907-1252
[...]
> Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), libncurses5-dev, libpcap0.8-dev
[...]
> Toolchain package versions: libc6.1-dev_2.9-26 linux-libc-dev_2.6.30-6 g++-4.3_4.3.4-2 gcc-4.3_4.3.4-2 binutils_2.19.51.20090827-1 libstdc++6_4.4.1-3...
2009-09-09 20:49:10 UTC in nfswatch
-
Hi Christian
A minor wishlist request
If possible, could you consider having also a nfswatch Changelog in source, splitted out from README file?
Bests Salvatore.
2009-09-05 06:49:36 UTC in nfswatch
-
well ok it's not really viewable in the sf-tracker ...
2009-07-12 09:12:16 UTC in Giplet
-
Hi
The following patch should fix this problem, if I see it correctly:
--- a/src/giplet
+++ b/src/giplet
@@ -59,12 +59,12 @@
webaddy = website.lower()
if ( not webaddy.startswith('http://') ):
webaddy = 'http://' + webaddy
- sock = urllib.urlopen( webaddy )
- pagina = sock.read()
- sock.close()
- process =...
2009-07-12 08:58:26 UTC in Giplet