Description: A IO modul for the KDE. Provides access to the TYPO3 templates like a file tree. The fields setup and constants can be edited with a texteditor. It uses the TYPO3 extension hr_kde_vfs which provides a xml rpc interface for a file system.
Hello can someone say me if this currently work with kde 4.5? I have compiled it and installed it under the right prefix (/usr). But konqueror doesn't shows me the plugin in the configuration (in the area where I can search for Plugins and the Plugins are listed..). In the Plugin Area of konqurer is the kio_typo3 plugin not listed. I have already tried to add the location "/usr" to the search options for Plugins.
When I enter the Uri for connecting I can't see any working output. It takes a long time and after a while I see an error Message. It seams like that the Protocol "typo3://" is registered and that he does something but he gets an error.
I have also the Typo3 Plugin which is needed for this filesystem plugin installed.
Knows someone about an alternative? The idea is realy great! I would hope someone will further the develop...
friendly greets
tobi
Please check if the files exists:
/usr/share/kde4/services/kio_typo3.protocol
and
/usr/lib64/kde4/kio_kio_typo3.so
Try to input the following url in the addressfield:
typo3://my.server.com
Do you get an error message?
Thank you for trying
Herbert
I use KDE 4.5
-> Load & tar xfz file
-> makdir build && cd build
-> cmake .. && make -j 9 && make install
Dolphin say unsupported protocol
typo3://user-admin@www.doamin/typo3
The idea is great!!!
Sorry, the Install description is only in german at the moment.
It is necessary to set the install path, otherwise it will be installed into /usr/local, which is wrong.
Please run this commands to compile and install:
cmake -D CMAKE_INSTALL_PREFIX=/usr .
make
as root:
make install
regards
Herbert
Ratings & Comments
6 Comments
Hello can someone say me if this currently work with kde 4.5? I have compiled it and installed it under the right prefix (/usr). But konqueror doesn't shows me the plugin in the configuration (in the area where I can search for Plugins and the Plugins are listed..). In the Plugin Area of konqurer is the kio_typo3 plugin not listed. I have already tried to add the location "/usr" to the search options for Plugins. When I enter the Uri for connecting I can't see any working output. It takes a long time and after a while I see an error Message. It seams like that the Protocol "typo3://" is registered and that he does something but he gets an error. I have also the Typo3 Plugin which is needed for this filesystem plugin installed. Knows someone about an alternative? The idea is realy great! I would hope someone will further the develop... friendly greets tobi
Please check if the files exists: /usr/share/kde4/services/kio_typo3.protocol and /usr/lib64/kde4/kio_kio_typo3.so Try to input the following url in the addressfield: typo3://my.server.com Do you get an error message? Thank you for trying Herbert
I use KDE 4.5 -> Load & tar xfz file -> makdir build && cd build -> cmake .. && make -j 9 && make install Dolphin say unsupported protocol typo3://user-admin@www.doamin/typo3 The idea is great!!!
I think you have to install it in kde directory: cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
Your solution is better than mine. I will change it in the manual. Thank you Herbert
Sorry, the Install description is only in german at the moment. It is necessary to set the install path, otherwise it will be installed into /usr/local, which is wrong. Please run this commands to compile and install: cmake -D CMAKE_INSTALL_PREFIX=/usr . make as root: make install regards Herbert