Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Ideas on klik evolution

  1. #11
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    You do not understand what klik is.
    klik is _not_ an installer. Its philosophy is = "1 app = 1 file".
    cmg files do not need to be "installed", and that is their biggest advantage.
    Just think of them like mp3 files, you don't "install" those either in oder to use them, do you?

    As for the "macros", what do you think a klik recipe is? What you describe is already there.

    Greetings,
    probono

  2. #12
    Junior Member registered user
    Join Date
    Sep 2005
    Posts
    12
    Quote Originally Posted by probono
    You do not understand what klik is.
    klik is _not_ an installer. Its philosophy is = "1 app = 1 file".
    cmg files do not need to be "installed", and that is their biggest advantage.
    Just think of them like mp3 files, you don't "install" those either in oder to use them, do you?
    No, we understand this. Currently there is server-size package manager which do all the job, but please forgive me, i can`t believe what this is possible to live without introducing client-size helper -- some sort of package manager in other terms. Someone need to take care of new .cmg files (make in known to system) and deleted .cmg files (remove all traces of it from system). By the way, corresponding code in .zAppRun does not work for me, don`t know why yet.

    Quote Originally Posted by probono
    As for the "macros", what do you think a klik recipe is? What you describe is already there.
    They are programs If there will be something more intelectual on client site than currently used sh, it can cause problems because it is neary impossible to know what job this script designed for without running it. On the other side, i do not argue for using something like xml recipes which should be parsed and executed by rich client-side package manager (yet)

    P.S. Right now i was tried to get some klik recipe to look at it closer, but klik.atekon.de become an unknown host!

    P.P.S. Many peoples, including me see similarity between klik and Java Web Start technologies. What do you think about it?

  3. #13
    Junior Member registered user
    Join Date
    Apr 2005
    Posts
    29
    ok haven`t been here a while
    i am working on a klik deamon(it`s in bash but i think porting it to C/C++ or Python/Perl) it doesn`t need root permisons to mount images nither use fstab.
    it`s the same way that KDE mediamanager works and MacOSX mounter(for dmg`s and iso`s) it`s a deamon that work at root-level so there is no need to have fstab coz the mounter can mount images coz it`s running from root but using signals you can tell him from a user-level program to mount something.

    i have some time now so i can do things but i need some time to complete the deamon.
    some things that the deamon will include:
    1.handling recpices
    2.mounting/unmounting cmgs
    3.update menus(didn`t think about inotify so maybe it will be in the pre-1.0 now the deamon is only in pre-alpha so there is alot of things to do before this)
    4.kio-slave isn`t a way for cmgs-kioslave can handle images only commpressed file.
    5.intergaion with KDE mediamanger will be good but optional

    my last goal on klik is a klik-based distro(not optimized but based so most of the apps will be klik`s)

    just need some time.

    Uriel

  4. #14
    Junior Member registered user
    Join Date
    Sep 2005
    Posts
    12
    Quote Originally Posted by urielka
    ok haven`t been here a while
    i am working on a klik deamon(it`s in bash but i think porting it to C/C++ or Python/Perl) it doesn`t need root permisons to mount images nither use fstab.
    Good news!

    Do you want to make it work without FUSE? Currently, i`m trying to create fuse cramfs image handler and have some progress on it (right now it is mount images allow to read files from it and allow to list directories.. some times..).

    Also, do you seen any code to read cramfs filesystem except kernel module? I was unable to find something like that abt here is a chance i`m duplicating someone effort..

  5. #15
    Junior Member registered user
    Join Date
    Apr 2005
    Posts
    29
    no it doesn`t use fuse just normal mounting i think it`s a better way that using fusecram coz using FUSE is very difficult to install and config and not included in any distro but using my deamon works on every distro coz it use normal tools

  6. #16
    Junior Member registered user
    Join Date
    Sep 2005
    Posts
    12
    Quote Originally Posted by urielka
    no it doesn`t use fuse just normal mounting i think it`s a better way that using fusecram coz using FUSE is very difficult to install and config and not included in any distro but using my deamon works on every distro coz it use normal tools
    Sorry, i`m not agree with you. FUSE is the future. First of all, next minor version of linux kernel will contain FUSE out of the box -- 2.6.14. It is awaited in next few days which mean what it will be included in all major distributions in next half of year.

    But even now, it is not difficult to install it at all. It is as simple as runnung

    ./configure
    make
    sudo make install
    sudo modprobe fuse

    Gentoo, which i`m using make this work for me automatically when i`m issue command "emerge fuse".

  7. #17
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    In my opinion, FUSE will be the way to go once it is part of the default installation in Knoppix, Kanotix, SUSE, Mandriva, Ubuntu, Linspire, Fedora, and others.

    Greetings,
    probono

  8. #18
    Junior Member
    Join Date
    Sep 2005
    Posts
    1

    a pair of ideas

    Mounting problem should be the main issue in the proyect, but I've no experience working with FUSE and whatever. An addition I would include should be a kind of link on the cmg's header.
    For example:
    An uncompressed version of the app icon.
    The complete app name (the file's name isn't very descriptive many times).
    A list of mime types the app supports (interesting for automatic setup of KDE or GNOME)
    A way to execute application files/documents in the cmg file, for example, opening a PDF file using the Acrobat Reader in cmg mode. A script than mounts reader and opens the pdf doc on it. Of course this should be for AppRun

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Some fresh ideas
    By vlader2004 in forum Ideas
    Replies: 1
    Last Post: 01-06-2005, 01:04 AM
  2. Samba ne ideas how to this??
    By pinku in forum Networking
    Replies: 0
    Last Post: 02-07-2004, 09:52 AM
  3. some ideas for knoppix
    By cloeser in forum Ideas
    Replies: 2
    Last Post: 10-03-2003, 10:50 AM
  4. few ideas
    By freeballer in forum Ideas
    Replies: 1
    Last Post: 02-20-2003, 10:07 PM
  5. Some new ideas!
    By Sanja in forum Ideas
    Replies: 26
    Last Post: 01-17-2003, 03:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


JUNIPER MPC5E-40G10G MPC5E CARD 6x40GE & 24x10GE, COUIBD1BAF picture

JUNIPER MPC5E-40G10G MPC5E CARD 6x40GE & 24x10GE, COUIBD1BAF

$3999.99



Juniper SRX650 VPN Firewall Security Hub SRX650-BASE-SRE6-645AP w/SRX-GP-IM picture

Juniper SRX650 VPN Firewall Security Hub SRX650-BASE-SRE6-645AP w/SRX-GP-IM

$99.99



Juniper EX2300-C-12P 12 Port Rack Mountable Ethernet Switch w/Rack Mount Ears picture

Juniper EX2300-C-12P 12 Port Rack Mountable Ethernet Switch w/Rack Mount Ears

$350.00



JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER picture

JUNIPER EX3400-48P 48x 1GB PoE+ RJ-45 4x 10GB SFP+ 2x 40GB QSFP+, DUAL AC POWER

$210.00



Juniper Ethernet Switch EX2200-C - 12 Port Switch picture

Juniper Ethernet Switch EX2200-C - 12 Port Switch

$89.99



Juniper EX3400-48P 48-Ports PoE+ 4x SFP+ and 2x QSFP+ Managed Switch Tested picture

Juniper EX3400-48P 48-Ports PoE+ 4x SFP+ and 2x QSFP+ Managed Switch Tested

$205.00



Juniper Networks EX2300 -24P 24 Port Gigabit PoE Network Switch picture

Juniper Networks EX2300 -24P 24 Port Gigabit PoE Network Switch

$149.00



Juniper Networks SRX345 Service Gateway 8 Port Gigabit 8 SFP 1G picture

Juniper Networks SRX345 Service Gateway 8 Port Gigabit 8 SFP 1G

$229.00



Juniper QFX5100-48T-AFO 48 100M/1G/10G BASE-T, Dual AC PSU picture

Juniper QFX5100-48T-AFO 48 100M/1G/10G BASE-T, Dual AC PSU

$422.00



Juniper QFX5200-32C-AFO QFX5200 32 Port QSFP 40/100G AFO Front to Back Airflow picture

Juniper QFX5200-32C-AFO QFX5200 32 Port QSFP 40/100G AFO Front to Back Airflow

$1349.00