Appropriate theme for GTK applications inside KDE

Hello.
I'd want you to tell me some "appropriate" GTK themes to be used with KDE. To be more precise, I want to know if there are some GTK themes that match with KDE themes (e.g. Bespin).
Are there any of these?
Thanks is advance.

Ok, I found a good theme and imported it. Thanks ! Now it's time for the window decoration!

Similar Messages

  • Problem with firefox and gtk applications in KDE!

    Hi there, i have my arch installed and it's great, i use kdemod that is quite perfect but i have a problem: all the gtk applications like firefox, eclipse, emesene and so on are terrible looking expecially the fonts. Here what I've done:
    1) installed kdemod-gtk-qt-engine and configured to use qt theme and it's better
    2) enabled fonts with antialiasing and hinting
    3) installed fonts for lcd like cairo-lcd
    4) installed microsoft fonts
    But stille it's ugly and it's impossible to use the apps, here's a screenshot:
    The point is that i can't use konqueror because i need some plugins like googlebrowsersync that doesn't exist for konqueror. And in other distros like n00buntu it works.
    Thanks for your help!

    pelle.k wrote:
    I can relate to what borzo is saying, because i have exactly the same problem.
    See, i have installed libxft-lcd and enabled antialiasing and sub-pixel hinting in kde font properties. All kde fonts look great. Now, i usually the exactly the same in gnome "Appearance" font settings (when i use gnome).
    The thing is when you have KDE installed you can't set antialiasing and sub-pixel hinting for *GTK* apps, even if you can set a theme and font size with gtk-chtheme/.gtkrc
    This has nothing to do with how firefox renders fonts, really, but how GTK fonts a drawn in KDE since gnome-settings-manager isn't running, and thus GTK apps get crappy fonts (including firefox html rendering).
    So, how can i enable antialiasing and sub-pixel rendering specifically for GTK apps in KDE without running gnome-settings-manager?
    I know this is an old thread, but I'm still having exactly the same problem. I've been fiddling with fonts for a whole week now. Fonts in KDE apps look great, but crappy in GTK-apps like Thunderbird and Firefox. Like Pelle asked: how can I set aintialiasing and sub-pixel redndering for GTK apps? When running Gnome the fonts in GTK-apps look so much better. I wanna use my shiny new KDE 4 desktop, though.

  • Multiple themes for one application

    Hi,
            How to apply multiple themes dynamically for singel application. Is there any sample available.
    Regards,
    Jayagopal.

    Hi,
    I work for big bank sector corp - Citigroup.,i am using themes to load themes dynamically using style manager class.i wrote a application which have 3 themes as a combo box items. when theme selected the look and feel of the same application's UI screen has to change. for the loading i used below mxml application. please advise me as need to submit this task today to implement all our project.it will be very gr8 if u can help me.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application
    xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="
    library://ns.adobe.com/flex/spark"
    xmlns:mx="
    library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.styles.StyleManager;
    import mx.events.StyleEvent;
    [Bindable] private var themes:Array = [ "AeonGraphical","Spark","Halo" ];
    private function initApp():void {
    //Initialize the ComboBox to the first theme in the themes Array.
    themesCmbBox.selectedIndex = themes.indexOf(0);
    private function thmsCmbChangeHandler(themeName:String):void {
    themeName= themesCmbBox.selectedLabel;
    if (themeName!=null && themeName == "AeonGraphical") {
    styleManager.loadStyleDeclarations("assets/AeonGraphical/AeonGraphical .swf");
    if (themeName!=null && themeName == "Spark") {
    styleManager.unloadStyleDeclarations("assets/AeonGraphical/AeonGraphic al.swf");
    styleManager.loadStyleDeclarations("assets/Spark/spark.swf");
    if (themeName!=null && themeName == "Halo") {
    styleManager.unloadStyleDeclarations("assets/Spark/spark.swf");
    styleManager.loadStyleDeclarations("assets/Halo/halo.swf");
    private function registrationComplete():void {
    Alert.show('Thank you for registering!');
    private function clickClear(event:KeyboardEvent=null):void {
    if(event==null || event.keyCode == 13 ) {
    person.text = "" ;
    addr.text = "" ;
    city.text = "";
    state.text = "" ;
    zip.text = "" ;
    ]]>
    </fx:Script>
    <mx:Form id="Themes">
    <mx:FormItem>
    <mx:Label text="{'Themes Demo in Flash 4'}" fontSize="35"/>
    </mx:FormItem>
    <mx:FormItem label="Themes" >
    <mx:ComboBox id="themesCmbBox" dataProvider="{themes}" change="thmsCmbChangeHandler(themesCmbBox.selectedLabel)" />
    </mx:FormItem>
    <mx:FormItem label="Person Name">
    <mx:TextInput id="person" />
    </mx:FormItem>
    <mx:FormItem label="Street Address">
    <mx:TextInput id="addr"/>
    </mx:FormItem>
    <mx:FormItem label="City">
    <mx:TextInput id="city"/>
    </mx:FormItem>
    <mx:FormItem label="State">
    <mx:TextInput id="state" />
    </mx:FormItem>
    <mx:FormItem label="ZIP Code">
    <mx:TextInput id="zip" />
    </mx:FormItem>
    </mx:Form>
    <mx:HBox>
    <mx:Button id="sub" label="{'Submit'}" y="100" click="registrationComplete()" />
    <mx:Button id="reset" label="{'Reset'}" buttonDown="clickClear()" keyDown="clickClear(event)" />
    </mx:HBox>
    </s:Application>
    and i given the compiler option:
    -theme+=${flexlib}/themes/Halo/halo.css,${flexlib}/themes/Spark/spark.css,${flexlib}/theme s/AeonGraphical/AeonGraphical.css
      or -theme+=assets/Halo/halo.css,assets/Spark/spark.css,assets/AeonGraphical/AeonGraphical.cs s
    i tried with locally project assets path, and framework path nothing work out. and added these themes in the flex-config.xml file also.
    And i tried to run your MyStyle app same problem. Please advise me ASAP.
    Advance Thanks,
    Usha
    Optional Information:
    Computer OS: Windows XP
    Programming Language: mxml/as3
    Compiler: flash 4.1.0

  • Problem with portal theme for WD Application

    Hi Experts,
    We have enhanced our ECC with EHP4 and SP18 in our existing portal.And now i am getting some theme problem.
    I have few Wendynpro ABAP application in the portal which was coming with correct theme earlier bur after
    enhancement all the other application in the portal are coming with the proper theme except all the
    Webdynpro abap application.
    All the WDApplicatio are coming as blue same like its coming in the backend system.I tried with many option
    but i am not able to correct it since i have very little knowledge about the portal.
    Thanks,
    Satya

    The problem is probably due to the fact that ERP Enhp4 contains NetWeaver 7.0 Enhancement Package 1 in which SAP delivers the Lightspeed rendering and the new Signature theme SAP_TRADSHOW_PLUS.  The Portal at the 7.0 SP18 release level would not have the correct mimes for Tradeshow Plug or for Lightspeed. If the UR rendering of the backend is higher than that of the portal, it has to fallback to using the local stylesheet of the ABAP AS to protect that hte rendering is done correctly (see OSS Note 1267950 and 1033496).  You can try the option WDFORCEEXTERNALSTYLESHEET, but because of the drastic differences in the 7.01 and 7.0 rendering this will very likely lead to rendering errors (visual errors or more serious - JavaScript errors).

  • Use a gtk theme for one app and another for the whole system??

    I would like to know if is it possible to use a theme for one application and use another for the remaining of the system? I use OpenBox and I change themes with Lxappearance...
    Thanks,

    Uhh, thanks mauryck for the question and anonymous_user for the answer! I use a very slow gtk theme, and one program suffer from it, but this theme is so beautiful so I dont like to change. Never though about this solution, use a different theme only for this program!
    Sometimes the solution is so simple...

  • Themes for Standalone WebDynPro

    Hello All,
    If I use the Theme Editor for editing default themes for WebDynPro application that I am developing, then, does the new Themes showup on my standalone WebDynPro application? ( I mean, its not deployed as a portal component on EP, rather its just run on WebAS by saying "Deploy and Run")
    Thanks,
    Kiran

    Hi Kiran,
    Develop this theme and then you need to copy that theme inside the folder, <Drive>:usr\sap\<system id>\JC<instance num>\j2ee\cluster\server0\temp\webdynpro\web\sap.com\tcwddispwda\global\SSR\themes
    Then, in webdynpro url, append following to set your theme to that webdynpro application.
    sap-cssurl=http://<Server IP>:<port>/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/<theme name>
    Regards,
    Bhavik

  • How to set Portal Theme for WDA iView different from user's Theme

    Hi Experts!
    I have dual-stack system: ABAP server + Java. I have WDA application in ABAP server and I deployed it to NW Portal via iView (using template).
    There are two themes customized:
    1:  Standard - to be used for all iviews except WDA iviews. This theme is set as default for user.
    2.: WDA theme - to be used for some WDA iviews IRRESPECTIVELY what them is set in personalization settings of the user.
    So my question is:
    Can I somehow set the Portal Theme to be used for specific iView no matter what Theme user has selected in his personalization?
    Or if its not possible, can I set some specific Theme for WDA application?
    So taks is to overcome settings for default portal theme for user and replace it with different theme. Is this possible?
    Thanks in advance.

    Are you using an LDAP as your UME, or are the user records from from R/3 ?
    Apparently  (Ive never done it) you used to be able to force a default language by editing this file (back in the EP5 days):
    <J2EE root>\WEB-INF\portal\system\properties\prtDefault.properties
    Look at the following lines :
    This is the default language to be used when none is specified
    request.defaultlanguage=en
    request.defaultcountry=us
    If you prefer to have the same language for all users no matter their user locale, change the lines to this :
    This is the default language to be used when none is specified
    request.mandatorylanguage=en
    request.mandatorycountry=us
    I hope this works out for you

  • Gedit and file-roller unresponsive caused by theme with gtk 3.6.1

    When running either gedit or file-roller my whole system becomes very "laggy". The applications themselves become unusable after opening and then crash. When running in the terminal there is no error message just the word "killed" once the app crashes. I do not know what these two apps have in common I have not found any other applications on my computer with this problem. I re-installed arch yesterday and this problem appeared. Help?
    Edit:
    I'm running gnome 3.6 with gnome-shell on a 64bit install
    Last edited by purplerob (2012-11-02 20:16:54)

    amadar wrote:
    I am also having this severe memory leak with Gedit. The theme I'm using is called "Delorean" (dark) and has animations (buttons animate from released to pressed, pretty nice). Let me see if finding a theme without animations fixes the problem for me too...
    EDIT: Yup. This was the problem with me too. I tried satya164's theme (above) without animations and now Gedit doesn't crash anymore.
    @satya164, would you style the carets in your Evolve theme so they are slightly thicker than normal? It's possible to make carets have color and thicker than 1 pixel in the new Gnome. For example, a nice thick caret matching the same vibrant blue color as the scroll bars (when clicked and dragged) would be nice.
    I wonder if this issue had to do with my entire desktop crashing periodically in Gnome 3.6.1. It's been happening every session after a while with multiple things open and running. Let's see if removing animations fixed it.
    EDIT (couple days later): My Gnome Desktop still crashes, so it's not theme related.
    You mean the carets in the Entry widget? I think it's not possible to theme carets.
    TIP: If you like dark theme, try by setting "Use dark theme for all applications" in Tweak Tool to use Evolve's dark theme.

  • Custome theme to custom applications and BSP pages

    Hi all,
    I would like to know how I can apply the same custom theme thats coming up with the standard applications.. to be applied to the custom ABAP WDP applications.
    And also want to apply the same theme to the EREC and LSO BSP pages.
    We have already created our own theme and applied that, we are able to see the modified theme in our standard ESS applications. But its not reflecting the same to the custome ABAP WDP applications.
    Do let me know where i am going wrong ...
    Thanks,
    NR

    NR,
    If you are displaying WDA from portal you need to follow the below mentioned steps to assign portal theme to WDA
    1.for assigning custom theme to the WDA pages you need to create configuration
    2.go to the webdynpro component-right click on the webdynpro application for that componet and create/change configuration.
    3.give some name and click on create
    4.go to properties tab and select external portal style sheet and save it
    5.go to iview properties for that WDA in portal and fill the configuration name with the name u created above
    6.stylesheet value to controls and select yes for support portal stylesheet.
    if you are executing WDA from backend itself then you need to pass a parameter to the application like sap-wd-configid=<name of the theme>
    for BSP applications change the iview properties
    stylesheet value to controls and select yes for support portal stylesheet.
    reward points if helpful

  • Themes for applications in Fvwm / Openbox / Icewm

    Hi,
    I've got a newbie question:
    I use several window managers including Xfce IceWM Fvwm & Openbox.
    But whe i'm using XFCE I can use different GTK themes so my applications like Sylpheed / Firefox etc... looked the same cool way, but not in Fvwm / Openbox / Icewm. Is there a way to use the same themes in these WM ?
    Thanks,
    Sader

    phrakture wrote:
    # pacman -S gtk-theme-switch gtk-theme-switch2
    these apps are very small gtk theme switchers... and *very* useful for non-DE environments
    Yes. I use those as well because then KDE doesn't get to screw with my GTK settings like it wants. (I always hated that about KDE....  :evil: )
    But Phrak is right, those two little gems are great.

  • Oracle Apex Multilpe Theme for a single application

    Hi All,
    I have a query regarding display multiple theme for a single apex application. My object is to change the color scheme for an existing apex application and use both old and new color scheme in a single application. For example I'm planning to modify apex 3.1 theme 9 (Red theme) to green and wants to use red theme for some pages and green theme for some other pages in same application.
    The following steps I have tried.
    1. Copied /theme/theme_9 to my local
    2. Changed color scheme of all the images.
    3. Renamed my local folder name from theme_9 to theme_9_1
    4. Moved my new folder to server path /theme/theme_9_1
    Now I went to my application which have theme 9 and copied One Tab page template as One Tab Template 9.1. In my new page template I changed all the the /theme_9/ reference to /theme_9_1. In my application I applied this new page template to get green color scheme. But its appearing without any css scheme (even default style is not there).
    So Please help me out to resolve my issue. and also suggest me if you have any other easy way to achieve my objective.
    Thanks in advance.

    Hi,
    You steps look okay to me, so not sure why you're CSS isn't working, I would need to see your actual templates to find out (perhaps you could put this up on apex.oracle.com). Just a few general pointers though, I would suggest using one of the newer themes, introduced in APEX 4.0 and APEX 4.1. Those themes are mostly DIV based, i.e. fewer HTML tables for formatting, and as a result, they are much smaller. They also use a DOCTYPE, prompting all modern browser to render your pages in standards more, ensuring better cross-browser compatibility. And most relevant for your task, they no longer use theme-specific class names, i.e. a class called "t9header", would now simply be "header". They also generally reference images directly from the CSS stylesheet, rather than inside your templates, making it much easier to modify your UI. So in essence, assuming you'd be using theme 21, all you'd have to do to switch from a red-look to (in this case) a blue-look, would be to reference the theme CSS file in /themes/theme_22, instead of /themes/theme_21, so in your templates, you would only need to change one path in your page templates.
    Regards,
    Marc

  • Appropriate directory for themes, logs and config files

    Hello, I would like to know what would be the appropriate directory to place a application's config directory that contains themes, logs and config files for that application.
    I want that directory to be accessible but since ~/Library is now invisible on Lion, that kinda rules it out for accessibility. The only place left now would be ~/Applications, but I don't think it was intended for that.
    There is also an invisible config file that contains the path to the config directory and that's what the app uses to know where the config directory is located. The current emplacement of that config file is in the home directory, which I think is not in accordance to Apple's guidelines. So where should I place that file?
    What should I do?
    Thanks

    Whee wrote:
    I wish I could choose both of your answers as being the good one.
    Thanks for the additional info about the Home and Documents directory, that clears a lot of things up. I needed to know that too. Do you know where that documents is located now? http://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPFileSy stem/Articles/WhereToPutFiles.html
    Apple prefers you use the system API for these things. Here is one document that explains it.
    So even though I won't use NSDefaults because what I am working on is a cross Platform app that is in C, I will put the config file in ~/Library/Preferences and the config folder in ~/Library/Application Support.
    Almost everything has a C equivalent. You can use CFPreferences instead. I strongly urge you to use one of the system APIs instead of trying to write your own files. For one thing, the user can put their home directory virtually anywhere they want. For another, Lion is rewriting the underlying architecture with the new screen sharing and iCloud. If you use the system APIs, your program will work properly with any new technologies or custom network settings.

  • GTK wiki - A way to set themes for GTK2 and GTK3 in XFCE

    Hi,
    I think I have something to add to the GTK page of the Arch wiki but I wanted to confirm if this works for others or if I just found an exception to the rule.  Anways, I was trying to figure out why some of my apps on XFCE were looking different than others and I came too the GTK page to find the section explaining that XFCE tries to use the same theme for both GTK 2 & 3 which causes errors if the theme you use isn't for both.
    Since I could not find a theme that I liked a lot that worked for both, I tried to manually fix the issue.  The way I did so was by simply making a new directory in the themes folder and copying all the files from the GTK 3 theme I liked and then replacing the gtk-2.0 folder with the folder of the theme for GTK2 that I liked.  This seems to be working flawlessly so I was wondering if I should add it to the wiki in the section that mentions the few themes that work for both GTK 2 & 3.
    I wasn't sure if the GTK wiki should have more XFCE specific information added or if this would be more appropriate in the XFCE wiki but I was thinking that since there is already mention of the problem and a potential solution on the GTK page, it might make sense to add it there.
    Can anyone confirm that this works for them as well or does anyone have objections to the addition to the GTK wiki?
    Last edited by boswbr25 (2012-05-28 21:47:14)

    I am not that familiar with this bug because I do not use xfce. But I would say adding it as a tip or similar on the xfce page would be the better place to put it as opposed to the gtk wiki.

  • GTK applications do not use KDE's colour scheme while using oxygen-gtk

    As the title says, GTK apps use widgets from oxygen gtk but they only use the default oxygen colour scheme. If I change KDE's colour scheme GTK applications do not.
    This is the intended behavior: http://www.youtube.com/watch?feature=pl … ctOxEEnptY
    However on My system:
    http://i.imgur.com/3QMWb.png
    http://i.imgur.com/n6Cug.png
    No, it is not just changing colours while the applications is open, problem persists if I restart the application or even reboot.
    Anyone know what the problem is? Could it be faulty permissions?
    I have experienced this issue in the past with Arch, not just with the recent KDE 4.9 release but with 4.8 as well.

    Solved.
    I am using kde-gtk-config from AUR and the ~/.gtkrc-2.0 and ~/.gtkrc-2.0-kde4 created by it were conflicting with other files.
    I had to delete ~/.kde4/share/config/gtkrc-2.0 as well as ~/.kde4/share/config/gtkrc

  • Using Portal Theme for a Web Dynpro ABAP Application

    Hello everyone,
    I've created a web-dynpro abap application that I display on one of my portal pages using a Web-dynpro iView.
    Somehow, the WDA app never reads the portal theme properties and has the default SAP roadshow theme colors. I've tried almost everything including passing the theme as an application parameter using WDTHEMEROOT and WDFORCEEXTERNALSTYLESHEET params.
    Documentation states that the application should automatically read the portal's theme, but it never does.
    Interestingly, I have one more web-dynpro java application that works fine and uses the portal theme correctly.
    Am I missing anything? Are there special considerations for WDA apps to adapt to the current portal theme?
    Any ideas, suggestions, solutions would be greatly appreciated.

    >Am I missing anything? Are there special considerations for WDA apps to adapt to the current portal theme?
    What are the release and support package levels of both your ABAP system and your portal?  If the ABAP AS has a later release or SP level than the portal, the Web Dynpro framework will always fall back to using the theme of the backend ABAP system.  This is to protect the application rendering.  Running with a theme (CSS and JavaScript) from an older release or support package level could cause the application to render incorrectly.

Maybe you are looking for