Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    383

    [kubuntu] Apply KDE Styles to custom Qt library

    I have an application where I have to build my own copy of Qt to get it to work. When I run the application it appears to use the Platinum style by default, which I think is quite ugly. I am using...
  2. Replies
    9
    Views
    24,685

    Re: Beyond Compare comes to Linux!!

    I've heard EC Merge is another good tool similar to BC3. EC Merge supports Windows, Mac OSX, Linux, and even Solaris.

    http://www.elliecomputing.com/Products/merge_overview.asp
  3. [kubuntu] Re: 8.04 upgrade and clean install - moodin screens are wrong

    I noticed that the moodin engine was suspiciously uninstalled as well. I thought it was funny that they would do that since kubuntu's default splash screen uses moodin.

    I even went so far to try...
  4. Re: Beyondcompare not able to connect to ftp server

    You may be interested to know that beyond compare 3 has been released for Linux. You can download the debian package from their beta site.

    http://www.scootersoftware.com/beta3/download.php
  5. [kubuntu] Re: 8.04 upgrade and clean install - moodin screens are wrong

    I have the same problem.
  6. [kubuntu] Adept manager doesn't respect kde fonts/styles

    I upgraded from 7.10 to 8.04. Things seem to work for the most part except Adept manager doesn't respect ANY settings that I use for the fonts or styles in kcontrol. It doesn't follow my Qt 4...
  7. Replies
    4
    Views
    651

    Re: Creating .deb without dpkg

    I am hoping to avoid using any "non standard" packages. The procedure in the website I listed uses standard gnu utils.
  8. Replies
    4
    Views
    651

    Re: Creating .deb without dpkg

    Sorry I had the wrong website in my clipboard, this is the website I intended to reference.

    http://synthesize.us/HOWTO_make_a_deb_archive_without_dpkg
  9. Replies
    4
    Views
    651

    Creating .deb without dpkg

    I want to be able to create a debian package without having to use dpkg-deb --build or what have you. I can manually create the control and data tarballs and the debian-binary file easily and archive...
  10. Replies
    11
    Views
    30,831

    Re: Test internet connection existence

    Yea, I guess that's an option. I was wondering because I want to pop up a dialog if an internet connection isn't detected.
  11. Replies
    11
    Views
    30,831

    Test internet connection existence

    I'm looking for a standard way to test the existance of an internet connection under Linux. Is anyone aware of any standard methods?
  12. Re: bash variables within sed commands not working!

    I came up with a solution and completely forgot about this thread, anyway if anyone's having the same problems. I changed

    sed "s/TEXT/$VAR/" input_file

    to

    sed "s|TEXT|$VAR|" input_file
  13. bash variables within sed commands not working!

    I'm trying to do a replacement with sed inside a bash script. My sed command looks something like the following

    sed "s/TEXT/$VAR/" input_file

    But sed keeps complaining at me about the $...
  14. Replies
    50
    Views
    51,389

    Re: The Best Text Editor on Ubuntu

    If you are serious about wanting to use the best, then emacs and vim are your ONLY choices. For either one you will have to invest some serious time to get through the learning curve but it's worth...
  15. Replies
    8
    Views
    1,467

    Re: executable a.out doesn't seem to execute!

    Did you try just typing './a.out' alone in a terminal.

    The '>' symbol redirects the output of a command into a file. In your case, the output of your program that normally would display on a...
  16. Replies
    7
    Views
    1,774

    Re: [Request] Eclipse 3.1

    3.1 is great but do you really need to install it from source? I just grabbed the 100 meg tar file from eclipse.org and everything was precompiled.
  17. Replies
    28
    Views
    2,990

    Re: Emacs or Vim: Which is better?

    I use <caps-lock><c> so i don't even have to reach for that bracket.
  18. Replies
    0
    Views
    395

    Problem with sun-j2* packages and plugins

    First of all I assume if I install the sdk I don't need to install the jre package.

    For the real question after I install the j2sdk package I have no java plugins. Even when I copy the *.so file...
  19. Replies
    29
    Views
    25,477

    Re: HOWTO: Multimedia Keys

    After you run xmodmap does xev recognize your keys?

    I had problems with my postlogin default script working. I ended up putting the command in my startup programs list with an order of 10.

    This...
  20. Replies
    29
    Views
    25,477

    Re: HOWTO: Multimedia Keys

    I was having the same problems as you but I found a solution. Use metacity to set up the buttons and then use the following command to control your volume.

    amixer set headphone "level"

    Where...
Results 1 to 20 of 21