Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. [ubuntu] Re: USB keyboard/mouse/ports stop working after a while

    Hi Rob, I could not solve my problem so I went back to my previous motherboard. In my case it seems to be the same problem described in this thread. I believe it is a hardware problem related to the...
  2. [ubuntu] USB keyboard/mouse/ports stop working after a while

    Hi, the problem started when I changed my motherboard. I am now using an ASUS M3N-HD/HDMI.
    I hava a wireless keyboard + mouse combo (Logitech mk320), never had a problem with my previous...
  3. Re: nodejs: node-sqlite3 Error: Module version mismatch. Expected 11, got 1.

    Ok, this can be solved by installing nodejs-legacy and then installing sqlite3 using npm:

    sudo apt-get install nodejs-legacy
    npm install sqlite3
    If nodejs-legacy is not installed, installing...
  4. nodejs: node-sqlite3 Error: Module version mismatch. Expected 11, got 1.

    I'm developing an application using node and node-sqlite3, everything was find with Ubuntu 13.04, now I upgraded to 13.10 and it is not working anymore.

    To replicate the error, install the...
  5. Re: Howto: Movie covers as video thumbnails (hack) (it works for books too)

    Hi hopelessone, thank you very much for the donation!

    Regarding the quality, try adding the following text to the config file (~/.imdb-thumbnailer/config):

    size=256
  6. Re: Howto: Movie covers as video thumbnails

    Have you tried:

    imdb-thumbnailer --set-nautilus

    ...and updating the thumbnails:

    imdb-thumbnailer -u /path/2/videos/*.*
  7. Re: Howto: Movie covers as video thumbnails (hack) (it works for books too)

    Hi,
    Try this:

    imdb-thumbnailer --set-nautilus
    Then restart nautilus:

    nautilus -q
    And finally the --update command again.
  8. Replies
    0
    Views
    9,472

    [ubuntu] ATI xvideo problem with fglrx and compiz

    Hi, I have an strange problem, when I login everything works perfectly. I can play videos with mplayer using xv and gl2 with no problem.
    After some time it doesn't work any more.
    The problem can be...
  9. Replies
    2
    Views
    819

    Re: Python gtkmozembed - new-window signal

    Yes I have, the only reason I can remember for not using Webkit is the lack of support for css system colors. I really need that since I am coding an application that should look like gtk and it...
  10. Replies
    2
    Views
    819

    Python gtkmozembed - new-window signal

    Hi, I have a very simple browser coded in python and gtkmozembed. I want to open a new window when the user clicks on a link that opens a new window. I can catch the new-window signal and open the...
  11. Re: Howto: Movie covers as video thumbnails (hack) (it works for books too)

    New version here.
  12. Re: Figuritas - New multimedia manager - Testers needed

    Hi BULLIT22!

    Before running figuritas from Firefox you must run it as a server:

    figuritsa -S
    Then see if it works in Firefox. You can add that command to your application startup list.

    I...
  13. Re: Howto: Movie covers as video thumbnails (hack) (it works for books too)

    Make sure any of your paths is a symbolic link.
    Try this:

    touch "/home/max/Desktop/1999.Matrix.avi"
  14. Re: Howto: Movie covers as video thumbnails (hack) (it works for books too)

    I believe there is no need to remove them.

    Try this:

    rm -r ~/.thumbnails/fail
    imdb-thumbnailer -r some-video.avi
    imdb-thumbnailer -u some-video.avi

    If that doesn't work you can check if...
  15. Re: Howto: Movie covers as video thumbnails (hack) (it works for books too)

    I think this should work:

    sudo gedit /usr/share/thumbnailers/imdb.thumbnailer

    Paste this text and save the file:

    [Thumbnailer Entry]
    TryExec=/usr/bin/imdb-thumbnailer...
  16. Re: Howto: Movie covers as video thumbnails (hack) (it works for books too)

    So you have the standard video frame thumbnails, I think the problem is the new nautilus using dconf instead of gconf. I will take a look.
  17. Replies
    2
    Views
    4,311

    Re: HOWTO: Center / Re-position Windows

    Ok, this post is old but just in case someone is interested, you can center the window with (I am using it with mplayer):


    (if
    (matches (application_name) "MPlayer")
    (center)
    )
  18. Re: how do I make an html executable application?

    Figuritas is made that way.



    If what you want is a dynamic site you can do what I did for figuritas using thttpd:


    sudo apt-get install thttpd

    Then create a file with the following...
  19. How can I add a custom thumbnailer for thunar (tumbler - D-BUS))?

    Hi, I'm trying to make imdb-thumbnailer work with the latest version of thunar. I need to know how can I set a custom thumbnailer for tumbler preferably using bash.

    Thanks in advance!
  20. Replies
    10
    Views
    8,270

    Re: Sed giving me invalid range end message

    Try this:


    files=`find /etc -name '[Ss]*[Hh]al' 2>/dev/null`

    for file in $files; do
    basefile=`basename $file`;
    digit=${basefile//[a-z]};
    if [ ! -z $digit ] && [ "$digit" != ""...
  21. Replies
    4
    Views
    1,358

    [xubuntu] Re: Is there a Gnome2 Globalmenu ppa for natty

    Same problem here. :(
  22. Re: Figuritas - New multimedia manager - Testers needed

    I'm thinking that maybe you can solve the problem by setting this:

    config_version=0.0.8
    and remove:

    version=0.0.7.2

    in:

    ~/.figuritas/config
  23. Re: Figuritas - New multimedia manager - Testers needed

    Don't worry, your movies should be there, please tell me the result of this commands:


    sqlite3 ~/.figuritas/movies.db 'select count(*) from movies'

    sqlite3 ~/.figuritas/movies.db 'select...
  24. Re: Figuritas - New multimedia manager - Testers needed

    Hi everybody, there is new version.

    Improvements:
    The main toolbar now works like tabs.
    The welcome page has been redesigned.
    Add/scan movie folder gui dialog.
    Improved section files.
    Bind...
  25. Re: Figuritas - New multimedia manager - Testers needed

    You can try:

    figuritas --python
    It doesn't work well with external links but that will be fixed in the next version.


    I took a look at the code and it is a bug, version 0.0.8.4 uses...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4