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
  •  


Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 256GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 256GB 2x10G SFP+ 2x2200W

$3472.00



Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 64GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 64GB 2x10G SFP+ 2x2200W

$3180.00



Dell Precision R3930 Rackmount Workstation | Core I9-9900 | 32GB 2666 | RTX 4000 picture

Dell Precision R3930 Rackmount Workstation | Core I9-9900 | 32GB 2666 | RTX 4000

$1499.99



Apple 27 iMac 3.3 GHz Intel Core i5 8GB RAM 512GB SSD Silver MXWU2LL/A Open Box picture

Apple 27 iMac 3.3 GHz Intel Core i5 8GB RAM 512GB SSD Silver MXWU2LL/A Open Box

$874.95



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$689.99



HP EliteDesk Mini Computer i5 8GB 320GB Drive Windows 11 Pro Desktop PC picture

HP EliteDesk Mini Computer i5 8GB 320GB Drive Windows 11 Pro Desktop PC

$59.99



Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4... picture

Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4...

$489.99



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$619.99



Intel NUC Core i7 8th Gen - Mini PC Kit BOXNUC8I7BEH1 picture

Intel NUC Core i7 8th Gen - Mini PC Kit BOXNUC8I7BEH1

$300.00



INTEL NUC8I3BEH NUC Core i3-8109U 8GB 120GB m.2 SSD, Win11 NO AC ADAPTER #95 picture

INTEL NUC8I3BEH NUC Core i3-8109U 8GB 120GB m.2 SSD, Win11 NO AC ADAPTER #95

$79.99