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
  •  


HPGYT DELL 960GB SATA 6Gb/s 2.5in Internal SSD 0HPGYT MTFDDAK960TCB picture

HPGYT DELL 960GB SATA 6Gb/s 2.5in Internal SSD 0HPGYT MTFDDAK960TCB

$59.00



Crucial P3 Plus 500GB 1TB 2TB M.2 SSD PCIe 4.0 NVMe Internal  Solid State Drive picture

Crucial P3 Plus 500GB 1TB 2TB M.2 SSD PCIe 4.0 NVMe Internal Solid State Drive

$52.99



G5T03 Dell Intel DC S3700 Series 800GB SATA 6Gb/s 2.5

G5T03 Dell Intel DC S3700 Series 800GB SATA 6Gb/s 2.5" SSD 0G5T03 SSDSC2BA800G3E

$55.00



WD SN740 2TB M.2 2230 SSD NVMe PCIe4x4 For Steam Deck ASUS ROG Dell Laptop picture

WD SN740 2TB M.2 2230 SSD NVMe PCIe4x4 For Steam Deck ASUS ROG Dell Laptop

$139.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Micron 5100 MAX 120GB SATA 6Gb/s 2.5

Micron 5100 MAX 120GB SATA 6Gb/s 2.5" Internal SSD MTFDDAK120TCC Solid State

$9.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



400GB SATA SSD SSDSC2BA400G3 Intel 2.5

400GB SATA SSD SSDSC2BA400G3 Intel 2.5" Enterprise SSD Drive DC S3700 6Gbps

$17.10



Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot picture

Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot

$209.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$198.99