Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    17,253

    [ubuntu] Re: How edit hosts file

    Start a terminal:
    sudo editor /etc/hosts
    or
    alt-f2
    gksudo gedit
  2. Replies
    3
    Views
    1,486

    [ubuntu] Re: How to change kdm theme?

    Dont think that you can use that old theme whith kde4. The one you are looking at depends on 3.4.X.

    However, in earlier versions withouth ligth DM, you could always start System Settings->Login...
  3. Replies
    2
    Views
    578

    [kubuntu] Re: Two desktop mgrs running?

    I have seen this behavior when I use icewm instead of kwin.

    Try
    kwin --replace
    It might help you for your current situation.
  4. Replies
    5
    Views
    1,915

    [SOLVED] Re: Using terminal to copy pdfs only

    If all files have the same extension (pdf) you can use this command to copy all pdfs.


    cp *pdf toFolder


    If you want to keep creation date use

    cp -p *pdf toFolder
  5. Thread: Can't login

    by McNils
    Replies
    2
    Views
    345

    [SOLVED] Re: Can't login!!!

    boot into recovery mode and complete the upgrade. Plug in the network cable.


    apt-get install -f
    dpkg --configure -a
  6. Thread: stringification

    by McNils
    Replies
    9
    Views
    841

    [SOLVED] Re: stringification

    You are sending the address of modez to open instead of what you really mean.

    Here is a simple correct version.

    #include <sys/types.h> //Specified in man 2 open ...
  7. [SOLVED] Re: Is it possible to move rather than copy with the mouse

    Press shift during the operation.
  8. Replies
    8
    Views
    903

    [kubuntu] Re: Programming IDEs?

    The KDE answer to your question is kdevelop.
  9. Replies
    7
    Views
    2,097

    [kubuntu] Re: HELP! Cannot login after upgrade to KDE 4.8

    If you think that its an update problem (moun hangs on my laptop as well when installing large updates). Run some standard commands to complete the installation.

    sudo apt-get install -f
    sudo dpkg...
  10. Replies
    7
    Views
    2,097

    [kubuntu] Re: HELP! Cannot login after upgrade to KDE 4.8

    I think that you have a widget that doesnt work with 4.8.


    Try to remove your plasma configuration. In your ~/.kde/share/config you have config files move the files that has anything to do with...
  11. Replies
    2
    Views
    1,119

    [kubuntu] Re: How to change windows colours?

    systemsettings->Application appearance->colors

    You can also use change the desktop theme
    SystemSettings->Workspace Appearane->Desktop theme
  12. Replies
    1
    Views
    257

    [kubuntu] Re: Kubuntu - Automaximization

    You can force window geometry in systemsettings -> window behavior -> window rules. Add a new rule set the correct size.

    A simpler solution is to restore the window size before closing it...
  13. Replies
    1
    Views
    284

    Re: Quartz Scheduling with holidays

    I would create one cron job. Schedule it to trigger on every day (1-4, 6) and leave the logic to figure out correct receiver up to the job. For example store a message counter and use modulo to find...
  14. Replies
    26
    Views
    1,154

    [SOLVED] Re: qt creator says please

    http://doc.qt.nokia.com/latest/qmake-tutorial.html
  15. Thread: SED Help

    by McNils
    Replies
    5
    Views
    351

    Re: SED Help

    This problem has been like a bad itch for me. I just had to find a solution with one sed expression. With this page...
  16. Replies
    26
    Views
    1,154

    [SOLVED] Re: qt creator says please

    I installed the program. Here is how the settings looks in my qtcreator.
  17. Replies
    5
    Views
    389

    [SOLVED] Re: Problems With MP3 Tags

    compare it to one that works.
  18. Replies
    5
    Views
    389

    [SOLVED] Re: Problems With MP3 Tags

    Maybe this is a id3 tag version problem. There is a lot of versions of mp3 tags. Check the version of the tags.
    eyeD3 can show the version.
  19. Re: find strings that are in two different files

    1. Create 2 files sorted with all words in them. I made them unique as well.
    2. take the intersection of the to files,use comm


    awk '{n=split($0,a);for(j=1;j<=n;j++) {printf("%s\n",a[j])}}'...
  20. Replies
    4
    Views
    715

    [SOLVED] Re: [C++] Getting Correct Hex Format

    use printf instead.

    include<stdio.h>

    printf("0x%02x\n", data1[x]);

    I don't understand why you want to change ffffffae to ae.
  21. [ubuntu] Re: Skype: bash: /usr/bin/skype: No such file or directory

    Not executable for some reason?
    Look att the file with
    ls -l /usr/bin/skype
  22. Replies
    3
    Views
    830

    [kubuntu] Re: Darktable doesn't start upon installation

    I have had problems with programs that wont start, like kdiff3.
    The problem then has been solved by exporting some variables,

    export $(dbus-launch)

    But I dont know if it helps your problem. It...
  23. Replies
    3
    Views
    1,004

    [kubuntu] Re: Autostart Autokey-QT?

    Just add programs and scrips in
    systemsettings->startup and shutdown->autostart

    Or are you looking to configure startup?
  24. Replies
    10
    Views
    13,930

    [ubuntu] Re: Apt-get / dpkg fails to install anything

    try
    sudo apt-get install -f
  25. Replies
    1
    Views
    225

    [SOLVED] Re: graphical problems

    Here is one way.
    systemsettings->window behaviour->window behaviour->moving

    Uncheck Display content in moving windows.
Results 1 to 25 of 133
Page 1 of 6 1 2 3 4