Announcement

Collapse
No announcement yet.

Can't install widgets?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't install widgets?

    I don't understand how to install widgets in Kubuntu. I download the tar.bz2 file but upon trying to install the file I'll often get a "failed" error. Also for some reason the files are initially filtered by "plasmoid." I'm not sure if I'm doing something completely wrong. Right now I just want to find a different Task Manager widget because the default one is terrible when set up vertifically (the icons constantly shrink).

    I'm trying to install http://kde-look.org/content/show.php?content=129291 and also don't understand the manual instructions. Where is the "main directory?" Do you not have to compile the tar.bz2 first?

    #2
    Originally posted by princeofnam View Post
    I don't understand how to install widgets in Kubuntu. I download the tar.bz2 file but upon trying to install the file I'll often get a "failed" error. Also for some reason the files are initially filtered by "plasmoid." I'm not sure if I'm doing something completely wrong. Right now I just want to find a different Task Manager widget because the default one is terrible when set up vertifically (the icons constantly shrink).

    I'm trying to install http://kde-look.org/content/show.php?content=129291 and also don't understand the manual instructions. Where is the "main directory?" Do you not have to compile the tar.bz2 first?
    First step is to extract the .tar.bz2 file into a directory of its own, typically a subdirectory below your home directory. This subdirectory is the "main directory" you want to be in when you execute the instructions given, which compile & install the widget.

    Let's say you create a directory below your home directory and name it 'flex-tasks'. You then download the .tar.bz2 file directly into that folder (or move the file into that folder if you already have the file).

    Next, you open a Konsole window, type
    Code:
    cd flex-tasks
    and enter that, then type
    Code:
    tar -xvjf <name-of-file.tar.bz2>
    (replacing <name-of-file.tar.bz2> with the actual file name) to unpack the archive. After that is done, you can enter the commands given on the website.
    Last edited by HalationEffect; Mar 06, 2012, 03:40 PM.
    sigpic
    "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
    -- Douglas Adams

    Comment


      #3
      After I follow the instructions and install can I remove the original folder that I ran the compiling instructions on? Also is there a standard folder where I should make the folder to compile in? Something like the Program Files folder in Windows?
      Last edited by princeofnam; Mar 06, 2012, 04:43 PM.

      Comment


        #4
        After compiling & installing is done you can delete the folder that you extracted the .tar.bz2 file into, but unless you're desperately short of disk space I wouldn't bother. If you later decide to uninstall the widget, you can run "make uninstall" from that folder... but you can't do that if you deleted it.

        There isn't a standard folder for compiling that I'm aware of; however, you could create a folder within your home folder for that purpose if you wanted, then create sub-folders below that for each source package.
        sigpic
        "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
        -- Douglas Adams

        Comment

        Working...
        X