Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Help me beta test an app I'm writing?

  1. #1
    Join Date
    Sep 2009
    Beans
    9

    Lightbulb Help me beta test an app I'm writing?

    So, I'm tragically unemployed, as I suppose more than a handful of us are at the moment. But I've been whittling the hours on a project that I'm quite proud of and I think its at a point where it might be useful to someone.

    I've written a new kind of web browser. If you look at the link, I'm sure you'll get the gist of it. The screenshot says it all, I think. You do have to go through a signup process, eventually I'll check to make sure the email you provide is valid. But for now, please feel free to type any rubbish you want in. Just remember the email address and password you make up so you can sign in.

    I've put up an Ubuntu deb file, in addition to the obligatory Windows and OS X versions. Feel free to pick your poison, although I suppose most people will grab the Ubuntu version.

    You're the first bunch of people, in the world, to see this. So, it might be a a little lonely at the moment. But, having been my program's only denizen for the past six months, I think its time for some company.

    Get it here: http://www.jeremykross.com


    EDIT:

    I've taken everything down for the night. I'm going to try it again tomorrow after I get everything in place.
    Last edited by jeremykross; September 30th, 2009 at 11:08 PM. Reason: Change of circumstances.

  2. #2
    Join Date
    Jan 2008
    Beans
    4,757

    Re: Help me beta test an app I'm writing?

    As probably the first user to download and install it, I just have one thing to say ...

    1. There is a file named .deb that somehow made its way into the package, I don't think it should be there.
    2. No 64bit?
    3. No Open Source?


    OK, that is three things... But, nice job.

    edit:
    • Added Screenie
    • Note to self, the avatar is stalking me...
    • Note to self, lack of javascript popup support means had to upload screenie in the firefox browser.


    Regards
    Iain
    Attached Images Attached Images
    Last edited by ibuclaw; September 30th, 2009 at 08:23 PM.

  3. #3
    Join Date
    Sep 2009
    Beans
    9

    Re: Help me beta test an app I'm writing?

    Issue 1 is fixed. I dunno how that stray .deb got in there.

    I'll compile a 64 bit version when I get a free second.

    The icon isn't stalking you, it moves where you click. Everyone else on the site will see it move to roughly the same spot on their screen.

  4. #4
    Join Date
    Sep 2009
    Beans
    9

    Re: Help me beta test an app I'm writing?

    Dear Everyone, apparently there was a mix up, I had to take the system down for a few. Please bear with me?

  5. #5
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help me beta test an app I'm writing?

    Tried to run it, but came up with the error "trek: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory"

    I have the lib installed though.

  6. #6
    Join Date
    Jan 2008
    Beans
    4,757

    Re: Help me beta test an app I'm writing?

    Quote Originally Posted by NoaHall View Post
    Tried to run it, but came up with the error "trek: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory"

    I have the lib installed though.
    On 32 or 64 bit Ubuntu?

    The package you need is: libqt4-webkit

    If you are in doubt, paste the output of the following:
    Code:
    ldd /usr/local/bin/trek
    Regards
    Iain

  7. #7
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help me beta test an app I'm writing?

    As I have said, I have it.

    On 32 bit debian.

  8. #8
    Join Date
    Sep 2009
    Beans
    9

    Re: Help me beta test an app I'm writing?

    Nobody can access anything atm because I've taken the server down for a quick fix. I'm on that now.. then I'm going to compile a 64 bit version and get that up. I'll let everybody know when its going. I can't thank everyone enough for the interest, please hang in there.

  9. #9
    Join Date
    Jan 2008
    Beans
    4,757

    Re: Help me beta test an app I'm writing?

    Quote Originally Posted by NoaHall View Post
    As I have said, I have it.

    On 32 bit debian.
    OK, but I'd still like to see the any output, as I will be able to confirm with you just why it is not working.

    Code:
    dpkg -S libQtWebKit.so.4
    ldd /usr/local/bin/trek | grep libQtWebKit
    Regards
    Iain

  10. #10
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help me beta test an app I'm writing?

    Code:
     noah@noah-desktop:~$ dpkg -S libQtWebKit.so.4
    libqt4-webkit: /usr/lib/libQtWebKit.so.4
    libqt4-webkit: /usr/lib/libQtWebKit.so.4.5
    libqt4-webkit: /usr/lib/libQtWebKit.so.4.5.0
    noah@noah-desktop:~$ ldd /usr/local/bin/trek | grep libQtWebKit
    noah@noah-desktop:~$
    Used sudo ldconfig also - still not there.

    After copying the file over to trek, I get segmentation fault.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •