washufeng's avatar

washufeng

理查
16 Watchers92 Deviations
14.8K
Pageviews
Hello friends. I have some problems with most of the themes in linuxmint 15 Olivia Yet murrine gtk, unico, pixbuf engines are installed. Themes malfunctioning graphically-Boomrang 1 and 2-Greybiance2-Harvey-Mire 2-Naos-Nightfall-Orion-Orta-2 gtk3 Paolo It is true that I'm Nemo and not nautilus and graphic layout is different. it comes about that? Is it possible to replace in Linuxmint default Nemo Nautilus? Thank you to all those of you who can help me or advise me
==============

Bonjour les amis. J'ai quelques soucis avec la plupart des thèmes sous linuxmint 15 Olivia Pourtant gtk murrine, unico, pixbuf engines sont installer. Les thèmes qui fonctionne mal graphiquement -Boomrang 1 et 2 -Greybiance2 -Harvey -Mire 2 -Naos -Nightfall -Orion -Orta 2 gtk3 -Paolo Il est vrai que je suis sur Nemo et non nautilus et que l'agencement graphique est différent cela vient'il de cela? Est-il possible sous Linuxmint de remplacer par défaut Nemo par Nautilus? Merci à tout ceux ou celles qui pourrons m'aider ou me conseiller
Join the community to add your comment. Already a deviant? Log In
Hello with warp and all. I will like to request aninformation from you. I am currently underLinuxMint Olivia Je see much among you who areon ArchLinux. Which advantages it there is to pass under archLinux? And if Majaro perhaps agood alternative. Amn't I a expère, but is thelearning curve you it long on these distributions?Namely as I had not bad concern with one installson my imac as well with ubuntu as Linuxmint
Join the community to add your comment. Already a deviant? Log In

Some Help

1 min read
Hello with warp and all. I will like to request aninformation from you. I am currently underLinuxMint Olivia Je see much among you who areon ArchLinux. Which advantages it there is to pass under archLinux? And if Majaro perhaps agood alternative. Amn't I a expère, but is thelearning curve you it long on these distributions?Namely as I had not bad concern with one installson my imac as well with ubuntu as Linuxmint
Join the community to add your comment. Already a deviant? Log In
A feature of Plasma is the ability to theme desktop elements using Scalable Vector Graphics (SVGs). This means there is no need for theme authors to know C++ or any other programming language to create a great looking theme. They need only use common graphics tools many are already familiar with (e.g. Krita, Inkscape, The GIMP, Karbon, etc.). Depending on your prowess with such tools, a great looking plasma theme can be created in under an hour.
Contents
[hide]

    * 1 Creating a Plasma Theme in 7 Easy Steps
    * 2 Testing the Theme
    * 3 Theme Colors
    * 4 Hints and Tips

Creating a Plasma Theme in 7 Easy Steps

   1. Copy and rename an existing plasma theme folder. The new folder name can be the name of the theme. Installed themes are stored in share/apps/desktoptheme/ in either your .kde directory or your kde installation directory. You can also find Plasma themes on KDE-Look. Edit the metadata.desktop file in the theme folder to match your theme name. See Theme Storage if you need help.
   2. Open the SVG file associated with the plasma element you would like to theme (panel background, clock, etc.) in an SVG editor (e.g. Inkscape, Karbon). See Current Theme Elements if you need help understand what each SVG file does.
   3. Each SVG file may have several elements (e.g. objects with element id = left, right, top, topright, center, clock face, etc.). Modify existing elements OR delete and create replacement elements. Elements can be any SVG primitive or object group. Hint: You can embed raster images as SVG elements if you creatively prefer raster editors like Krita, the GIMP, etc. Remember to embed, instead of link, each image (inkscape: effects->images->embed all images).
   4. To make renaming of the theme elements easier is possible to use an Inkscape extension located at this address
   5. Check to make sure that the element id for each new element is correctly set. Hint: In Inkscape you can check the element id for each object by right-clicking on the object and choosing Object Properties.
   6. Add or remove any hint element you desire. It doesn't matter how these look, just that objects with the element ids matching the hint elements either exist or don't exist. See Backgrounds for a description of available hint elements.
   7. Save the SVG file.
   8. Repeat steps 3 - 6 for any other plasma element for which you would like to create a new theme.

Testing the Theme

    * If you have not already done so, copy your new theme folder to the share/apps/desktoptheme directory in either your .kde folder or your kde install folder.
    * Choose the theme from the Configure Desktop dialog (may require kde restart) or edit your plasmarc file to point to the new theme.
    * Carefully check the appearance of all new theme elements.
    * If you created separate non-composite themes (SVGs in the opaque folder), remember to test your theme with compositing (Desktop Effects) turned off.

Theme Colors

    * You can provide a plasma color scheme that will allow text, selected backgrounds and other items to blend well with your theme by supplying a colors file in your theme folder. See the colors file in the default theme for an example.
    * If the colors file is omitted, plasma will take on the current KDE system colors. Note: Theme SVGs will not be colorized unless they contain the 'hint-apply-color-scheme' element.)

Hints and Tips

    * Even a pixel or two out of place can make a difference over hours of use. It may not be obvious at first glance but the user may intuitively pick up that something is just 'not right' and give up using your theme.
    * In Inkscape, turn off stroke scaling when objects are resized. Inkscape may default to scaling the stroke of an object when changing its size. This may show up in the rendered plasma theme as thin, barely-there, lines you can't seem to get rid of.
    * If you prefer raster editors like Krita and GIMP, create your particular theme in these programs first then import them into Inkscape (drag and drop of the files works fine). If you're working on a background with multiple elements (e.g. panel-background, widget background, etc.) crop the raster image into the different elements (top, bottom, right, etc.) and save as separate files before importing into Inkscape.
    * Don't forget to embed imported raster images. By default Inkscape will import these as linked images which will not show up in plasma (to embed the images, go to Effects > Images > Embed All Images).
    * Remember that border elements of backgrounds (top, right, bottom, left) are tiled if the hint-stretch-borders element is not present in the svg.
    * Remember that the center element of backgrounds are stretched if the hint-tile center element is not present in the svg.
    * To control how much colorization will be applied by plasma when using the hint-apply-color-scheme element, make sure the color (HSV) Value/Intensity is closer to 0 or 255 for less colorization, and closer to 127 for more colorization. So, for example, to keep shadows from being colorized, use color (HSV) Value/Intesity of 0.
    * When testing the theme, if it looks like portions of a multi-element SVG is missing (missing borders, etc.) check the svg again to make sure the element ids are correct.
    * Do not use more advanced SVG features since they will not be rendered properly. If you want to add blur or something similar, consider pre-rendering to PNG, and then import the PNG into the final SVG file.
    * Perform this quick sanity check for background SVGs to help troubleshoot annoying lines and gaps between elements:
          o topleft, top and topright elements should have the same height
          o topright, right and bottomright elements should have the same width
          o bottomleft, bottom and bottomright elements should have the same height
          o topleft, left and bottomleft elements should have the same width

Sources: techbase.kde.org/Development/T…

Join the community to add your comment. Already a deviant? Log In
That's it! I finally passed under KDE 4.4. I am pleasantly surprised at the quality and usability of this version.
What 've decided to go under KDE in the fact that the drivers for my Nvidia FX 1500 Quardro are a disaster. Not a day goes by that I had to restart my system several made in a day, with the frieze on the screen, see a complete crash of the latter. Compiz is more and more crap. And a lot of functionality that disappear.
Currently no problem with Kwin. Hopefully KDE team will continue in this direction.

----------------------------------------------------------------------------------------

Ça y est ! Je suis finalement passé sous Kde 4.4 . Je suis agréablement surpris de la qualité et de la convivialité de cette mouture.
Ce qui m' a décidé à passer sous Kde sous le fait que les drivers Nvidia pour ma Quardro Fx 1500 sont une catastrophe. Pas une journée sans que j'ai eu à redémarrer plusieurs fis mon système dans une journée, avec des frizes à l'écran, voir un plantage complet de celui-ci. Compiz est de plus en plus merdique. Et des tas de fonctionnalité qui disparaissent.
Actuellement pas de problème avec  Kwin. Espérons que L'équipe de Kde continuera dans ce sens.

Features


by sedART

Scrollable Entry Box


Sample Text For Scrollable Entry Box. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porttitor, mauris quis scelerisque laoreet, erat justo tristique dui, vel sodales purus arcu non quam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Sample Text For Scrollable Entry Box. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porttitor, mauris quis scelerisque laoreet, erat justo tristique dui, vel sodales purus arcu non quam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

Sample Text For Scrollable Entry Box. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In porttitor, mauris quis scelerisque laoreet, erat justo tristique dui, vel sodales purus arcu non quam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
Join the community to add your comment. Already a deviant? Log In
Featured

Problem gtk theme by washufeng, journal

Some Help please by washufeng, journal

Some Help by washufeng, journal

Help me please for plasma by washufeng, journal

Under kde 4.4 Now by washufeng, journal