Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 86

Thread: HOWTO: A Blackbox Guide

  1. #21
    Join Date
    Sep 2005
    Beans
    1,083
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: A Blackbox Guide

    It's trickier if you compile it since you'll have to manually make an entry for it in the gdm. Do you have the 'build-essential' package? What exactly were the errors of make install? Can you post the terminal output of it? I suggest you get "checkinstall." Then use 'sudo checkinstall' instead of 'make install'. checkinstall will make a .deb file so later if you want to remove it you can use Synaptic to remove it or 'sudo dpkg -r BLAHBLAH'.

  2. #22
    Join Date
    Mar 2006
    Beans
    2
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: A Blackbox Guide

    found the build-essentials, installed it plus a bunch of other stuff, i managed to compile bb. yaay! now comes the big part, configuring it..
    thanks for tip!
    Last edited by nitefly; March 7th, 2006 at 08:41 AM.

  3. #23
    Join Date
    May 2005
    Location
    Germany
    Beans
    252
    Distro
    Ubuntu Development Release

    Re: HOWTO: A Blackbox Guide

    I had the same problem with 'no .rc' file.

    Found a good work around on the backbox home page, in their wiki

    http://blackboxwm.sourceforge.net/Bl...leHowDoIGetOne
    VivaLaRoach
    _______________________

    Conformity is the jailer of freedom and the enemy of growth.

  4. #24
    Join Date
    Sep 2005
    Beans
    1,083
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: A Blackbox Guide

    Quote Originally Posted by nitefly
    found the build-essentials, installed it plus a bunch of other stuff, i managed to compile bb. yaay! now comes the big part, configuring it..
    thanks for tip!

    Great! Now the fun part!

    Quote Originally Posted by william_nbg
    I had the same problem with 'no .rc' file.

    Found a good work around on the backbox home page, in their wiki

    http://blackboxwm.sourceforge.net/Bl...HowDoIGe tOne
    Thanks! I added that to the guide...

    Also added... A link to the compilation requirements required for Blackbox (from their wiki)

  5. #25
    Join Date
    Mar 2006
    Beans
    379
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: A Blackbox Guide

    wow, thats one hella nice desktop ^_^

    thanks very much for the helpful article,
    uzi

  6. #26
    Join Date
    Jan 2006
    Location
    Southampton, NJ
    Beans
    232
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: HOWTO: A Blackbox Guide

    for some reason (i tried both downlaoding from repo's and compiling myself) it wont create a .blackbox folder and i have to make it myself and im not skilled enough to setup the menu file and such that i need. why isnt the folder being made on its own?
    Registered Linux User #411322 - Get Counted!

  7. #27
    Join Date
    Sep 2005
    Beans
    1,083
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: A Blackbox Guide

    Quote Originally Posted by R3linquish3r
    for some reason (i tried both downlaoding from repo's and compiling myself) it wont create a .blackbox folder and i have to make it myself and im not skilled enough to setup the menu file and such that i need. why isnt the folder being made on its own?

    Strange, I don't have an answer for that. Well make a .blackbox folder in your home folder. Inside that you might want to make a backgrounds and styles folder as well. In your .blackbox folder make a new file called menu. Grab my sample menu and paste it in if you like, you can change it to anything you like. Then look in your home folder for the .blackboxrc file and make sure...

    session.menuFile: /home/user-name-goes-here/.blackbox/menu

    reads accordingly. If you do not have a .blackboxrc file either read this link.

    You might have to hit "restart" or "reconfigure" from the blackbox menu (it will restart/refresh blackbox).

    If you get the bbconf program it will graphically help you make a menu (you will have to know the commands of the programs you want to open). I hope that helps. Post again if things don't work.

  8. #28
    Join Date
    Mar 2006
    Beans
    379
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: A Blackbox Guide

    Quote Originally Posted by R3linquish3r
    for some reason (i tried both downlaoding from repo's and compiling myself) it wont create a .blackbox folder and i have to make it myself and im not skilled enough to setup the menu file and such that i need. why isnt the folder being made on its own?
    when i loaded up BB on my school computer, i ran into the same situtation - no .blackbox directory. i just did it all manually - not very hard AT ALL! basically, create the directory (duh! =D). the only thing i really had a problem with was the fact that they said (on all these websites) that to modify something, we just need to modify such and such file and "alakazam it works!", but because i didn't know what format the files should be in (much less what things i can use/modify in it) it was a bit of a problem (hopefully BB dev's will do this automatically in future versions).

    i just did a quick google search for things like "keys sample file" as well as read up on BB's user documentation (http://blackboxwm.sourceforge.net/Bl...Documentation). the documentation stated that the directory and files may not be there in which case we can just copy the sample files from where the source is located, but the problem with that was BB was preinstalled by school admin and i had no clue where it was . luckily, you have voodoo's sample files to go off of, but if you really want, u can always google for sample files (coming from experience, they may require a bit of searching though =\)

    (to summarize)
    -you can either use voodoo's sample files
    -get the sample files from the source
    -google it
    - (and if u really want, ur more then welcome to e-mail me and i'll e-mail em to u)

    good luck,
    uzi

  9. #29
    Join Date
    Oct 2005
    Beans
    10

    Re: HOWTO: A Blackbox Guide

    Great How To! I'm currently running your configuration!

    You can make GDM (and KDM) able to run a script instead of an application just changing the "Type=Application" line in "Type=Xsession" in /usr/share/xsessions/blackbox.desktop.

    An example of "blackbox.desktop":
    Code:
    [Desktop Entry]
    Encoding=UTF-8
    Name=Blackbox
    Comment=Highly configurable and low resource X11 Window manager
    Exec=/usr/bin/blackbox_startup
    Terminal=False
    TryExec=/usr/bin/blackbox_startup
    Icon=blackbox.xpm
    Type=Xsession
    This will execute automatically "/usr/bin/blackbox_startup" when you log in.
    Hope this help
    Last edited by louiscyphre; April 3rd, 2006 at 09:39 PM.

  10. #30
    Join Date
    Apr 2006
    Location
    Helsinki, Finland
    Beans
    8

    Re: HOWTO: A Blackbox Guide

    Thanks for a great HOW To. Was a big help. =)

    Got a few problems I've been fighting with for a lil while...

    1. when I run Nautilus, it starts gnome, and then I can't get to menus etc. (doesn't load the gnome toolbars and things... so I have to hit ctrl-alt-backspace to get out.)

    2. I tried to add the Esetroot -line to my style file, but it did nothing. If I execute the line in terminal, then Eterm works fine, but... that's no fun. ;D

    and 3. not really important cause I don't need conky, but when I run it, it resets the menus and I have to edit them back with bbconf. No idea why it does that.

    -M

Page 3 of 9 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

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