Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: NI Audio 4 DJ--card "works" but I get constant hissing and clicking noises

    I have tried all the ports, same issue.

    I've tested the soundcard on a windows computer, no issue.

    I've ripped out pulseaudio, issue persists.

    I reinstalled pulseaudio, issue persists.

    I...
  2. [ubuntu] Re: NI Audio 4 DJ--card "works" but I get constant hissing and clicking noises

    I'm having the same problem. Things were working great out of the box initially... but after my system crashed due to a power outage, it's started hissing. It seems to be affected by the ethernet...
  3. [ubuntu] totem comes to a halt after ~3/4 of playback in a 30-45 minute video

    On 10.04 64-bit, I've been noticing this weird error where totem comes to a halt after ~3/4 of playback in a 30-45 minute video, then it starts to play back again after about 10 seconds but it's a...
  4. Replies
    1
    Views
    1,092

    Re: pynotify question

    After initializing your notification object (like you did), use:


    n.set_timeout(10000)

    time is in milliseconds.

    You may also be interested in experimenting with the following:

    Set...
  5. Replies
    19
    Views
    1,637

    Re: BASH ?, Capturing .flv then making .mp3

    I wasn't aware I could do a multiple wildcard patter like that. I don't think I'll ever stop using $(ls) with parameters for some situations, most of my files don't contain spaces :-P -- but when I...
  6. Replies
    5
    Views
    468

    Re: I need help with a simple python script

    I just started learning python and the white space thing bothered me for a bit but it's code snippets like this which show how it almost reads like english that make me really appreciate it. I know...
  7. Replies
    5
    Views
    468

    Re: I need help with a simple python script

    #!/bin/bash
    if [[ $(grep "discharging" /proc/acpi/battery/BAT1/state | wc -l) > 0 ]]; then
    echo "halting"
    #halt
    fi


    Not python, but bash should be okay?
    uncomment halt when you're ready...
  8. Replies
    19
    Views
    1,637

    Re: BASH ?, Capturing .flv then making .mp3

    As my programming teacher used to say, "it's only hard because it's easy".

    There is no need to reinvent the wheel. The core of my script relies on 2 programs. youtube-dl and mplayer
    ...
  9. Replies
    8
    Views
    2,114

    [ubuntu] Re: need help installing compiz 0.9.0

    You can have some series issues with your system if you don't know what you are doing. It's probably best to test on another computer if you're really curious.
  10. Replies
    0
    Views
    775

    Listing Windows Per Monitor?

    I found this great applet called DockbarX, which more or less emulates the Windows 7 Superbar. I like it better than the "Window List" applet in all ways except one. The way it handles dual...
  11. Replies
    19
    Views
    1,637

    Re: BASH ?, Capturing .flv then making .mp3

    No need to reinvent the wheel


    sudo apt-get install youtube-dl


    #!/bin/sh
    #
    # Youtube mp3 extractor
    #
  12. [SOLVED] Re: Notifications with buttons? Only getting dialogs

    I've exploited the icon functionality to show me (part of) an image preview (optionally) now:

    http://interwebninja.com/compiz-screenshots/screenshot31.png

    Also, the behavior of this...
  13. [SOLVED] Re: Notifications with buttons? Only getting dialogs

    I ended up writing about my experience and solution here:

    http://www.doknowevil.net/2010/06/25/ubuntu-notifications-osd-notify-sucks-notifications-daemon-rocks-exploiting-the-goodness-with-compiz/
  14. [SOLVED] Re: Notifications with buttons? Only getting dialogs

    :-P

    I was actually just coming to post that I ripped out notify-osd and installed the old system thanks to this post, which has given me the popups like I wanted.

    what is tk?
  15. [SOLVED] Re: Notifications with buttons? Only getting dialogs

    it appears you cannot.

    http://projecthamster.wordpress.com/2009/04/01/ubuntu-jaunty-and-the-new-notification-sweetness/

    I tried

    sudo apt-get remove notify-osd
    but it didn't appear to change...
  16. [SOLVED] Notifications with buttons? Only getting dialogs

    With the redesign of the notification system in ubuntu, as detailed in this post, how can I create a notification that is either clickable or has buttons that I can click?

    The examples ubuntu...
  17. Replies
    13
    Views
    7,953

    [SOLVED] Re: fix for virtualbox key authentication issue

    thanks, it just helped me
  18. Replies
    17
    Views
    6,251

    [ubuntu] Re: Dual monitor Wallpaper

    I also just discovered this and found it upsetting. I haven't come across a solution yet.
  19. [kde] KDE 4.4 Virtual Desktops / Activities, can I define dimensions?

    I've recently switched from a GNOME/compiz setup. I use dual monitors and heavily use the expo or 'desktop grid' plugin. However, the behavior in KDE is a bit odd to me.

    I compiz, I have 4...
  20. [SOLVED] Re: Authenticating Windows to openLDAP server on Ubuntu 9.10

    I'm sorry but I do not believe you. At least 3 of your code blocks have formatting errors you have not fixed... amongst other problems I've run into.

    While I appreciate the update, I think the...
  21. [ubuntu] Re: 9.10 problems with Intel Grahic Chipset on Upgrade

    Thank you so much, you've solved this for me with an ASRock G41M-GS motherboard and the Intel GMA x4500 onboard video.

    However, in the terminal, I did

    sudo cp /boot/grub/menu.lst...
  22. Re: Obnoxious October 2009 Screenshot Thread( thumbnails only please)

    We have a plotter at work so I was able to print one with the following source files:

    http://www.gasteropodica.net/hannes/2009/04/23/ubuntu-poster-sources-online-again/
  23. Replies
    20
    Views
    2,067

    Re: OneNote alternative

    Supporting basket here. It's not One Note but it's very helpful and stable. I use gnome, so I didn't have the dialog for selection of KDE's default application handlers. So for links, I had to set...
  24. Re: Obnoxious October 2009 Screenshot Thread( thumbnails only please)

    Themes: Dust border on a custom theme I created with gnome-color-chooser
    Wallpaper: not really a wallpaper, made by Android Jones, from podcollective
    Icons: gnome-wise customized a bit to...
  25. Replies
    2
    Views
    1,842

    Re: My Dark Blue, Brown and Green theme

    that is done with ubuntu system panel

    http://code.google.com/p/ubuntu-system-panel/wiki/Installation


    the gui for customizing it is quite horrendous, so if you'd like a head start, here is the...
Results 1 to 25 of 136
Page 1 of 6 1 2 3 4