
Fusion X Metal
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
25/8/06 I have changed a few pixmaps,I hope you like :-)
22/8/06 I have modified the theme to make him more readable.I hope you like ^^.
this theme is inspired by fusionxaqua appearance theme and reflection kbfx's theme.I'm using xgl compiz quinstorm with compiz-themer and he works perfectly.(http://gentoo-wiki.com/HOWTO_XGL). I have modified the buttons in the vista style decoration (you find them inside the file).
I hope you will like it.
(xaa mouse theme:silverx coursors)
Untar the archive somewhere and run "sh ./install.sh" as user on the command line.
imthelodis
13 years ago
The author left sections undefined before use. Look for lines that refer to other sections and make sure the section that holds the definition is above the referring section. It will work right away after those edits.
[Button1]
button1=copybutton2
[Button2]
height=0
weight=2
etc...
Since Button 1 refers to Button 2 you must swap positions before the theme will work. I think there were 3-4 stanzas that need to be moved for this theme.
If anyone wants to make darker window decorations or knows how to make the shadows that would be helpful.
Report
madsheytan
13 years ago
Report
himbamcky
14 years ago
Report
mlkde-look
14 years ago
where do i have to place the files, so it will be found by the thememanger from kde (control-center)
Report
FrankRizz0
14 years ago
Report
thermite
14 years ago
Report
ilcicci
14 years ago
Report
bitwit
14 years ago
[KDE]
widgetStyle=Quinx
should be...
[KDE]
widgetStyle=basicstyle.la
after installing still need to run kinstalltheme to update kthemestylrc (user pm theme cache)
Report
bitwit
14 years ago
this might help, a kdevelop theme project, http://www.digilanti.org/werks/detente/ThemedStyles-0.3.tar.bz2
USAGE NOTE: do this as user NOT root
> tar -xjf ThemedStyles-0.3.tar.bz2
> cd ThemedStyles
> ./configure
> make install
> kinstalltheme
the last command is required to make user installed pixmap themes show up in kcontrol
this installs three pixmap styles in user space, not hard at all to add more styles or remove the existing and replace with yours
after >./configure you can import ThemedStyles project in kdevelop, I highly recommend this as its much easier to manage
then you can make tarballs or rpms ;)
if you do it manually be sure to copy and edit the required makefiles.am and stuff to your theme project dir in ThemedStyles/
or maybe a very bright but bored coder might make this into a template, plug and go pkg for pmthemes
hope this helps...
Report
franzf
14 years ago
It seems the theme is derived from fusionx-aqua. Thats what the dirs in the tarball and the themerc-file tell me...
Please could you change this!
I have fusionx-aqua installed, so theres a problem installing both themes...
Then the paths to the pixmaps in the themerc-file should be changed.
If you could do that i can release the ebuild :)
So if you anounce the theme as "FusionX-Metal" you should consistently use this name (for dirs, themerc and styles-names...)
Thx
Franz
Report
franzf
14 years ago
I have IceWM-Themes working now. Just had to emerge kdeartwork-kwin-styles.
But your Pixmap-theme still wont show up in KControl. kdeartwork-styles gave me some pixmap-themes that work...
Greez
Franz
Report
ilcicci
14 years ago
Hi :-)
Report
ilcicci
14 years ago
Report
franzf
14 years ago
I dont know if it works, pixmap themes dont work here (dont know why...)
I just copy the files to the dirs i think they are right, cause there were just other themes...
Pixmap-Themes:
${KDEDIR}/share/apps/kstyle/pixmaps
themerc-file:
${KDEDIR}/share/apps/kstyle/themes
icewm-theme:
${KDEDIR}/share/apps/kwin/icewm-themes
x11-themes/fusionx-metal-1.2.ebuild
# ------------------
KLV="44349"
PKGNAME="fusionx-metal"
ZIPNAME="FusionX-Metal"
KDEDIR=`kde-config --prefix`
PXMDIR="${KDEDIR}/share/apps/kstyle/pixmaps"
KTHMDIR="${KDEDIR}/share/apps/kstyle/themes"
ICEWMDIR="${KDEDIR}/share/apps/kwin/icewm-themes"
S=${WORKDIR}/${ZIPNAME}-${PV}
DESCRIPTION="Another Metal-Style for KDE (Pixmap-Style)"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${ZIPNAME}-${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
RESTRICT="nomirror"
src_install() {
cd ${S}
echo " "
echo ">>> Copying pixmaps to kstyle-dir: "
dodir -p ${PXMDIR}/${PKGNAME} || die 'cant create dir'
install -m 644 ${S}/pixmaps/fusionx-metal/* ${D}/${PXMDIR}/${PKGNAME}/
echo " "
echo ">>> Copying icewm-themes to kwin-dir: "
dodir -p ${ICEWMDIR}/${PKGNAME} || die 'cant create dir'
install -m 644 ${S}/icewm-themes/fusionX-aqua/* ${D}/${ICEWMDIR}/${PKGNAME}/
echo " "
echo ">>> Install themerc-file(s): "
dodir -p ${KTHMDIR} || die 'cant create dir'
install -m 644 ${S}/themes/*.themerc ${D}/${KTHMDIR}/
echo " "
}
# ----------------
copy it into your overlay, do the
ebuild /Path/to/Overlay/x11-themes/fusionx-metal/fusionx-metal-1.2.ebuild digest
and emerge it :)
If it doesnt work (wrong paths, etc) just tell me, I`ll fix it.
Have fun
Franz
Report
zBrain
14 years ago
Report
usernameNA
14 years ago
Report
ilcicci
14 years ago
su -
emerge fusionx-aqua
then I have replaced the
/home/ilcicci/.kde3.5/share/apps/kstyle/pixmaps folder with mine and fusionx-aqua.themerc in
/home/ilcicci/.kde3.5/share/apps/kstyle/themes
with my theme.
please tell me if so you are able to solve the problem.
hi
Report
SaikoBee
14 years ago
Report
ilcicci
14 years ago
Report
SaikoBee
14 years ago
Ditch the shine in the middle of buttons/tabs, it just makes it hard on the eyes.
You have too much contrast - try making the whole theme blend better.
I don't quite know how to put it, but the progress bar looks strange to me.
I think if you took a look at the Poleyester style running a dark color scheme with the glass buttons, it might give you some ideas on how to make this a little more refined.
I can't wait to see where you go from here. Best of luck.
Report
ilcicci
14 years ago
Report
SaikoBee
14 years ago
I have a few more ideas if you want to hear.
Give an option to center tabs, I think it would look really good with the tabs aligned center, it would almost then look like the tabs were buttons, kinda like Aqua's Choosers.
Flip the colors in the progress bar - make it so the completed part is the purple, and the background the black.
Do a different effect for group-boxes. Try rounding the edges more, or what I think would be cool is a different effect besides a border, like sunken group boxes, or raised, or something different. Maybe something that kind of blended a bit better with the current tab.
I tried not to be too vague, hope it helps.
Best of luck, this theme is making some nice progress.
Report
bitwit
14 years ago
hack the builtin engine, it only provides for pixmaped button borders, uses motif style to render what is not handled in the engine
what is handled ???
// unsunken widgets (see headers)
"PushButton", "ComboBox", "HSBarSlider", "VSBarSlider", "Bevel", "ToolButton",
"ScrollButton", "HScrollDeco", "VScrollDeco", "ComboDeco", "MenuItem", "Tab",
"ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight",
// sunken widgets
"PushButtonDown", "ComboBoxDown", "HSBarSliderDown", "VSBarSliderDown",
"BevelDown", "ToolButtonDown", "ScrollButtonDown", "HScrollDecoDown",
"VScrollDecoDown", "ComboDecoDown", "MenuItemDown", "TabDown", "SunkenArrowUp",
"SunkenArrowDown", "SunkenArrowLeft", "SunkenArrowRight",
// everything else
"HScrollGroove", "VScrollGroove", "Slider", "SliderGroove", "CheckBoxDown",
"CheckBox", "CheckBoxTri", "RadioDown", "Radio", "HBarHandle", "VBarHandle",
"ToolBar", "Splitter", "CheckMark", "MenuBar", "DisableArrowUp",
"DisableArrowDown", "DisableArrowLeft", "DisableArrowRight", "ProgressBar",
"ProgressBackground", "MenuBarItem", "Background", "RotSlider",
"RotInactiveTab", "RotActiveTab"
from kthemestyle source ( note no frame type objects )
Report
ilcicci
14 years ago
unfortunately I do not like the rounded buttons I prefer them square.
I have coloured the progressbar with the blue becouse is in tune with the shadow of my windows. now i am trying to add other effects like the animated bars or prelight button,but now the problems begin in fact I am not good with the Script and canning use Gimp is not enough to add new effects.
I will now try to study other themes with many effects like Baghira and see if I am able to do them, if you are already skilled and would like to help me i will thank you.this is my email: ilcicci1983@msn.com
HI :-)
Report
SaikoBee
14 years ago
Report