This is the place where you can personalize your profile!
But, how?
By moving, adding and personalizing widgets.
You can drag and drop to rearrange.
You can edit widgets to customize them.
The left side has widgets you can add!
Some widgets you can only access when you get a premium membership.
Some widgets have options that are only available when you get a premium membership.
We've split the page into zones!
Certain widgets can only be added to certain zones.
"Why," you ask? Because we want profile pages to have freedom of customization, but also to have some consistency. This way, when anyone visits a deviant, they know they can always find the art in the top left, and personal info in the top right.
Don't forget, restraints can bring out the creativity in you!
Now go forth and astound us all with your devious profiles!
You should download WaPush's patch from the xfce4 forum, and then ask on either the ubuntu or debian forums about the proper way to compile the xfce4-panel using that patch.
I use Archlinux so I just place my patch command in my PKGBUILD and build the package from source like normal. (super easy on Arch, I think debian has a similar thing called apt-build..... check into it, I'm not sure)
You would probably have to download the xfce4-panel source code, place the patch in the src folder and run the correct patch command. If it fails it will give a verbose fail message in the console and create a file in the src directory to show what patch caused an error.
If it succeeded it will say so, then all you have to do is continue with the configure; make; make install process. You will also need compositing enabled and you'll have to restart your panel.
I originally, was not looking to make the Xfce Panel transparent but to be able to change the background colour of the panel to whatever colour I want? But, I will give the transparency fix/patch a go.
Do you know or have heard of a patch/fix to be able to do that? Send me a note, better.
-- "If the desire to write is not accompanied by actual writing . . . then the desire was not to write"
You have some really sharp looking Firefox themes in your gallery. I'm wondering why you don't make them available for downloading.
I'm still on Windows but I'm shopping around because I'm an open source advocate and I've always been curious about Linux. I'm probably going to go with Ubuntu and try a live CD version before I make a final decision.
Anyway, it would be great to see you distribute some of your themes for Firefox. Please let me know if you intend to.
You should get used to Fedora 10's Live CD before you install. I think you can upgrade to 11 (leonidas) from within 10. I'm completely fine with Fedora 10. I don't care if it'll be super-outdated one day. lol
--
------- <3 Live to Love <3 Me> "Simple is Elegant" My Portfolio- [link]
Thanks, they're actually all Linux themes..... default Firefox uses the default Linux theme that you have installed..... so any fancy theming done for Linux is shown on Firefox and Thunderbird (icons too).
If you ever try Ubuntu you will find so many different ways to theme you computer..... there is gnome-looks.org where people upload custom themes, icons, and other things like log-in greeters.
I am a big fan of Linux OS and Xfce.
My PC has a dual-boot of LinuxMInt-7 Xfce CE and Debian Squeeze (testing).
I am building my own version of Debian 6.0 Squeeze from a netinstall ISO CD and I am making it Pure Xfce with no Gnome dependencies.
Also, a huge member of DeviantART and the DA Forums and several dAmn chats.
--
"If the desire to write is not accompanied by actual
writing . . . then the desire was not to write"
I use Archlinux so I just place my patch command in my PKGBUILD and build the package from source like normal. (super easy on Arch, I think debian has a similar thing called apt-build..... check into it, I'm not sure)
You would probably have to download the xfce4-panel source code, place the patch in the src folder and run the correct patch command. If it fails it will give a verbose fail message in the console and create a file in the src directory to show what patch caused an error.
If it succeeded it will say so, then all you have to do is continue with the configure; make; make install process. You will also need compositing enabled and you'll have to restart your panel.
I hope this helps a bit.
But, I will give the transparency fix/patch a go.
Do you know or have heard of a patch/fix to be able to do that? Send me a note, better.
--
"If the desire to write is not accompanied by actual
writing . . . then the desire was not to write"
~/.gtkrc-2.0
Check this thread out where I showed how to make one with a custom image:
[link]
Just make your custom .png image only 1 pixel wide and as tall as you want your panel (like 30 pixels).
This is the only code you would need in your ~.gtkrc-2.0:
--------------------------------
style "panel"
{
bg[NORMAL] = "#181818"
bg_pixmap[NORMAL] = "1wx30h-image.png"
fg[NORMAL] = "#FFFFFF"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
---------------------------------
or if you don't want to use an image, just make it like this:
---------------------------------
style "panel"
{
bg[NORMAL] = "#181818"
fg[NORMAL] = "#FFFFFF"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
--------------------------------
The bg[NORMAL] = "#181818" will be the panel color.
And the fg[NORMAL] = "#FFFFFF" will be the font color.
I have customized my Xfce panel totally.
I'll post a screenshot of my Debian Squeeze - Xfce here on DA.
--
"If the desire to write is not accompanied by actual
writing . . . then the desire was not to write"
I'm still on Windows but I'm shopping around because I'm an open source advocate and I've always been curious about Linux. I'm probably going to go with Ubuntu and try a live CD version before I make a final decision.
Anyway, it would be great to see you distribute some of your themes for Firefox. Please let me know if you intend to.
--
--
-------
<3 Live to Love <3
Me> "Simple is Elegant"
My Portfolio- [link]
--
--
-------
<3 Live to Love <3
Me> "Simple is Elegant"
My Portfolio- [link]
If you ever try Ubuntu you will find so many different ways to theme you computer..... there is gnome-looks.org where people upload custom themes, icons, and other things like log-in greeters.
Check it out: [link]
Previous Page12Next Page