PyWireless

Network by caglar10ur 28 comments

There are a few projects that I think you might want to take a look at ...

KwirelessMonitor, wich I was using because, as you said "KWifiManager seems like disaster (sorry guys!)"...
http://www.kde-apps.org/content/show.php?content=11576

But that was only until I discovered Knemo ...
http://www.kde-apps.org/content/show.php?content=12956
Which I have working toghether with ifplugd:
http://0pointer.de/lennart/projects/ifplugd/

I have found that those two toghether, create an unbeatable combination ...

Now, as far as PyWireless goes ... i don't have much to say about it, except that it does exactly what it claims to do, and it does it very well :)

I really like the fact that your doing it on python ... and specially aprecciate that it's not meant to be run with the latest bleeding edge version of kde, python, pyqt or pykde (which seems to be a standart nowadays ...)

thanks for your work =) - Sep 03 2005
PyWireless

Network by caglar10ur 28 comments

There are a few projects that I think you might want to take a look at ...

KwirelessMonitor, wich I was using because, as you said "KWifiManager seems like disaster (sorry guys!)"...
http://www.kde-apps.org/content/show.php?content=11576

But that was only until I discovered Knemo ...
http://www.kde-apps.org/content/show.php?content=12956
Which I have working toghether with ifplugd:
http://0pointer.de/lennart/projects/ifplugd/

I have found that those two toghether, create an unbeatable combination ...

Now, as far as PyWireless goes ... i don't have much to say about it, except that it does exactly what it claims to do, and it does it very well :)

I really like the fact that your doing it on python ... and specially aprecciate that it's not meant to be run with the latest bleeding edge version of kde, python, pyqt or pykde (which seems to be a standart nowadays ...)

thanks for your work =) - Sep 03 2005
Wireless Assistant

Network by pnawrocki 287 comments

where it say "You should include ... This time I will do it for you." it should say "You should include sys/socket.h. This time I will do it for you."

for some reason the forum deleted it :s

see ya ! - Aug 27 2005
Wireless Assistant

Network by pnawrocki 287 comments

Am I missing something to compile 0.5.4??
Maybe some new headers or a new lib or something ?

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT waconfig.o -MD -MP -MF ".deps/waconfig.Tpo" -c -o waconfig.o waconfig.cpp; \
then mv -f ".deps/waconfig.Tpo" ".deps/waconfig.Po"; else rm -f ".deps/waconfig.Tpo"; exit 1; fi
En el fichero incluído de /usr/include/iwlib.h:127,
de watools.h:21,
de watools.cpp:21:
/usr/include/linux/socket.h:1:2: aviso: #warning "You should include . This time I will do it for you."
En el fichero incluído de /usr/include/wireless.h:75,
de /usr/include/iwlib.h:131,
de watools.h:21,
de watools.cpp:21:
/usr/include/linux/socket.h:1:2: aviso: #warning "You should include . This time I will do it for you."
En el fichero incluído de watools.cpp:24:
/usr/include/linux/socket.h:1:2: aviso: #warning "You should include . This time I will do it for you."
watools.cpp: En static member function `static char* WATools::ap(const char*)':
watools.cpp:52: error: `iw_sockets_close' undeclared (first use this function)
watools.cpp:52: error: (Each undeclared identifier is reported only once for
each function it appears in.)
watools.cpp: En static member function `static int WATools::quality(const
char*)':
watools.cpp:80: error: `iw_sockets_close' undeclared (first use this function)
watools.cpp: En static member function `static int WATools::txpower(const
char*)':
watools.cpp:96: error: `iw_sockets_close' undeclared (first use this function)
watools.cpp: En static member function `static bool WATools::isWireless(const
char*)':
watools.cpp:112: error: `iw_sockets_close' undeclared (first use this function)
make[2]: *** [watools.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....

see ya =) - Aug 27 2005
Te parto en ocho

KDE 3.x Splash Screens by yofiloso 16 comments

que cabeza sos !!!
jaaajajajajaja
JAAAAAAAjajAjAjajJAA
Como le vas a mandar te parto en ocho !
Impresionante, me hiciste llorar de la risa =)
Un abrazo

BTW: muy bueno el splash, y si, ta para partirla en 8 o,0 !! - Aug 16 2005
Wireless Assistant

Network by pnawrocki 287 comments

i forgot ... if ath0 is already up, I just issue a iwconfig ath0 key xxxxxx and that's all i need to get the link up

if you need extra info (ifplud.conf, ifcfg-ath0, etc), just let me know ;)

see ya - Aug 04 2005
Wireless Assistant

Network by pnawrocki 287 comments

yup ... on both of them ..
it won't detect the wep enabled on the ap
it does detect the ap, but not the wep, and thus, it won't let me configure the wep key (security is always greyed out as reported earlier)

coulld it be related to the fact that I have to:
iwconfig ath0 key xxxxxxxxx

and AFTER that I go
ifup ath0
to get ifplugd and knemo to pop up the link icon?

see ya =) - Aug 04 2005
Wireless Assistant

Network by pnawrocki 287 comments

#else bgColor =((KListViewItem*)this)->backgroundColor();

You rule =)

it does compile ok on kde 3.3.x
up until now I was patching every version with this simple patch that would, on netlistviewitem.cpp:

else
- bgColor = ((KListViewItem*)this)->backgroundColor(column);
+ bgColor = ((KListViewItem*)this)->backgroundColor();

But now I don't need it any more =)
Thank you =) - Aug 04 2005
Wireless Assistant

Network by pnawrocki 287 comments

same in here =(
it still doesn't detect my wep XD

I believe it was either 0.5.1a or 0.5.2a that could detected my wep, but it woulnd't let me configure it =P

see ya ! - Aug 04 2005
Wireless Assistant

Network by pnawrocki 287 comments

is it possible for the "security" tab to be alwasys greyed out even though I have a wep anabled AP?

It wont let configure the wep key, and as a consecuence, it just won't connect to the AP

Am I doing something wrong?

btw: this is really shaping up !!
keep up the good work =) - Aug 01 2005
Wireless Assistant

Network by pnawrocki 287 comments

I kwon, but if I do I can no longer create Conectiva 10 rpm packages cause Conectiva uses kde 3.3.2 ... =s - Jul 29 2005
Wireless Assistant

Network by pnawrocki 287 comments

opps ..
i've just read the ¨kde 3.4.x required¨ ...
could be related to that since i'm running on 3.3.2 - Jul 28 2005
Wireless Assistant

Network by pnawrocki 287 comments

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT netlistviewitem.o -MD -MP -MF ".deps/netlistviewitem.Tpo" \
-c -o netlistviewitem.o `test -f 'netlistviewitem.cpp' || echo './'`netlistviewitem.cpp; \
then mv -f ".deps/netlistviewitem.Tpo" ".deps/netlistviewitem.Po"; \
else rm -f ".deps/netlistviewitem.Tpo"; exit 1; \
fi
netlistviewitem.cpp: En member function `virtual void
NetListViewItem::paintCell(QPainter*, const QColorGroup&, int, int, int)':
netlistviewitem.cpp:41: error: no matching function for call to `KListViewItem
::backgroundColor(int&)'
/usr/lib/kde3/include/klistview.h:1031: error: candidates are: const QColor&
KListViewItem::backgroundColor()
make[2]: *** [netlistviewitem.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....
wlassistant.cpp: En la función miembro `virtual void
WirelessAssistant::showItemContextMenu(QListViewItem*, const QPoint&, int)':
wlassistant.cpp:686: aviso: unused parameter `const QPoint&p'
wlassistant.cpp:686: aviso: unused parameter `int c'
make[2]: Leaving directory `/home/gnemmi/paquetes/wlassistant/BUILD/wlassistant-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gnemmi/paquetes/wlassistant/BUILD/wlassistant-0.5.1'
make: *** [all] Error 2 - Jul 28 2005
Kopete: autoclose Balloon/Bubble.

Various KDE 1.-4. Improvements by mabs 4 comments

I was really tired of kopete's ballon bubbles screwing up my screen while I was playing Quake3 on-line !

THANK YOU ! - Jul 12 2005
Logan Tired

Wallpaper Other by arenyart 1 comment

Let poor lil' Logan sleep !
He needs resting !

>=(

Just kidding =P
Nice pic !
Thanks =) - Jun 28 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

Thanks a Lot Nicolas ...
Your app is getting better and better with every new release and I want to publicly say THANK YOU for it =)

0.3.1 compiled flwalessly under Conectiva 10 and the new rpm packages are available on the usual places.
Conectiva 10 users should also be able to add the following lines to their /etc/atp/sources.list file and use "apt-get install ksystemlog" to install ksystemlog from my apt-get enabled repository:

rpm ftp://mirror.de9.ime.eb.br/pub/conectiva/contrib 10/conectiva caleb

On to some feedback now?

1) The icon.

I really like it !
It's simply perfect to me =D

BTW: could you add this lines to the .desktop file?
Comment[es]=Una aplicación para analisar logs del sistema
Comment[pt_BR]=Um Aplicativo para analisar logs do sistema

2) Ksystemlog icon's.

You seem to be using an icon set different from KDE's default icon set (which is Crystal SVG, AFAIK). As a consecuence, some the icons that you've used in ksystemlog are not available when opening up ksystemlog. "boot log", "acpi log" and "printer log" icons are not being displayed in here =s

3) Toolbars

It would be nice if "Group By" could be implemented as a new toolbar ;)

4) "Group By"

a) It would really help if there was a way to "collapse" and "expand" the whole "tree" or "threads" of information when I'm using "Group by". Maybe like it's been implemented on Thunderbird (collapse \ , expand *)?

b) What if, when selecting "Group by anycriteria" the whole tree was collapsed and only "Today" was expanded by default?, Wouldn't that be better than having the whole tree expanded as it is now?. I mean, "usually", when you look the kind of logs that ksystemlog handles as of now, you are most probably looking for errors that happened Today or yesterday, but not a week ago. Mmmmm ... now that I think of it , maybe that could be configurable via "Configure Ksystemlog" ... Maybe an 'Always go to "Today" when using "Group by"' would do the trick ... What do you think?

5) Tunning up the code.

Here are some of the errors that I found while compiling 0.3.1.:

unknown icon type in src/Makefile.in (ksystemlog.svg)
defaultReader.cpp: En la función miembro `void
DefaultReader::readFile(LogFile*)':
defaultReader.cpp:145: aviso: unused variable `int tmpProgress'
ksystemlog.h: En constructor `KSystemLog::KSystemLog()':
ksystemlog.h:327: aviso: `KSystemLog::findDialog' will be initialized after
ksystemlog.h:306: aviso: `KFind*KSystemLog::findManager'
ksystemlog.cpp:92: aviso: when initialized here
ksystemlog.h:337: aviso: `KSystemLog::loadingDialog' will be initialized after
ksystemlog.h:317: aviso: `LogListItem*KSystemLog::previousItemFound'
ksystemlog.cpp:92: aviso: when initialized here
ksystemlog.cpp: En la función miembro `void KSystemLog::highlightSearch(const
QString&, int, int)':
ksystemlog.cpp:823: aviso: unused parameter `const QString&text'
ksystemlog.cpp:823: aviso: unused parameter `int matchingIndex'
ksystemlog.cpp:823: aviso: unused parameter `int matchingLength'
ksystemlog.cpp: En member function `void KSystemLog::groupByChanged(int)':
ksystemlog.cpp:1674: aviso: comparison between signed and unsigned integer
expressions
ksystemlog.cpp: En member function `void KSystemLog::updateGroupBy()':
ksystemlog.cpp:1744: aviso: comparison between signed and unsigned integer
expressions
view.h: En constructor `View::View(QWidget*)':
view.h:189: aviso: `View::logManager' will be initialized after
view.cpp:61: aviso: base `QWidget'
view.cpp:61: aviso: when initialized here
logManager.h: En constructor `LogManager::LogManager(View*, LoadingDialog*)':
logManager.h:170: aviso: `LogManager::loadingDialog' will be initialized after
logManager.h:145: aviso: `Reader*LogManager::reader'
logManager.cpp:56: aviso: when initialized here
logManager.h:168: aviso: `LogManager::columns' will be initialized after
logManager.h:161: aviso: `bool LogManager::sortOrder'
logManager.cpp:56: aviso: when initialized here
logManager.h:161: aviso: `LogManager::sortOrder' will be initialized after
logManager.h:160: aviso: `int LogManager::sortColumn'
logManager.cpp:56: aviso: when initialized here
logManager.h:160: aviso: `LogManager::sortColumn' will be initialized after
logManager.h:150: aviso: `bool LogManager::tooltipEnabled'
logManager.cpp:56: aviso: when initialized here
logManager.h:151: aviso: `LogManager::newLinesDisplayed' will be initialized
after
logManager.h:149: aviso: `bool LogManager::parsingPaused'
logManager.cpp:56: aviso: when initialized here
logManager.h:166: aviso: `LogManager::logFiles' will be initialized after
logManager.h:153: aviso: `bool LogManager::current'
logManager.cpp:56: aviso: when initialized here
logManager.h:164: aviso: `LogManager::lastUpdate' will be initialized after
logManager.h:147: aviso: `LogMode*LogManager::logMode'
logManager.cpp:56: aviso: when initialized here
itemFactory.cpp: En la función `static LogListItem*
ItemFactory::createChildItem(QListView*, ChildLogLine*)':
itemFactory.cpp:113: aviso: unused parameter `QListView*view'
itemFactory.cpp: En static member function `static QString
ItemFactory::createParentFormattedText(LogLine*)':
itemFactory.cpp:244: aviso: comparison between signed and unsigned integer
expressions

See ya ! - Jun 25 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

on Conectiva Linux 10
KDE 3.3.2
QT 3.3.3

ksystemlog.h: En constructor `KSystemLog::KSystemLog()':
ksystemlog.h:306: aviso: `KSystemLog::findDialog' will be initialized after
ksystemlog.h:285: aviso: `KFind*KSystemLog::findManager'
ksystemlog.cpp:93: aviso: when initialized here
ksystemlog.h:316: aviso: `KSystemLog::loadingDialog' will be initialized after
ksystemlog.h:296: aviso: `LogListItem*KSystemLog::previousItemFound'
ksystemlog.cpp:93: aviso: when initialized here
ksystemlog.cpp: En la función miembro `void KSystemLog::highlightSearch(const
QString&, int, int)':
ksystemlog.cpp:802: aviso: unused parameter `const QString&text'
ksystemlog.cpp:802: aviso: unused parameter `int matchingIndex'
ksystemlog.cpp:802: aviso: unused parameter `int matchingLength'
ksystemlog.cpp: At global scope:
ksystemlog.cpp:1142: error: `ActivationReason' is not a member of type `KAction
'
ksystemlog.cpp:1142: error: error de decodificación before `,' token
ksystemlog.cpp: En member function `void KSystemLog::slotLogAction(...)':
ksystemlog.cpp:1161: error: `state' undeclared (first use this function)
ksystemlog.cpp:1161: error: (Each undeclared identifier is reported only once
for each function it appears in.)
ksystemlog.cpp: En member function `void KSystemLog::groupByChanged(int)':
ksystemlog.cpp:1641: aviso: comparison between signed and unsigned integer
expressions
ksystemlog.cpp: En member function `void KSystemLog::updateGroupBy()':
ksystemlog.cpp:1711: aviso: comparison between signed and unsigned integer
expressions
In file included from ksystemlog.cpp:1833:
ksystemlog.moc: En member function `virtual bool KSystemLog::qt_invoke(int,
QUObject*)':
ksystemlog.moc:227: error: `ActivationReason' is not a member of type `KAction'
ksystemlog.moc:227: error: `ActivationReason' is not a member of type `KAction'
ksystemlog.moc:227: error: error de decodificación before `)' token
ksystemlog.moc:227: error: error de decodificación before `)' token
make[2]: *** [ksystemlog.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....
make[2]: Leaving directory `/home/gnemmi/paquetes/ksystemlog/BUILD/ksystemlog-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gnemmi/paquetes/ksystemlog/BUILD/ksystemlog-0.3'
make: *** [all] Error 2

see ya - Jun 19 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

Updated Conectiva 10 rpms, can be found at my place:

http://linuxdicas.com.ar/caleb/rpm/

Conectiva 10 users should also be able to add the following lines to their /etc/atp/sources.list file and use "apt-get install ksystemlog" to install ksystemlog from my apt-get enabled repository:

rpm ftp://mirror.de9.ime.eb.br/pub/conectiva/contrib 10/conectiva caleb

see ya - May 26 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

Still won't compile under Conectiva 10

Kde 3.3.2
QT 3.3.3

else rm -f ".deps/ksystemlog.Tpo"; exit 1; \
fi
ksystemlog.h: En constructor `KSystemLog::KSystemLog()':
ksystemlog.h:354: aviso: `KSystemLog::detailDialog' will be initialized after
ksystemlog.h:332: aviso: `KFindDialog*KSystemLog::findDialog'
ksystemlog.cpp:91: aviso: when initialized here
ksystemlog.h:347: aviso: `KSystemLog::previousItemFound' will be initialized
after
ksystemlog.h:342: aviso: `LogListItem*KSystemLog::currentItemFound'
ksystemlog.cpp:91: aviso: when initialized here
ksystemlog.cpp: En member function `void KSystemLog::closeTab()':
ksystemlog.cpp:645: error: `setTabBarHidden' undeclared (first use this
function)
ksystemlog.cpp:645: error: (Each undeclared identifier is reported only once
for each function it appears in.)
ksystemlog.cpp: En la función miembro `void KSystemLog::highlightSearch(const
QString&, int, int)':
ksystemlog.cpp:729: aviso: unused parameter `const QString&text'
ksystemlog.cpp:729: aviso: unused parameter `int matchingIndex'
ksystemlog.cpp:729: aviso: unused parameter `int matchingLength'
make[2]: *** [ksystemlog.o] Error 1
make[2]: Leaving directory `/home/gnemmi/paquetes/ksystemlog/BUILD/ksystemlog-0.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gnemmi/paquetes/ksystemlog/BUILD/ksystemlog-0.2.1'
make: *** [all] Error 2

=s - May 24 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

sorry, that shoulde been:
KDE 3.3.2
QT 3.3.3 - May 22 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

on Conectiva 10
KDE 3.3.5
QT 3.3.3

fi
ksystemlog.h: En constructor `KSystemLog::KSystemLog()':
ksystemlog.h:354: aviso: `KSystemLog::detailDialog' will be initialized after
ksystemlog.h:332: aviso: `KFindDialog*KSystemLog::findDialog'
ksystemlog.cpp:88: aviso: when initialized here
ksystemlog.h:347: aviso: `KSystemLog::previousItemFound' will be initialized
after
ksystemlog.h:342: aviso: `LogListItem*KSystemLog::currentItemFound'
ksystemlog.cpp:88: aviso: when initialized here
ksystemlog.cpp: En member function `LogManager* KSystemLog::newTab()':
ksystemlog.cpp:573: error: `setTabBarHidden' undeclared (first use this
function)
ksystemlog.cpp:573: error: (Each undeclared identifier is reported only once
for each function it appears in.)
ksystemlog.cpp: En member function `void KSystemLog::closeTab()':
ksystemlog.cpp:638: error: `setTabBarHidden' undeclared (first use this
function)
ksystemlog.cpp: En la función miembro `void KSystemLog::highlightSearch(const
QString&, int, int)':
ksystemlog.cpp:722: aviso: unused parameter `const QString&text'
ksystemlog.cpp:722: aviso: unused parameter `int matchingIndex'
ksystemlog.cpp:722: aviso: unused parameter `int matchingLength'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT logLineList.o -MD -MP -MF ".deps/logLineList.Tpo" \
-c -o logLineList.o `test -f 'logLineList.cpp' || echo './'`logLineList.cpp; \
then mv -f ".deps/logLineList.Tpo" ".deps/logLineList.Po"; \
else rm -f ".deps/logLineList.Tpo"; exit 1; \
fi
make[2]: *** [ksystemlog.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....
logLineList.cpp: En la función miembro `void
LogLineList::removeOldestLines(int)':
logLineList.cpp:52: aviso: unused parameter `int nb'
make[2]: Leaving directory `/home/gnemmi/paquetes/ksystemlog/BUILD/ksystemlog-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gnemmi/paquetes/ksystemlog/BUILD/ksystemlog-0.2'
make: *** [all] Error 2 - May 22 2005
Ventrilo for Linux (Client) Opinion PLZ!

Various KDE 1.-4. Improvements by nookie 18 comments

... I mean, why should I care about Ventrilo when I can already use skype or TeamSpeak on Linux for that matters??

I'm serious ... I mean, I'd really like to know why.

How does Ventrilo do better than any of those? - May 21 2005
Angelina Jolie Splash

KDE 3.x Splash Screens by 680958942 4 comments

is she sitting on a nail or something like that? - May 20 2005
Medieval Panic

Wallpaper Other by peterpan 4 comments

well, now it's in my list of "I will visit this place ASAP" :)
Thank you ! - May 14 2005
Medieval Panic

Wallpaper Other by peterpan 4 comments

dude that looks really good to me!
where is that? - May 13 2005
deb_green_wall

Wallpaper Other by appio 3 comments

really nice !
too bad I don't use debian =s - May 12 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

with only one "N"

=)

see ya - May 07 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

redownloaded, recompiled, repackaged ...

[gnemmi@hellraiser gnemmi]$ cat /usr/lib/kde3/share/applnk/Utilities/ksystemlog.desktop
[Desktop Entry]
Encoding=UTF-8
Name=$APPNAME$
Exec=$APPNAMELC$ %i %m -caption "%c"
Icon=$APPNAMELC$
Type=Application
DocPath=$APPNAMELC$/$APPNAMELC$.html
Comment=A KDE KPart Application
Comment[ca]=Una aplicació KPart per a KDE
Comment[cy]=Cymhwysiad KPart KDE
Comment[da]=Et KDE KPart program
Comment[de]=Eine KDE-Komponenten-Anwendung
Comment[el]= - May 07 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

Hi there Nicolas =)

1/ You're welcome !

2/ I will as soon as I can get to package a fixe version =o

3/ I've just redownloaded the source, recompiled it and repackaged it, but the faulty .desktop is still there =s

4/ Me too ! And tangerine as well =)

see ya ! - May 07 2005
KSystemLog

System Tools (NOT OS or ROMS) by lastnico 117 comments

1) Thanks ! It's quite a usefull app for me !

2) Conectiva 10 rpm ready ;)

3) I have the same problem that EliasP has (will upload rpms as soon as you can fix it)

4) REALLY nice use of colors in your homepage =).

see ya ! - May 07 2005
LimeWire

Icon Sub-Sets by greyleader 3 comments

if you can provide the rest of the set, i 'm switching =) - May 04 2005
Wireless Assistant

Network by pnawrocki 287 comments

conectiva rpms for 0.3.9 are ready, on the usual place ...

see ya =) - Apr 30 2005
KToshiba

System Tools (NOT OS or ROMS) by Coproscefalo 60 comments

[Quote]send me feedback, requests and/or bug reports to coproscefalo@gmail.com [/Quote]

I will !
I've got lots of 'em all =)

see ya - Apr 29 2005
komnibook

System Tools (NOT OS or ROMS) by emrehl 3 comments

are you ever gonna update this?
I pressume it's pretty much dead...
But if you DO update it, I can create Conectiva 10 rpms for this ...

see ya

BTW: it would be better if it was a KDED services ( like KNemo: http://www.kde-apps.org/content/show.php?content=12956). - Apr 28 2005
KNemo

Network by jstamp 801 comments

I've packaged knemo for Conectiva Linux 10 and the rpms can be found at my place:

http://linuxdicas.com.ar/caleb/rpm/

thanks for such a great improvement on KDE :)

see ya
gonzalo - Apr 25 2005
Warsaw/Warszawa

Wallpaper Other by hornisse 6 comments

cool !
now I'm learning polish !
This rules !
=) - Apr 24 2005
Warsaw/Warszawa

Wallpaper Other by hornisse 6 comments

wallpaper is good ...
but learning polish while you discuss is even better =D

so tapetka= wallpaper ... w=with ... i=and .. powstał=picture ... interesting =) - Apr 24 2005
windows mata

Wallpapers Windows by kristof 5 comments

It goes with the text and as such it shouldn't be interpreted independently.

Otehrwise, you would be defiguring the meaning that the author had in mind upon the creation of his work and may end up having a strongly biased interpretation of it. - Apr 19 2005
Wireless Assistant

Network by pnawrocki 287 comments

I've just uploaded wlassistant 0.3.8 rpm packages for conectiva 10 to sourceforge.net/incoming

see ya - Apr 18 2005
windows mata

Wallpapers Windows by kristof 5 comments

ammm ...

guess u never understood the meaning of " windows mata" ...

that's "windows kills" in spanish ...

and, NO, there's no killing to be done expressed neither explicitly nor implied in that message ...

see ya - Apr 18 2005
Wireless Assistant

Network by pnawrocki 287 comments

I've just uploaded wlassistant rpms for Conectiva 10 to sourceforge /incoming

Feel free to distribute them if you want.

They can also be found at my homepage www.linuxdicas.com.ar/caleb/rpm/

see ya :) - Apr 11 2005
Wireless Assistant

Network by pnawrocki 287 comments

cool !
thanks for taking my wishes into consideration :)
I really appreciate that !

regarding sourceforge, i've looked wlanassist up on it but couldn't find it :(

could you provide the link ?

see ya
and thanks once again !! - Apr 04 2005
Wireless Assistant

Network by pnawrocki 287 comments

"u turn on your computer, connect to wireless network and don't need the application until the next startup"

I do agree with that one ...
Actually I was about to ask you to inculde 2 features in regards to that:

A) an option to " exit upon succesful connection " that would terminate the program once a conecction has benn made

B) an option to " star the following program once a connection has been made ".

In that way wlanassistant would connect me to my wireless network, start my preferred wireless monitor and exit :)

see ya

Pd: a sourceforge.net proyect would be nice by now ;) - Apr 03 2005
Designed for Linux - another idea

Icon Sub-Sets by asokolowski 9 comments

extremly COOL !!!
thanks a lot !
printing right now :)

thanks for your work !! :) - Mar 31 2005
Wireless Assistant

Network by pnawrocki 287 comments

mmm ...
same could be said about the "Encryption" column ...

look in your system under (kdeinstall)/share/icons/default.kde/22x22/actions
encrypted.png and decrypted.png would do it IMHO ...

what do you think?

see ya - Mar 30 2005
Wireless Assistant

Network by pnawrocki 287 comments

This two do NOT error me out of the compiling process, but are still there ;)

ui_confwep.cpp:34:19: aviso: secuencia de escape desconocida, '\-'

ui_wepselect.cpp:38:23: aviso: secuencia de escape desconocida, '\-'

That wuold be something like " warning: unknown scape sequence, '\-' "

see ya - Mar 30 2005
Wireless Assistant

Network by pnawrocki 287 comments

Could you use a grapchic instead of a text under the "Link quality" column?

I think that the graphics used on kwirelessmonitor would look really good for this...

http://www.kde-apps.org/content/show.php?content=11576
http://www-2.cs.cmu.edu/~pach/kwirelessmonitor/

keep up the good work ! - Mar 30 2005
Designed for Linux - another idea

Icon Sub-Sets by asokolowski 9 comments

Actually, Linux is a registered trademark AFAIK ... :s

Very good work, I like it :)
Could you provied us with a set with different colors on the background?. Like, green, red, or whatever color suits a metallic bg ( yeah, some of us like flashy stuff :) ).

thanks 4 your work ! - Mar 30 2005
Wireless Assistant

Network by pnawrocki 287 comments

if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT ui_confPaths.o -MD -MP -MF ".deps/ui_confPaths.Tpo" \
-c -o ui_confPaths.o `test -f 'ui_confPaths.cpp' || echo './'`ui_confPaths.cpp; \
then mv -f ".deps/ui_confPaths.Tpo" ".deps/ui_confPaths.Po"; \
else rm -f ".deps/ui_confPaths.Tpo"; exit 1; \
fi
ui_confPaths.cpp:26: error: `const' duplicado
make[2]: *** [ui_confPaths.o] Error 1

:( - Mar 30 2005
Wireless Assistant

Network by pnawrocki 287 comments

remember to change the line "version=3.3" on your *.ui files located inside WirelessAssistant / src to "version=3.2" so it can be cleanly compiled using kde/qt 3.2 :)

thnaks - Mar 28 2005