Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hi! I wont to create my own Interface/Desktop for linux. How would I do that, what would I need to do that and what Distribution should I use to biuld ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    5

    HOW can I create my own Desktop/Interface for Linux?

    Hi!


    I wont to create my own Interface/Desktop for linux. How would I do that, what would I need to do that and what Distribution should I use to biuld my new Interface/Desktop on?

    I would apriciate every help I can get. Thanks folks and I am looking forward to your posts.

    K_R

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    What do you mean by Interface/Desktop exactly?
    Do you mean Window Manger? like Gnome/KDE/IceWM/Xfce etc?
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    5
    Hi!

    Yes, that is what I mean. I want to do a window managing system. I DONT want to do anything like a theme. Any tips?

  4. #4
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Hi,

    I suggest you get the source code of the WM which comes closest to your taste and modify it until you feel it's perfect.
    Debian GNU/Linux -- You know you want it.

  5. #5
    Just Joined!
    Join Date
    Feb 2009
    Location
    Bassano, Italy
    Posts
    6
    You should be able to develop a window manager from whatever distro you like.A window manager is just an application that give a graphical rappresentation of files, folder etc..You shoul be able to run that app in a console. When ready just login in text mode (ctrl-alt-f1), stop your current graphical session and run your window manager from there.

  6. #6
    Just Joined!
    Join Date
    Feb 2009
    Posts
    5
    Yes. thanks so far. But how would I programm my window manager? Or, how would I change an existing window manager?

  7. #7
    Just Joined!
    Join Date
    Feb 2009
    Location
    Bassano, Italy
    Posts
    6
    In both cases you should have good knowledge of C proggramming language.

    If you want to change an existing window manager you should choose an existing one that is close to your needs, get the source code and try to compile it, when it works you can begin to change it. In this case you need to install stuff like subversion to get the source code, development libraries and bulding tool

    If you want to write your own window manager you should understand how linux system calls works and use them in a C program to implement your wm features

  8. #8
    Just Joined!
    Join Date
    Feb 2009
    Posts
    5
    Ok, I am not compltely new to that stuff. So thanks for your message. At least I understand it. I will try to compile an existing window manager. An I will leran about the stuff i don't know. When I got that, I will have further questions. So, I will be back .

  9. #9
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    You should also read
    Volume One: Xlib Programming Manual
    with special attention to chapter 16.

    And
    Internet Archive: Details: Xlib Reference Manual for Version 11 Vol. 2
    for reference.
    Debian GNU/Linux -- You know you want it.

  10. #10
    Just Joined!
    Join Date
    Feb 2009
    Posts
    5
    Thanks a lot!!! I will read that.

Page 1 of 2 1 2 LastLast

Posting Permissions

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