kbpack 0.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2352
KBPack 0.1
KBPack a package for installing pre-compiled utilities, libraries, services, etc. on QNAP TS-101/TS-201. more>>
KBPack a package for installing pre-compiled utilities, libraries, services, etc. and extending some functionality on QNAP TS-101/TS-201. The application contains a Web UI to manage the services/functions (see below) supported by itself.
Function/Service Supported:
Apache HTTPd
- Max Connections limitation
- Bandwidth limitation
MySQL (need MySQL Pack v0.3.4 or higher installed)
- Enable/Disable TCP/IP Networking
- Set Port Number
- Change root Password
MTA (Message Transfer Agent, sendmail like utility - using sSMTP)
- Support PHP mail() function
- Set SMTP Server Name
- SMTP Authentication
- Send Test Message
How to install:
Upload KBPack tar file to a share folder (e.g. /share/KBPack) via SAMBA/FTP.
Here, using the user ID, administrator to access the share folder is recommanded.
Login in your TS-101/TS-201 via Telnet
TS-101 Firmware Telnet Version can be downloaded on http://www.qnap.com.tw/download.asp
Use tar to unpack/extract KBPack-v0.1.tar.
# cd /share/KBPack
# tar -xf ./KBPack-v0.1.tar
After executing the preceding commands, you can find a folder named KBPack in /share/KBPack.
Run install.sh to install KBPack
# cd KBPack
# ./install.sh
Use KBPack with your browser (Firefox or IE)
http://IP_OF_YOUR_NAS_SERVER:6000/KBPack/ or http://IP_OF_YOUR_NAS_SERVER:6000/cgi-bin/KBPack/
*Note: Please disable Recycle Bin before installing KBPack.
How to un-install:
Login in your TS-101/TS-201 via Telnet
Run uninstall.sh to un-install KBPack
# cd /share/KBPack/KBPack
# ./uninstall.sh
<<lessFunction/Service Supported:
Apache HTTPd
- Max Connections limitation
- Bandwidth limitation
MySQL (need MySQL Pack v0.3.4 or higher installed)
- Enable/Disable TCP/IP Networking
- Set Port Number
- Change root Password
MTA (Message Transfer Agent, sendmail like utility - using sSMTP)
- Support PHP mail() function
- Set SMTP Server Name
- SMTP Authentication
- Send Test Message
How to install:
Upload KBPack tar file to a share folder (e.g. /share/KBPack) via SAMBA/FTP.
Here, using the user ID, administrator to access the share folder is recommanded.
Login in your TS-101/TS-201 via Telnet
TS-101 Firmware Telnet Version can be downloaded on http://www.qnap.com.tw/download.asp
Use tar to unpack/extract KBPack-v0.1.tar.
# cd /share/KBPack
# tar -xf ./KBPack-v0.1.tar
After executing the preceding commands, you can find a folder named KBPack in /share/KBPack.
Run install.sh to install KBPack
# cd KBPack
# ./install.sh
Use KBPack with your browser (Firefox or IE)
http://IP_OF_YOUR_NAS_SERVER:6000/KBPack/ or http://IP_OF_YOUR_NAS_SERVER:6000/cgi-bin/KBPack/
*Note: Please disable Recycle Bin before installing KBPack.
How to un-install:
Login in your TS-101/TS-201 via Telnet
Run uninstall.sh to un-install KBPack
# cd /share/KBPack/KBPack
# ./uninstall.sh
Download (0.28MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
506 downloads
BinaryKlock 0.1
BinaryKlock project is a binary clock kicker applet. more>>
BinaryKlock project is a binary clock kicker applet.
The special thing about this clock is that it displays the time in binary instead of using the decimal system.
Binary is pretty easy to read and many people will nonetheless stare at your desktop, not believing how you can read the time from that.
This is my first KDE application, let me know if you like it ;)
Building:
This is my first KDevelop project as well, and Im not yet extremely familiar with it. It generated the usual autoconf files and you should be able to build it like this:
./configure
make
make install
<<lessThe special thing about this clock is that it displays the time in binary instead of using the decimal system.
Binary is pretty easy to read and many people will nonetheless stare at your desktop, not believing how you can read the time from that.
This is my first KDE application, let me know if you like it ;)
Building:
This is my first KDevelop project as well, and Im not yet extremely familiar with it. It generated the usual autoconf files and you should be able to build it like this:
./configure
make
make install
Download (0.61MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
844 downloads
kuickPod 0.1
kuickPod is a konqueror service menu for gnuPod. more>>
kuickPod is a konqueror service menu for gnuPod.
kuickpod adds a service menu entry to konqueor, whenever you right-click on an mp3 file. Chosse "Add to iPod" for simply adding the file(s), or "Add to iPod and umount" for adding the file(s) and afterwards unmount the iPod.
Deleting files from iPod is not supported, yet.
As kuickPod is based on gnuPod, make sure youve this installed, and your iPod is initialized by gnuPod.
<<lesskuickpod adds a service menu entry to konqueor, whenever you right-click on an mp3 file. Chosse "Add to iPod" for simply adding the file(s), or "Add to iPod and umount" for adding the file(s) and afterwards unmount the iPod.
Deleting files from iPod is not supported, yet.
As kuickPod is based on gnuPod, make sure youve this installed, and your iPod is initialized by gnuPod.
Download (0.008MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
KooDB 0.1
KooDB is a simple interface to MySQL that provides the features that most people need. more>>
KooDB is a simple interface to MySQL that provides the features that most people need, without the complicated functions found in phpMyAdmin. It allows you to administer your databases and users from a simple, easy to use web based interface. The project is in early development stages at the moment but already lets you add and delete users and databases and has an interface for adding users to those databases. KooDB is written in pure PHP 5 (though it will probably work with PHP4) and designed for MySQL 5. PostgreSQL support is planned and will be implemented once all the MySQL components are working properly.
For now, the interface is very simple with only a few features but furhter along in the development of KooDB, features will be added for you to more closely interact with your databases and modify rows and columns on the fly. The project will allow you to add and remove columns and rows as necessary and modify the contents of cells. KooDB will also contain a fully featured import/export function and a schema editor to provide maximum control over your database projects. The schema editor will provide an intuitive interface for creating .sql files to easily recreate your databases on multiple systems, give you full control over how the rows are configured, and let you add and delete default values.
Enhancements:
- Features include adding and deleting users, adding and deleting databases, and adding users to databases.
<<lessFor now, the interface is very simple with only a few features but furhter along in the development of KooDB, features will be added for you to more closely interact with your databases and modify rows and columns on the fly. The project will allow you to add and remove columns and rows as necessary and modify the contents of cells. KooDB will also contain a fully featured import/export function and a schema editor to provide maximum control over your database projects. The schema editor will provide an intuitive interface for creating .sql files to easily recreate your databases on multiple systems, give you full control over how the rows are configured, and let you add and delete default values.
Enhancements:
- Features include adding and deleting users, adding and deleting databases, and adding users to databases.
Download (0.039MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
833 downloads
unpackrpmxdg 0.1
unpackrpmxdg is a Kde Service Menu for unpack RPM Packages. more>>
unpackrpmxdg is a Kde Service Menu for unpack RPM Packages.
<<less Download (0.006MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
BlueClock 0.1
BlueClock is a clock for the GNOME panel with alarm/timer function. more>>
BlueClock is a clock for the GNOME panel with alarm/timer function.
BlueClock is a simple GNOME panel clock applet. In addition an alarm/countdown timer function is available. Also you can use an calandar.
<<lessBlueClock is a simple GNOME panel clock applet. In addition an alarm/countdown timer function is available. Also you can use an calandar.
Download (0.51MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
903 downloads
KPSP 0.1.1
KPSP provides an IOSlave for the PSP (Playstation Portable). more>>
KPSP provides an IOSlave for the PSP (Playstation Portable).
You just simply connect your PSP to your computer, start Konqueror and type "psp:/".
Installation from source:
Get the source-package from the download page.
tar xfvz kio_psp-< VERSION >.tar.gz
cd kio_psp-< VERSION >
./configure --prefix=< where KDE is installed >
make
make install # Probably you need root-privileges
Installation from CVS:
You have to download the sources from CVS:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kpsp login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kpsp co -P kio_psp
Get the admin-directory, used by the build-system.
cd kio_psp
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.3/kde-common/admin
Compile and install.
make -f Makefile.cvs
./configure --prefix=
make
make install # Probably you need root-privileges
Enhancements:
- Virtual root-folders have an access-type
- Creation of a folder failed when the media-folder wasnt created before.
- Better integration into the KDE Control Center
<<lessYou just simply connect your PSP to your computer, start Konqueror and type "psp:/".
Installation from source:
Get the source-package from the download page.
tar xfvz kio_psp-< VERSION >.tar.gz
cd kio_psp-< VERSION >
./configure --prefix=< where KDE is installed >
make
make install # Probably you need root-privileges
Installation from CVS:
You have to download the sources from CVS:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kpsp login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kpsp co -P kio_psp
Get the admin-directory, used by the build-system.
cd kio_psp
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.3/kde-common/admin
Compile and install.
make -f Makefile.cvs
./configure --prefix=
make
make install # Probably you need root-privileges
Enhancements:
- Virtual root-folders have an access-type
- Creation of a folder failed when the media-folder wasnt created before.
- Better integration into the KDE Control Center
Download (0.52MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1362 downloads
IBMDoK 0.1
IBMDoK is a small KDE kicker applet for the IBM themal sensors. more>>
IBMDoK is a small KDE kicker applet for the IBM themal sensors. Its just my small hack for the T60 sensors.
IBMDoK can work for other ThinkPads, mut maybe you have to adapt it.
<<lessIBMDoK can work for other ThinkPads, mut maybe you have to adapt it.
Download (0.80MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1295 downloads
ZDB 0.1
ZDB (Zazzybob.com DataBase) can be used to maintain simple lists and databases (such as telephone directories, address lists). more>>
ZDB (Zazzybob.com DataBase) can be used to maintain simple lists and databases (such as telephone directories, address lists, etc). The project implements mechanisms for basic queries and reporting, and also allows us to join two tables by a primary key, and display query results based thereon.
ZDB is not a relational database. If you want a relational DB then use a proper DBMS!
ZDB is, however, highly useful for small, non-critical database needs, especially where "flat-files" are all thats really required, but where maintaining a long list of data manually would be too labour intensive.
ZDB requires the "usual-suspects" with regards to tool dependencies. All of the required tools will be present in any modern UNIX/Linux system. The scripts are implemented as bash scripts, but if you change the shebang line to match the path to your shell, and as long as your shell supports the ((...)) arithmetic construct, youll be okay! There arent any bash-specifics in the scripts.
Some of the scripts (especially query scripts) may run fairly slowly depending on your system. There is a lot of data processing going on in the background (involving many invocations of awk!). On a P4 2.66GHz the results will be instantaneous, whereas on a PII 233MHz you might not be so lucky.
Package Contents
The ZDB package consists of the following scripts:
zdb_constants
Contains constants needed by all scripts
zdb_create_table
Creates a new table
zdb_insert_values
Insert values into a table
zdb_join_tables
Query two tables using a join
zdb_remove_table
Drop a table
zdb_remove_values
Remove values from a table
zdb_select_all
Display an entire table
zdb_select_rows
Query a table by row
zdb_select_values
Query a table by column name
zdb_get_by_key
Get a single row by its key value
Also included in the download is zdb_test which is an example showing how each of the commands is used, creating tables, inserting values, querying the tables, and finally deleting the tables.
As you can see, I havent implemented a "change row" script. I dont see the point, as it would just duplicate the functionality of a call to zdb_remove_values followed by a call to zdb_insert_values. I have shown an example of this in the zdb_test script, included with the download.
Overview of Data Structure
Each table is made of two parts. A .def (Definition) file, and a .dat (Data) file. The .def file is created when the table is first created, and contains a list of all the column names in that table, and thus, provides that tables definition. The .dat file is created when the first row of values is inserted (and is deleted when the last row of data is removed). This is a flat file using ":" as a column delimeter. Therefore, do NOT use ":" in any of your data!
The idea of the .def file is to provide column name to field position translation, so that we can query in the form column_name=value (kind of like a WHERE clause in SQL). They are saved as table_name.{dat,def} in the directory specified by the ZDB_DIR constant (see below).
The first (left-most) column in each table is considered to be its key and must be unique for each row in the table.
Syntax
The syntax of each command is discussed below.
zdb_constants
Syntax
N/A
In the current implementation, this script contains only one constant, ZDB_DIR, which is the full path to the directory containing your database (.dat/.def) files. It is important that the directory exists, and that this constant is set correctly to reference the directories path, otherwise nothing will work!
Example
ZDB_DIR=/home/kevin/databases/db_one
zdb_create_table
Syntax
zdb_create_table table_name col_1 [ col_2 ... col_n ]
Create a table within ZDB_DIR named table_name as specified by the first argument to the command. The column names are specified by subsequent arguments to the command. At least one column must be specified. This command creates a file in ZDB_DIR named table_name.def.
Example
zdb_create_table my_table id f_name s_name t_name
zdb_insert_values
Syntax
zdb_insert_values table_name val_1 [ val_2 ... val_n ]
Insert values specified by val_1, etc, into table_name. This has various error checking mechanisms implemented, and will check for the correct number of values (i.e. the same number of values as there are columns in the table). val_1 in the left-most column is considered to be a primary key for that row of data, and must be unique within that table. Values are added sequentially, and are thus "appended" to the table in the order that they are added. No sorting takes place. If any single value contains spaces, it must be quoted, e.g. "example value with spaces".
Example
zdb_insert_values my_table 1 Kevin Waldron 0208-111-1111
zdb_join_tables
Syntax
zdb_join_tables table_one table_two [ searchterm | col=searchterm ]
Join two tables by their key field, and print fields from both tables where the row key matches. Other rows are not printed. An optional searchterm can be specified. This searchterm MUST be a single word, and can be of the form "searchterm" where all fields are searched, or "col=searchterm" whereby only the specified column name "col" is searched.
Example
Suppose we have two tables populated with data, the following session depicts command usage and possible output
$ zdb_join_tables my_info my_table name=Kevin
id name number data_1 data_2
1 Kevin Smith 02081111234 zdb_data more_data
2 Kevin Jones 02078392111 data_value more_data
68 Mr Kevin 9230192912 0291 19192
zdb_remove_table
Syntax
zdb_remove_table table_name
If table_name exists, both its .def and .dat files will be deleted.
Example
zdb_remove_table my_table
zdb_remove_values
Syntax
zdb_remove_values table_name key
Removes the row from table_name specified by key, where key is the unique identifier for that row (the entry in the first column of the table for that row).
Example
To remove the row with key "4" from my_table
zdb_remove_values my_table 4
zdb_select_all
Syntax
zdb_select_all table_name
Displays all data from table_name preceeded by a header row detailing the column names
Example
zdb_select_all my_table
zdb_select_rows
Syntax
zdb_select_rows table_name searchterm|col=searchterm
Shows all rows from table_name where searchterm can be found. Accepts both forms of searchterm specification, as discussed in the zdb_join_tables section above.
Example
zdb_select_rows my_table Kevin
zdb_select_values
Syntax
zdb_select_values table_name col_1 [ col_2 ... col_n ]
Selects and displays all data from the specified columns in table_name
Example
Yes, multiple instances of the same column can be specified, to repeat their output
zdb_select_values my_table f_name f_name s_name
zdb_get_by_key
Syntax
zdb_get_by_key table_name key
Select only the single row from table_name that has the unique key key.
Example
zdb_get_by_key my_table 1
<<lessZDB is not a relational database. If you want a relational DB then use a proper DBMS!
ZDB is, however, highly useful for small, non-critical database needs, especially where "flat-files" are all thats really required, but where maintaining a long list of data manually would be too labour intensive.
ZDB requires the "usual-suspects" with regards to tool dependencies. All of the required tools will be present in any modern UNIX/Linux system. The scripts are implemented as bash scripts, but if you change the shebang line to match the path to your shell, and as long as your shell supports the ((...)) arithmetic construct, youll be okay! There arent any bash-specifics in the scripts.
Some of the scripts (especially query scripts) may run fairly slowly depending on your system. There is a lot of data processing going on in the background (involving many invocations of awk!). On a P4 2.66GHz the results will be instantaneous, whereas on a PII 233MHz you might not be so lucky.
Package Contents
The ZDB package consists of the following scripts:
zdb_constants
Contains constants needed by all scripts
zdb_create_table
Creates a new table
zdb_insert_values
Insert values into a table
zdb_join_tables
Query two tables using a join
zdb_remove_table
Drop a table
zdb_remove_values
Remove values from a table
zdb_select_all
Display an entire table
zdb_select_rows
Query a table by row
zdb_select_values
Query a table by column name
zdb_get_by_key
Get a single row by its key value
Also included in the download is zdb_test which is an example showing how each of the commands is used, creating tables, inserting values, querying the tables, and finally deleting the tables.
As you can see, I havent implemented a "change row" script. I dont see the point, as it would just duplicate the functionality of a call to zdb_remove_values followed by a call to zdb_insert_values. I have shown an example of this in the zdb_test script, included with the download.
Overview of Data Structure
Each table is made of two parts. A .def (Definition) file, and a .dat (Data) file. The .def file is created when the table is first created, and contains a list of all the column names in that table, and thus, provides that tables definition. The .dat file is created when the first row of values is inserted (and is deleted when the last row of data is removed). This is a flat file using ":" as a column delimeter. Therefore, do NOT use ":" in any of your data!
The idea of the .def file is to provide column name to field position translation, so that we can query in the form column_name=value (kind of like a WHERE clause in SQL). They are saved as table_name.{dat,def} in the directory specified by the ZDB_DIR constant (see below).
The first (left-most) column in each table is considered to be its key and must be unique for each row in the table.
Syntax
The syntax of each command is discussed below.
zdb_constants
Syntax
N/A
In the current implementation, this script contains only one constant, ZDB_DIR, which is the full path to the directory containing your database (.dat/.def) files. It is important that the directory exists, and that this constant is set correctly to reference the directories path, otherwise nothing will work!
Example
ZDB_DIR=/home/kevin/databases/db_one
zdb_create_table
Syntax
zdb_create_table table_name col_1 [ col_2 ... col_n ]
Create a table within ZDB_DIR named table_name as specified by the first argument to the command. The column names are specified by subsequent arguments to the command. At least one column must be specified. This command creates a file in ZDB_DIR named table_name.def.
Example
zdb_create_table my_table id f_name s_name t_name
zdb_insert_values
Syntax
zdb_insert_values table_name val_1 [ val_2 ... val_n ]
Insert values specified by val_1, etc, into table_name. This has various error checking mechanisms implemented, and will check for the correct number of values (i.e. the same number of values as there are columns in the table). val_1 in the left-most column is considered to be a primary key for that row of data, and must be unique within that table. Values are added sequentially, and are thus "appended" to the table in the order that they are added. No sorting takes place. If any single value contains spaces, it must be quoted, e.g. "example value with spaces".
Example
zdb_insert_values my_table 1 Kevin Waldron 0208-111-1111
zdb_join_tables
Syntax
zdb_join_tables table_one table_two [ searchterm | col=searchterm ]
Join two tables by their key field, and print fields from both tables where the row key matches. Other rows are not printed. An optional searchterm can be specified. This searchterm MUST be a single word, and can be of the form "searchterm" where all fields are searched, or "col=searchterm" whereby only the specified column name "col" is searched.
Example
Suppose we have two tables populated with data, the following session depicts command usage and possible output
$ zdb_join_tables my_info my_table name=Kevin
id name number data_1 data_2
1 Kevin Smith 02081111234 zdb_data more_data
2 Kevin Jones 02078392111 data_value more_data
68 Mr Kevin 9230192912 0291 19192
zdb_remove_table
Syntax
zdb_remove_table table_name
If table_name exists, both its .def and .dat files will be deleted.
Example
zdb_remove_table my_table
zdb_remove_values
Syntax
zdb_remove_values table_name key
Removes the row from table_name specified by key, where key is the unique identifier for that row (the entry in the first column of the table for that row).
Example
To remove the row with key "4" from my_table
zdb_remove_values my_table 4
zdb_select_all
Syntax
zdb_select_all table_name
Displays all data from table_name preceeded by a header row detailing the column names
Example
zdb_select_all my_table
zdb_select_rows
Syntax
zdb_select_rows table_name searchterm|col=searchterm
Shows all rows from table_name where searchterm can be found. Accepts both forms of searchterm specification, as discussed in the zdb_join_tables section above.
Example
zdb_select_rows my_table Kevin
zdb_select_values
Syntax
zdb_select_values table_name col_1 [ col_2 ... col_n ]
Selects and displays all data from the specified columns in table_name
Example
Yes, multiple instances of the same column can be specified, to repeat their output
zdb_select_values my_table f_name f_name s_name
zdb_get_by_key
Syntax
zdb_get_by_key table_name key
Select only the single row from table_name that has the unique key key.
Example
zdb_get_by_key my_table 1
Download (0.006MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
960 downloads
krickscore 0.1
krickscore is a simple score ticker for KDE that displays the latest cricket scores on the taskbar. more>>
krickscore is a simple score ticker for KDE that displays the latest cricket scores on the taskbar.
<<less Download (0.017MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
934 downloads
lethackles 0.1
lethackles is a GUI frontend for hackles.org comics. more>>
lethackles is a small GUI frontend for hackles.org comics.
<<less Download (0.062MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1120 downloads
SuperTreck 0.1
Supertreck is a combination of subjects that tries to recreate in the writing-desk the style Star Treck. more>>
Supertreck is a combination of subjects that tries to recreate in the writing-desk the style Star Treck.
Installation:
1) Install e16 (or better)
2) Install the “Icars Dr 16” theme
3) From KDM, choose "e-KDE" as your session
4) Install the theme "Supertreck" and modify its colour setting for the title bar to "Graphire Orange"
<<lessInstallation:
1) Install e16 (or better)
2) Install the “Icars Dr 16” theme
3) From KDM, choose "e-KDE" as your session
4) Install the theme "Supertreck" and modify its colour setting for the title bar to "Graphire Orange"
Download (0.70MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
922 downloads
taskbar-compiz 0.1
taskbar-compiz is a modified taskbar applet for kicker to make it work with compiz. more>>
taskbar-compiz is a modified taskbar applet for kicker to make it work with compiz.
The work is inspired by kicker-compiz pager (http://www.kde-apps.org/content/show.php?content=46021)
Please note: currently you cant change "Show windows from all desktops" settings while beryl is running, so uncheck it before or uncheck in manually in .kde/share/config/ktaskbarrc
Currently working:
- all standard taskbar features
- task button filtering by compiz viewport
Known buggy or can be improved:
- "Show windows from all desktop" options in taskbar settings are not shown when running under compiz
- task sorting by compiz viewport
- sometimes I cant minimize window by clicking on its button in taskbar
The code is based on the taskbar applet taken from kdebase-3.5.5.
To install the package, follow the generic instructions found in the INSTALL file. Generally, you will want to install it in your KDE directory, using:
./configure --prefix=kde-config --prefix
make
make install
You will likely have to use superuser rights to execute the last make install.
(Alternatively, you may choose to install in a different directory, using for example:
./configure --prefix=/opt/taskbar-compiz
make
make install
For this to work, you will need to tell KDE about the new prefix, by ensuring that KDEDIRS contains it, e.g. export KDEDIRS=/opt/taskbar-compiz:/usr and then restart KDE.)
Once it is installed, use the kicker dialog to add a new applet, and the taskbar will appear in the list (Right-click on kicker, then "add an applet to the panel" -> "Taskbar - Compiz").
<<lessThe work is inspired by kicker-compiz pager (http://www.kde-apps.org/content/show.php?content=46021)
Please note: currently you cant change "Show windows from all desktops" settings while beryl is running, so uncheck it before or uncheck in manually in .kde/share/config/ktaskbarrc
Currently working:
- all standard taskbar features
- task button filtering by compiz viewport
Known buggy or can be improved:
- "Show windows from all desktop" options in taskbar settings are not shown when running under compiz
- task sorting by compiz viewport
- sometimes I cant minimize window by clicking on its button in taskbar
The code is based on the taskbar applet taken from kdebase-3.5.5.
To install the package, follow the generic instructions found in the INSTALL file. Generally, you will want to install it in your KDE directory, using:
./configure --prefix=kde-config --prefix
make
make install
You will likely have to use superuser rights to execute the last make install.
(Alternatively, you may choose to install in a different directory, using for example:
./configure --prefix=/opt/taskbar-compiz
make
make install
For this to work, you will need to tell KDE about the new prefix, by ensuring that KDEDIRS contains it, e.g. export KDEDIRS=/opt/taskbar-compiz:/usr and then restart KDE.)
Once it is installed, use the kicker dialog to add a new applet, and the taskbar will appear in the list (Right-click on kicker, then "add an applet to the panel" -> "Taskbar - Compiz").
Download (0.62MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1058 downloads
FreeSpeak 0.1.1
FreeSpeak is a free frontend to online translator engines. more>>
FreeSpeak is a free (as in freedom, developed and released under the terms of GPL) frontend to online translator engines (such as Google or Altavista ones).
It is written in Python and it uses the GTK toolkit. FreeSpeak is developed by Italian Python User Group.
Main features:
- tabbed consulting
- automatically copy and paste from/to clipboard
- expandible in a very easy way by writing translator modules
- standard FreeDesktop.org Trayicon
- minimal window for fast translations
- translator engines for Google, Altavista and FreeTranslation
- localizations (English, Italian and Dutch)
<<lessIt is written in Python and it uses the GTK toolkit. FreeSpeak is developed by Italian Python User Group.
Main features:
- tabbed consulting
- automatically copy and paste from/to clipboard
- expandible in a very easy way by writing translator modules
- standard FreeDesktop.org Trayicon
- minimal window for fast translations
- translator engines for Google, Altavista and FreeTranslation
- localizations (English, Italian and Dutch)
Download (0.035MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1531 downloads
Milk 0.1
Milk is yet another milk theme (style) for the KDE desktop. more>>
Milk is yet another milk theme (style) for the KDE desktop.
I made the kbfx theme seperately for another theme but decided to include with this one.Ill upload a blue version soon
Requirements
- Crystal Window Decoration
- Domino >=0.3 style
- Kbfx Silk 4.9.3(Optional,for alternate menu in the first screenshot)
Please read the readme file to configure
Enhancements:
- Note: If you use gtk-qt engine to theme gtk applications,scrollbars in firefox shows artifacts.Try using a native firefox theme. iPox looks good.
<<lessI made the kbfx theme seperately for another theme but decided to include with this one.Ill upload a blue version soon
Requirements
- Crystal Window Decoration
- Domino >=0.3 style
- Kbfx Silk 4.9.3(Optional,for alternate menu in the first screenshot)
Please read the readme file to configure
Enhancements:
- Note: If you use gtk-qt engine to theme gtk applications,scrollbars in firefox shows artifacts.Try using a native firefox theme. iPox looks good.
Download (0.31MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
923 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above kbpack 0.1 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed