Search:

Type: Posts; User: kitrule; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    49,163

    [ubuntu] Re: How to install firefox extensions for all users

    No probs, I just updated my previous post and put a freeze in the installer so it doesn't try to install when firefox is running. Also put together a second script that can download extensions from...
  2. Replies
    14
    Views
    49,163

    [ubuntu] Re: How to install firefox extensions for all users

    Thanks for the code. I altered it a bit to suit my coding style and added the ability to process multiple XPIs at once, code attached.

    e.g. sudo script.sh *.xpi
    or sudo script.sh first.xpi...
  3. Replies
    1
    Views
    1,026

    Re: Scripting installation of firefox extensions

    Try it with sudo. e.g. sudo <your script>
    or sudo firefox -install-global-extension "<path-to-extension>\extname.xpi"

    Alternatively, look here for a method avoiding -install-global-extension...
  4. Replies
    3
    Views
    598

    [ubuntu] Re: Search and replace across lines in file

    cat 'a.file' | tr -d '\n' | sed 's/[0-9][0-9]*[a-z][a-z]*[0-9][0-9]*/00000/g'

    Sorry, just realised the OP didn't want to strip the new lines, also sorry for reviving an old thread.
  5. Replies
    4
    Views
    3,227

    [all variants] Re: how do I add chapters in dvdauthor cli

    man dvdauthor

    -c chapterpts

    --chapters=chapterpts

    Specifies a comma (,) separated list of chapter markers. Each marker is of the form [[h:]mm:]ss[.frac] and is relative to the SCR of the...
  6. [SOLVED] Re: memtest86+ with "error: file not found" grub 2 problem

    i just noticed this too and i've been using karmic since alpha 3. thanks for the solution!
  7. Re: HOWTO: Have dmesg as a gnome terminal desktop background

    You're right, it was very processor intensive. It was probably my first script. I don't use it anymore and almost forgot about this thread. If you find a way to do it how you say I'd love to learn...
  8. [gnome] Re: Move Active Window to Different Screen (dual head)

    Hi, it's not Xinerama but the native support for separate x screens in the nvidia-settings panel that I'm using. This is for a few reasons:

    . VNC-ing in to my desktop when twin-view is configured...
  9. [gnome] Re: Move Active Window to Different Screen (dual head)

    I got excited because I presumed this would shift the window between x-screens, but on my setup it only switches the window between workspaces. What graphics adaptor and drivers are you using?
  10. Replies
    8
    Views
    6,744

    [ubuntu] Re: Canon lide 70 scanner

    "The programming of the backend has been started. It will support scanners CanoScan LiDE 600F and CanoScan LiDE 70 as well. No code is published at the moment because everything is highly in flux."
    ...
  11. Replies
    9
    Views
    1,990

    [ubuntu] Re: Run BBC iPlayer Desktop 64bit Jaunty

    Solution here -> http://ubuntuforums.org/showpost.php?p=7237623&postcount=16
  12. HOWTO: Have dmesg as a gnome terminal desktop background

    http://img253.imageshack.us/img253/5859/screenshot8su7.th.png

    1) Install Devil's Pie

    sudo apt-get install devilspie

    2) Create a configuration file


    mkdir ~/.devilspie
Results 1 to 12 of 13