~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2010-08-12 21:16:02 UTC
  • mfrom: (0.1.1) (1.1.10)
  • Revision ID: package-import@ubuntu.com-20100812211602-3tsmzl9in5nmwz7z
Tags: 1.1.1+git20100807.0cc08f9-1
* debian/ dir has been cleaned out, complete repackage
  of most files.
* pulled new archive from git.fluxbox.org HEAD, saved as
  tar.gz.
* Added in fluxbox.* files from the old dfsg tree.
* Added in system.fluxbox-menu file from the old dfsg tree
* Added the source/format file to bump package source
  version from 1.0 to 3.0 (quilt). 
* Changed rules file to match the old dfsg setup so that
  fluxbox behaves nicely.
* Removed entries from copyright that no longer apply.
* Added theme based on Denis Brand ( naran )'s old theme.
* Added a background I whipped up.
* Changed compile flags to point to debian theme by default
* Adding a patch to have fluxbox use x-terminal-emulator
  over xterm. Closes: #591694 (LP: #580485)
* Adding a patch to allow titlebar-window dragging.
* Changed the flags in rules to pull from a script. This script
  lets us un-hardcode what theme is default. Be sure there
  is a theme pack!
* Added comments to my patches.
* Removing debian/docs, empty file.
* Fixing fluxbox.desktop to remove all the warnings from
  desktop-file-validate
* Fixing libtool issue by running an update before
  configure in the rules script.
* Added a compile flag script to auto-detect what platform
  we are running on, and apply the correct theme. This
  should solve Ubuntnu issues later on.
* adding in a get-orig-source rule
* fixing the upstream version number to pinpoint
  the commit ( thanks, lfaraone ).
* adding a rule for get-orig-source. ( thanks again,
  lfaraone ).
* Updated rules to actually allow us to do a build from it
* Removed Denis from the uploaders ( as per an email
  conversation )
* Removing madduck from the uploaders ( thanks for asking,
  lfaraone. ). Thanks for your hard work, madduck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
For copyright information see COPYING
9
9
 
10
 
For more information and extensive documentation go to:
11
 
  http://fluxbox.org/version-0.9.php
 
10
For more information go to:
 
11
  http://fluxbox.org/
12
12
 
13
13
 
14
14
Compile and Install:
18
18
  and then as root
19
19
  # make install
20
20
 
21
 
Configuration options:
22
 
 
23
 
  For Gnome support ( default, does not require any gnome libraries ):
24
 
    ./configure --enable-gnome
25
 
 
26
 
  Use ./configure --help to see the full list of options
27
 
 
28
 
For former blackbox users:
29
 
 
30
 
 - You can use your old blackbox configuration file too. Just copy
31
 
   .blackboxrc to ~/.fluxbox/init . The same goes for menu file.
32
 
 
33
 
 - You can also use the Blackbox themes in Fluxbox. Fluxbox has a few
34
 
   extra styleoption for the tabs but they don't have to be specified.
35
 
 
36
 
 - The keys file is no longer compatible with bbkeys. There's a
37
 
   convertkeys script at http://fluxbox.sourceforge.net/ that will
38
 
   convert the bbkeys format to the fluxbox format.
39
 
 
40
 
 
41
 
A few extra notes about the new features:
42
 
 
43
 
 - To disable tabs and/or iconbar just change it in configure menu.
44
 
 
45
 
 - To work with tabs, use the third mouse button to drag a tab to
46
 
   another tab.  This will group the two windows together.
47
 
 
48
 
 - With 'Sloppy Window Grouping' turned on (in your configure menu),
49
 
   you can drop the tabs anywhere on the target window to group
50
 
   windows together.
51
 
 
52
 
 - The 'Maximize over Slit' option means that maximized windows will not
53
 
   stop at the outside border of the slit, and will instead cover it.
54
 
 
55
 
 - In the init file, the session.screen0.rootCommand: option will
56
 
   override the rootCommand option in a theme, keeping your background
57
 
   the same, no matter what the theme says it should be.
58
 
 
59
21
 
60
22
Thanks:
61
23