Search:

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

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    24,018

    [all variants] Re: Move Chrome Cache

    I know this thread is old, but some may still be looking for an answer. I've recently bought an SSD drive, so it was of interest to me. Solution:

    vim /etc/chromium-browser/default

    -...
  2. Replies
    13
    Views
    1,031

    [ubuntu] Re: Ubuntu One Files - the android app

    @gandaran

    Really sorry to hear about that. Have you tried the app since then?

    Also, you made an interesting point (as we still have some users with this issue):

    "and the only way to get the...
  3. Replies
    13
    Views
    1,031

    [ubuntu] Re: Ubuntu One Files - the android app

    Hi everyone,

    I'm lead developer on Ubuntu One Files. Let me answer few of your questions / thoughts.

    First of all, thank you for your kind words, we're doing our best to make the app rock.
    ...
  4. Replies
    5
    Views
    8,633

    [ubuntu] Re: AT SPI Registry Wrapper Not responding

    wellington7, could you please mark this thread as 'solved'?
    linuxinstalledfromhdd's solution does the trick :)
  5. Re: [HOWTO] Turn gnome-terminal into tilda (quake) like pop-up terminal

    Thanks! I'll give it a spin :)
  6. Re: [HOWTO] Turn gnome-terminal into tilda (quake) like pop-up terminal

    Hmm. I'd like to try this, but installing the launch-restore is scary. It says the .deb quality is poor.



    The installation of a package which violates the quality standards isn't allowed. This...
  7. [gnome] Re: Can't turn on terminal bell in gnome-terminal using remote screen session with ir

    Thanks for your reply :)

    Recently I've been running irssi locally and using notify.pl script, which calls to notify-send from libnotify for nice, slick notifications. Too bad their time length...
  8. [SOLVED] Re: Android ADT plugin - Eclipse - No Preferences Pane

    In step 5b, it's sufficient to add Galileo source
    http://download.eclipse.org/releases/galileo/

    WST will be installed as a dependency when ADT plugin is installed.
  9. [gnome] Can't turn on terminal bell in gnome-terminal using remote screen session with irssi

    Hi guys,

    I'm using 10.04, and gnome-terminal GNOME Terminal 2.30.2 . I have irssi running on screen session on remote host. And I've been struggling for quite many days to configure it to produce...
  10. Replies
    5
    Views
    8,633

    [ubuntu] Re: AT SPI Registry Wrapper Not responding

    I'm running 10.04, what if I have the same problem and no trace of at-spi registry wrapper in the Startup Applications window? See attached screenshot (pops sometimes after Shutdown is selected from...
  11. Re: Idea for "I am PC, I am Mac, I am Linux" comics

    Whatever the comic would contain, I definitely like your picture! The 'Tux' guy looks really chilled :D Please do some more artwork ;D I'd even put that on my wallpaper haha (something with the Tux...
  12. Replies
    9
    Views
    1,707

    Re: Ubuntu Japanese manga series

    I know I'm reviving an old thread -- you guys know what's up with Ubunchu? Why only episodes up to 5 are translated into English, then 6, 8, 9 are 'coming soon!' and 7 is available in Japanese? Kinda...
  13. [ubuntu] Re: Tablet won't recognize dragging--just clicking

    I've got the same problem, but haven't tried to resolve it for some time. I hope some1 will know the answer to that question. I liked when it worked before.
  14. Replies
    757
    Views
    117,352

    [ubuntu] Re: Freeze in Jaunty

    I'm also experiencing freezes up to a couple daily, and after few months it already drives me nuts. I have HP Pavilion tx1320us, running 9.04 with 2.6.28-15, and I have no clue what causes that. But...
  15. Replies
    7
    Views
    1,690

    [ubuntu] Re: HP TX1000 Touchscreen Issue

    Instead

    echo 02-buttonless-device.patch >> debian/patches/series

    shouldn't it be:

    echo debian/patches/02-buttonless-device.patch >> debian/patches/series

    Still, failed to build package:
  16. Thread: beep in c++

    by mkarnicki
    Replies
    7
    Views
    2,862

    Re: beep in c++

    Thanks, aplay was a really good suggestion.
  17. Replies
    38
    Views
    18,794

    Re: Does anyone has Ubuntu Ogio Messenger Bag?

    I recently got myself the ubuntu customised messenger bag, and it's lovely! I'm very excited to finally have it. I'm not sure how much the strap is strengthened, since I don't know what it was in the...
  18. Replies
    33
    Views
    9,393

    [all variants] Re: Helpful Hints for a tx1000 (mark II)

    Do you guys also have problem with the touchscreen 'mouse drag' ? It totally disappeared for me, I can't drag icons or draw with my tx1320us. And I'm looking for help, with no luck yet.
  19. Replies
    7
    Views
    1,690

    [ubuntu] Re: HP TX1000 Touchscreen Issue

    Same problem here. Maybe there's a wizkid somewhere out there that will answer the question, so I subscribe to stay posted.
  20. Replies
    19
    Views
    879

    Re: I'm going to love my new job! ^_^

    Good one :D And yeah, congrats! I personally would love to work one day as linux developer.
  21. Replies
    38
    Views
    18,794

    Re: Does anyone has Ubuntu Ogio Messenger Bag?

    Anyone has the new version of the bag ;) ? Now it's a bit more than just the logo on the top. However I still think buying it for that price is more then buying just a regular bag which you could get...
  22. Replies
    6
    Views
    1,922

    [SOLVED] Re: serious issue with sqlite, help!

    I'm considering filing a bug. This should be based on current locale, not restricted to dot. In Poland, we use comma in weight as well as pricing, whether in US it's a dot. So for now, if nobody has...
  23. Replies
    6
    Views
    1,922

    [SOLVED] Re: serious issue with sqlite, help!

    Basically, this code reflects the problem well:


    sqlite> select '4,2'+'5,3';
    9
    sqlite> select '4.2'+'5.3';
    9.5

    Can't sqlite3 operate on numbers with , decimal separator same way it does...
  24. Replies
    6
    Views
    1,922

    [SOLVED] Re: serious issue with sqlite, help!

    I changed it to float, it's still not summing correctly, I don't have a clue why..

    See below:


    sqlite> .schema warehouse
    CREATE TABLE WAREHOUSE (id INTEGER PRIMARY KEY, trip INTEGER, [....],...
  25. Replies
    6
    Views
    1,922

    [SOLVED] serious issue with sqlite, help!

    Suming in SQL (sqlite3) rounds up though it shouldn't:


    sqlite> select weight from warehouse where cols1 = 1 and sold = 1;
    4,15
    0,76
    sqlite> select sum(weight) from warehouse where cols1 = 1...
Results 1 to 25 of 155
Page 1 of 7 1 2 3 4