diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-25 20:06:45 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-25 20:06:45 +0100 |
commit | 88b7febc2393324ee14940c1c41a8ddc342c35f6 (patch) | |
tree | b9a917fd3a40988e6e0134490f5357e5335c1c70 /README | |
parent | 2ee99ab520931c5efe91123c85ba10064a45e95d (diff) | |
download | tde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.tar.gz tde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.zip |
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -9,7 +9,7 @@ Installation tar -xjf baghira.tar.bz2 cd baghira/baghira either try ./install.sh or -./configure --prefix=`kde-config --prefix` --disable-debug [--enable-final] +./configure --prefix=`tde-config --prefix` --disable-debug [--enable-final] (!!!BEGINNERS: the direction of the accents is _important_ (top-left to bottom-right), the rectangular brackets mean "this is optional" - don't type them!!!) make and finally as root: @@ -123,12 +123,12 @@ as i don't have such nice access on the startmenu as the button has, its not pos * (bab) update: rewrote the way design switching stuff according to kde 3.4, removed all imperfect workaround stuff -> works much better, but needs kde 3.4 to work properly * (kickermenu) update: using XClassHint to display the appname (better than relying on the netwm info) * (kickermenu) update: using app menu instead of desktop menu for modal dialogs -* (kickermenu) note: kicker from kde 3.4 has a special menupanel that autoloads the kicker menuapplet to display the menu. you can remove this menu and readd the baghiramenu, but you'll have to do that after every kde start. -> open [kdeprefix - e.g. usr]/share/apps/kicker/applets/menuapplet.desktop, change "X-KDE-Library=menu_panelapplet" to "X-KDE-Library=b_menu_panelapplet" or (as root) run the following script (simply using sed to update the file): +* (kickermenu) note: kicker from kde 3.4 has a special menupanel that autoloads the kicker menuapplet to display the menu. you can remove this menu and readd the baghiramenu, but you'll have to do that after every kde start. -> open [kdeprefix - e.g. usr]/share/apps/kicker/applets/menuapplet.desktop, change "X-TDE-Library=menu_panelapplet" to "X-TDE-Library=b_menu_panelapplet" or (as root) run the following script (simply using sed to update the file): --------------------start--------------- #!/bin/sh -sed s/"X-KDE-Library=menu_panelapplet"/"X-KDE-Library=b_menu_panelapplet"/g $(kde-config --prefix)/share/apps/kicker/applets/menuapplet.desktop > _baghirabuffer_ -rm -f $(kde-config --prefix)/share/apps/kicker/applets/menuapplet.desktop -mv _baghirabuffer_ $(kde-config --prefix)/share/apps/kicker/applets/menuapplet.desktop +sed s/"X-TDE-Library=menu_panelapplet"/"X-TDE-Library=b_menu_panelapplet"/g $(tde-config --prefix)/share/apps/kicker/applets/menuapplet.desktop > _baghirabuffer_ +rm -f $(tde-config --prefix)/share/apps/kicker/applets/menuapplet.desktop +mv _baghirabuffer_ $(tde-config --prefix)/share/apps/kicker/applets/menuapplet.desktop ---------------------end---------------- 0.6a @@ -165,7 +165,7 @@ so the only solution i found was to disable the palette update for the toolbutto 0.5e ---- style: -- fixed the "kde toolbar widget" thing (location bar/juk slider etc.) +- fixed the "tde toolbar widget" thing (location bar/juk slider etc.) - worked around brushed metal kicker translucency support - changed the appereance of the kicker executor (like konqueror combobox) - worked around konqueror statusbar offset @@ -201,7 +201,7 @@ bab: - added some colored throbbers and an xcf so you can create your own colors - sorting headers appear colored - put the menuapplet into its own library, so it won't conflict with the kde one and is installed by default -- corrected kwin (stippled) frame to align the style +- corrected twin (stippled) frame to align the style - corercted brushed toolbars (disalignment) 0.5c @@ -217,7 +217,7 @@ anyway, i don't know since which version this holds, therefore maybe you want to Mainly kde3.3 alignments - fixed juk toolbar stuff (and any other) -- fixed new kwin buttons +- fixed new twin buttons - toplevelmenubars are not set to stipples anymore, honoring the fact, that the kicker menuapplet recolors them itself to kicker background - arrows will are dark grey rather than black - makes them appear more smooth @@ -249,7 +249,7 @@ Bab: Goodies: The stuff in this folder is not autoinstalled. Look into it and use whatever you want, however you want (except claiming cr and suing me for nonliterally copying ;) -- added new stuff: bootsplash, konqui tile, kdm picture, lilo-bootscreen +- added new stuff: bootsplash, konqui tile, tdm picture, lilo-bootscreen *** read the readme! *** 0.5a @@ -411,7 +411,7 @@ haha...! i even had some letters left ;) - bugfixed the setting stuff (misdisplayd groupboxes, ability to unset shadows under popups...) - Tab vs. Chooser is now optional o the default setting is somewhat clever, i.e. if the toplevel widget is a dialog, tabs appear as choosers, as oldstyle tabs elsewise - -> result: apps like konqueror, kdevelop, quanta, konsole... will show tabs, dialogs will show choosers + -> result: apps like konqueror, tdevelop, quanta, konsole... will show tabs, dialogs will show choosers o you can define the tab behaviour for aqua and brushed metal individually in the bab menu - fixed menu animation stuff - fixed bookmark menu behaviour (so could have told me...) |