Antialiasing fonts in Fluxbox?

I have read numerous posts, blogs, and wiki info about antialiasing fonts in Fluxbox, system-wide. I altered my /etc/fonts/font.conf to include
<match target="font">
<edit mode="assign" name="antialias"><bool>true</bool></edit>
</match>
and altered my ~/.fluxbox/init to include
session.screen0.antialias: true
both with no success.
To make things clear, I have GTK and QT installed - and apps that use those respective toolkits look just fine; font is beautiful.
I am very new to Arch Linux, and new to the Arch forums, so if I'm posting in the wrong section or am asking a stupid question - let me know.
Also: I know this is not the time nor place - but I wanted to thank anyone who has contributed to Arch for making such a wonderful distro.
And another thanks to all/anyone willing to waste their own with my problems.
If you need any additional info - let me know and I will post it.

Update: I ran across a post saying that installing Xfce helped with Openbox fonts and installing KDE helped in GNOME - so I tried it. Xfce did not work; so I uninstalled it and installed KDE - and it worked. ALL my fonts look good now. However, this is not really solving my original problem, just finding a quick fix. I'd still like the appropriate answer if it's out there so I can get rid of KDE.

Similar Messages

  • Ugly (non-antialiased) Fonts

    Hi,
    I am annoyed with Xorg 100/75 dpi fonts that is being used by some sites like this:
    http://www.linuxtimes.net/modules.php?n … le&sid=831
    I use firefox 1.0.4
    In other distro, this does not happen.
    And in kcontrol fonts manager, I see a lot of non-antialiased/bitmap fonts scattered and one of them Helvetica which I suspect the site is using it since when I deleted it, firefox crash when I refresh the page. But after reloading firefox the same webpage uses antialiased fonts.
    Somehow the ugly (bitmap) fonts gets priority when that webpage is shown. Maybe the webpage uses Helvetica as its fonts.
    But I cannot delete all those ugly bitmap fonts, my gnucash needs the bitmap Helvetica fonts and it crashes when I deleted those bitmap fonts.
    What can I do?
    I never see this kind of problem in Fedora, Ubuntu or Suse. I see similar problem in FreeBSD but it dissapear when I portinstall Xfst.
    Anyone had similar problem and maybe some solutions?
    Thanks.
    Jerry

    Yep, you are right.
    It should work that way. But I don't understand why helvetica is bitmap font and it is not truetype one. I can't check Fedora or Ubuntu. But when I was using it last time, Fedora has a very nice fonts in Gnucash (it should be helvetica) and Ubuntu has not so nice fonts (jagged). Both does not affect the way firefox display fonts. Yes, it's a bit confusing since I cannot give the exact details. I have reformatted both Fedora and Ubuntu and now I am using Arch.
    I will try to define font replacement like what you suggest.
    I wonder how to make Gnucash to use other fonts. Or whether by overwriting the same helvetica font with truetype will crash Gnucash.
    Thanks
    Jerry
    nggalai wrote:
    jery_wang2002 wrote:It just annoy me when something does not work as it is supposed to.
    Err, it DOES work as it's supposed to: The web site asks for Helvetica, hence you'll get Helvetica.
    FONT {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    TD {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    BODY {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    P {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    DIV {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    /* Tweaks */
    TABLE {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    A {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    IMG {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    FORM {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    TH {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    TR {FONT-FAMILY: Helvetica; FONT-SIZE: 12px}
    If you don't like that, you'll either have to define replacement fonts in your Xorg font configuration (http://wiki2.archlinux.org/index.php/XO … figuration right at the bottom) or do the same thing in Firefox. There was something you can do in your userChrome.css or userContent.css file, but unfortunately I lost the link ...

  • Antialiased fonts in all components?

    hi,
    does anyone know how the IntelliJ IDE manages to have its GUI components all have anti-aliased fonts?
    it seems to do this independently of the look and feel, so I'm guessing its not a property of those in particular
    thanks,
    asjf

    As for programatically doing it in Java, one solution is to override the paintComponent() method in your component and cast the Graphics object to a Graphics2D object then specify antialiasing to the rendering hints method.thats quite a nice workaround, in the short term at least :)
    it would be nice if this was supported in Swing though..

  • Is it possible to have antialiasing font under gnome and ...

    ... and Mozilla browsers ? (Firebird, epiphany...)
    My gnome is ugly without AA 

    er... yes?
    This is the default. Pretty much everything X-based is anti-aliased now. Has been for awhile.
    Make sure you either setup your fonts in your browser to ones that will AA, or you set your defaults for Times, Sans, Serif, ect. in /etc/fonts/local.conf to ones that will AA. Otherwise they'll look ugly.

  • Fluxbox fonts suck after an upgrade [SOLVED]

    I upgraded Arch after a month (too long I know) and the fonts in fluxbox look horrible.  They look like a choppy typewriter font (menus, window titles, etc..).  Fonts in every other application look fine (i.e. same as before upgrade).
    I saw this thread:
    http://bbs.archlinux.org/viewtopic.php?t=25864
    I tried a few of the suggestions on the thread, but it seems like every other post has a different solution.   Also, some people mentioned changing options like autohinter or bitmap on and off, but I'm sort of confused and don't know how to do that (e.g. font.avail, conf.d, ??).  I typed fonts in the wiki, but couldn't much help there for this.
    Anyone have some "dumbed-down" advice for someone who is confused about how fonts work in Linux?

    Okay, I was able to change the fonts to my liking using this FB HOWTO:
    http://fluxbox-wiki.org/index.php/Howto_change_font

  • Some Java 6 quirks (JTable and non-proportional fonts)

    Hi,
    I just downloaded JDK 6 to check how hard it will be to replace Java 5 on our project. I realized it won't be painless =/
    So far, the problems I found were:
    1. one of our JTables simply stopped showing its content. It's a two-column table, with plain text cells. Weird thing is that we have much more complicated tables on the application, and they are all fine (detailed investigation still pending, I am just posting first impressions)
    2. one of our "reports" is simply a JTextArea with fixed-width font (Courier), so that we can align text at specific positions just by inserting the right amount of spaces. Java 6 antialiased fonts somehow broke this, text can't be aligned anymore. Now, that's weird, antialiasing shouldn't mess with fixed-width fonts, just improve their rendering AFAIK.
    Anyone else seeing similar behavior? Any tips?
    Regards,
    Andre

    Create your GUI and start your app on the EDT. Also only do row manipulation on the EDT. Most Swing operations are not threadsafe and must be done on the EDT. If this app worked prior to Java 6, it was only by chance.
    In other words:
    1. Wrap your main() method's contents in a SwingUtilities.invokeLater().
    2. Wrap your addRow(), removeRow(), JScrollBar.setValue() and any other GUI-related calls in a SwingUtilities.invokeLater().
    Note that your Thread is so simple that it might be better to use a javax.swing.Timer instead of a Thread. Then your addRow() and removeRow() calls wouldn't need to be in SwingUtilities.invokeLater() since the Timer would only be called on the EDT.

  • When using unaliased fonts GTK2 apps look messy

    I use antialiasing with exclude range of 8-13px, the small fonts are readable this way. But the same error occurs when using no antialiased fonts. (i use verdana or arial, but the result is the same)
    the GTK2 apps look like on the picture below:
    [URL=http://img141.imageshack.us/my.php?image=unaliasedgtk21hc.jpg][/URL]
    i've tried with xfce4, but its the same. i tried to uninstall gtk-qt-engine, and delete the configs, tried some gtk-engines, but didnt solve anything...

    append anitalisa false setting in your "/etc/font/local.conf" or "~/.fonts"
    this is my setting.
    <match>
    <test>
    <string>Batang</string>
    <string>BatangChe</string>
    <string>Gungsuh</string>
    <string>GungsuhChe</string>
    <string>Gulim</string>
    <string>GulimChe</string>
    <string>Dotum</string>
    <string>DotumChe</string>
    </test>
    <test>
    <double>11</double>
    </test>
    <test>
    <double>25</double>
    </test>
    <edit>
    <bool>false</bool>
    </edit>
    </match>

  • [creativity] Looking for recommendations regarding font, spacing etc.

    Hi! This isn't the normal technical kind of question, I just don't know where else to ask.
    So I have this 1366 * 768 (15,4") laptop screen.
    Screenshot with two windows: http://oi59.tinypic.com/f5u0p.jpg
    Screenshot with one window, divided by tmux: http://i59.tinypic.com/182kyf.png
    What I want to do is to have at least 80 columns of text in two frames side by side. This is top priority.
    Yes, most things are still just defaults, but what would you guys do to achieve that?
    Selecting another font that doesn't use so much space in between the characters? Font used is Source Code Pro, 12pt.
    I find it hard to read non-antialiased fonts (like Terminus) and I don't want to set it smaller because I still want it to be readable from 1m far away.
    Is it possible to reduce the space between character by 1px? (The terminal is st and using fontconfig string)
    Or would you rather reduce borders from bspwm and the space between windows?
    Also I'm aware that bspwm doesn't cut in half, but even if it would, than the space wouldn't be enough for 2*80 chars.
    Last edited by cyru5ol (2014-07-06 13:05:51)

    It's been a few years since I've done anything in LT.
    Motion's text capabilities make it really worth learning for titling concepts. It's not hard and it can produce great results – better than I could do on LT.
    So consider downloading Motion and experiment – or try Motion out on someone else's Mac. (AE is a bigger commitment.)
    Good luck.
    Russ

  • Horrible fonts in koffice

    I installed the newest release of koffice2 in hope that the bold, strongly antialiased fonts of the previous versions would have been corrected. Instead, now the fonts look horrible, jagged, almost unreadable (in the text area, not the interface). Are there any workarounds for this? Or maybe we should mix the excellent functionality and font-rendering of Openoffice with the interface of koffice

    panosk wrote:I installed the newest release of koffice2 in hope that the bold, strongly antialiased fonts of the previous versions would have been corrected. Instead, now the fonts look horrible, jagged, almost unreadable (in the text area, not the interface). Are there any workarounds for this? Or maybe we should mix the excellent functionality and font-rendering of Openoffice with the interface of koffice
    There's a bug report on the ugly fonts over at the KDE site and it appears that the developer is not going to fix the fonts because he says they are supposed to look the way they do:
    https://bugs.kde.org/show_bug.cgi?id=186513
    I used to really like Koffice, but it's been a total turnoff for me ever since they moved to version 2.  I've messed with the fonts on it all I'm going to trying to get them looking better, but they still look horrible. AbiWord is far too Gnome dependent, and OO.org is way too bloated.  In the interim, I've been using Google Docs, but that's not all that great a solution, either.

  • Use Resource Editor to change colors/fonts in Logic 8?

    Many years ago I used to develop for the Mac (now I'm a Mac-challenged Windows guy).
    I seem to remember ResEdit, where one could change the fonts and colors of the different objects of a program. Everything like this was in a resource fork, so that the program could be localized for different countries.
    Any developers out there? Would this be possible with Logic 8?

    Short answer: highly doubtful for fonts, probably possible for graphics if you really have the time.
    Long answer: Since OSX, Apple has been trying to get away from using resource forks, although they are still obviously supported by the OS in some areas. Applications in OSX no longer can store their entire executable code and resources in a resource fork; they instead store them as plain 'ol files located within the program's bundle.
    If you look inside the logic 8 bundle (by right clicking on it in finder and then going to "show package contents"), you can see for yourself what's there. You'll see that there's only 2 font files in the bundle, and both of them are used for scoring. Logic probably is using system fonts, and to change the way that it renders them, you'd also need to alter the program binary somehow. So you'll just have to keep begging apple to re-introduce the preference for non antialiased fonts.
    As for graphics, you can see that within the Contents/Resources directory, there are hundreds of familiar TIFF files used to build the Logic UI. I suppose, if you really felt so inclined, you could redo them all yourself provided you kept each one the same size. However, it should be noted that this is kind of a fool's errand, not only because of the time involved, but also because any changes you make will get blown away by software update for newer versions of Logic.

  • How can I use my Html/CSS Navigation bar to control an Edge Stage?

    I have an HTML/CSS navigation bar set up in my EDGE created page. The Navbar is not created in edge. I would like to use these buttons to control the stage. 
    Inside the stage the main timeline has labels and stop actions every 1.5 secs to create a horizontally sliding site.
    The labels are as follows: home, work, blog, profile, and contact. I can easily use a symbol created inside edge for example:
    sym.play("home");
    and animate a 6000px width symbol across my 1000px stage in 1000px increments.
    I do not want to use a symbol inside of edge to do this because I cannot create the effect that the html/css navbar has on mouseover inside of edge.
    So I am interested in knowing if I can use this bar to control my main timeline so I don't have to sacrifice design for functionality.
    currently the link list is setup with the standard hyperlink. What code would I use to play the stage on click of the html navbar?
    Many thanks to anyone who can help with this!
    Here is the code for the navbar:
    <div id="menu"><ul class="block-menu">
                        <li><a href="/home" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>
                        <li><a href="/demos" class="three-d">
                                  Work
                                  <span class="three-d-box"><span class="front">Work</span><span class="back">Work</span></span>
                        </a></li>
                        <li><a href="/deals" class="three-d">
                                  Blog
                                  <span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
                        </a></li>
                        <li><a href="/about" class="three-d">
                                  Profile
                                  <span class="three-d-box"><span class="front">Profile</span><span class="back">Profile</span></span>
                        </a></li>
            <li><a href="/about" class="three-d">
                                  Contact
                                  <span class="three-d-box"><span class="front">Contact</span><span class="back">Contact</span></span>
                        </a></li>
              </ul>
    <span class="block-menu"></span></div>
    Full HTML:
    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
              <title>Untitled</title>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="workapp_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-57204389 { visibility:hidden; }
                  .block-menu {
                                  display: block;
                                  background: #000;
                        .block-menu li {
                                  display: inline-block;
                        .block-menu li a {
                                  color: #fff;
                                  display: block;
                                  text-decoration: none;
                                  font-family: 'Passion One',Arial,sans-serif;
                                  -webkit-font-smoothing: antialiased;
                                  -moz-font-smoothing: antialiased;
                                  font-smoothing: antialiased;
                                  text-transform: uppercase;
                                  overflow: visible;
                                  line-height: 20px;
                                  font-size: 24px;
                                  padding: 15px 10px;
                        /* animation domination */
                        .three-d {
                                  -webkit-perspective: 200px;
                                  -moz-perspective: 200px;
                                  perspective: 200px;
                                  -webkit-transition: all .07s linear;
                                  -moz-transition: all .07s linear;
                                  transition: all .07s linear;
                                  position: relative;
                                  .three-d:not(.active):hover {
                                            cursor: pointer;
                                  .three-d:not(.active):hover .three-d-box,
                                  .three-d:not(.active):focus .three-d-box {
                                            -moz-transform: translateZ(-25px) rotateX(90deg);
                                            -webkit-transform: translateZ(-25px) rotateX(90deg);
                                            -o-transform: translateZ(-25px) rotateX(90deg);
                                            transform: translateZ(-25px) rotateX(90deg);
                        .three-d-box {
                                  -webkit-transition: all .3s ease-out;
                                  -moz-transition: all .3s ease-out;
                                  -ms-transition: all .3s ease-out;
                                  -o-transition: all .3s ease-out;
                                  transition: all .3s ease-out;
                                  -webkit-transform: translatez(-25px);
                                  -moz-transform: translatez(-25px);
                                  -o-transform: translatez(-25px);
                                  transform: translatez(-25px);
                                  -webkit-transform-style: preserve-3d;
                                  -moz-transform-style: preserve-3d;
                                  -ms-transform-style: preserve-3d;
                                  -o-transform-style: preserve-3d;
                                  transform-style: preserve-3d;
                                  pointer-events: none;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  display: block;
                                  width: 100%;
                                  height: 100%;
                        .front {
                                  -webkit-transform: rotatex(0deg) translatez(25px);
                                  -moz-transform: rotatex(0deg) translatez(25px);
                                  -o-transform: rotatex(0deg) translatez(25px);
                                  transform: rotatex(0deg) translatez(25px);
                        .back {
                                  -webkit-transform: rotatex(-90deg) translatez(25px);
                                  -moz-transform: rotatex(-90deg) translatez(25px);
                                  -o-transform: rotatex(-90deg) translatez(25px);
                                  transform: rotatex(-90deg) translatez(25px);
                                  color: #FFE7C4;
                        .front, .back {
                                  display: block;
                                  width: 100%;
                                  height: 100%;
                                  position: absolute;
                                  top: 0;
                                  left: 0;
                                  background: black;
                                  padding: 15px 10px;
                                  color: white;
                                  pointer-events: none;
                                  -moz-box-sizing: border-box;
                                  box-sizing: border-box;
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    <body>
    <div id="menu"><ul class="block-menu">
                        <li><a href="/home" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>
                        <li><a href="/demos" class="three-d">
                                  Work
                                  <span class="three-d-box"><span class="front">Work</span><span class="back">Work</span></span>
                        </a></li>
                        <li><a href="/deals" class="three-d">
                                  Blog
                                  <span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
                        </a></li>
                        <li><a href="/about" class="three-d">
                                  Profile
                                  <span class="three-d-box"><span class="front">Profile</span><span class="back">Profile</span></span>
                        </a></li>
            <li><a href="/about" class="three-d">
                                  Contact
                                  <span class="three-d-box"><span class="front">Contact</span><span class="back">Contact</span></span>
                        </a></li>
              </ul>
    <span class="block-menu"></span></div>
    <div  id="Stage" class="EDGE-57204389">
    </div>
    </body>
    </html>

    I've come across this from the Edge API:
    Edge.getComposition(compId)
    Anyone having trouble with this same issue should try this:
    var targetComp = AdobeEdge.getComposition('TARGETCOMPID');
       targetComp.getStage().play();
    in their trigger or event handler.
    How I got it to work:
    <li><a href="javascript:var targetComp = AdobeEdge.getComposition('EDGE-57204389');
       targetComp.getStage().play();" class="three-d">
                                  Dynamic
                                  <span class="three-d-box"><span class="front">Dynamic</span><span class="back">Artisans</span></span>
                        </a></li>

  • Text Problems in IE 7

    I have stumbled upon a problem that is causing me fits.
    I make simple banners in Ver 8.0 on a Mac. They work fine on
    all my browsers on the mac. I can use fonts to my hearts content.
    But, when I test my creations in IE 7 on my wife's Windows XP PC,
    the text does not show.
    I can work around this by selecting the "use device fonts" in
    the properties inspector. But, this only gives me very generic font
    control.
    I can also break apart the text, but this is a major hassle
    when making revisions.
    The scary thing, all my banners look fine in Firefox on the
    PC, it seems like IE 7 is the only one that has trouble rendering
    my text with any interesting fonts.
    I assume there is some setting that I have tweaked that broke
    this for IE 7. Old banners that I test seem to work fine.
    Any suggestions would be appreciated.
    mark

    Since I am not getting any responses to this, perhaps my
    description was not clear.
    I have prepared a demo page of my problem.
    Flash demo page
    On this page, are two versions of my banner, the first is a
    straightforward build, using antialiased fonts, on the right, there
    should be "sign in" words in white.
    The second banner also should have the "sign in" words, I put
    in "bauhaus device font" in device font which shows up fine, but
    looks terrible.
    I also include a link to the source fla file if that would
    help with troubleshooting.
    On my windows machine, Firefox shows this perfectly, while
    Internet Explorer 7 does not show the "sign in" words.
    Sure would appreciate a few words of advice on this.
    mark

  • How can I get such a desktop style?

    Hello,
    yesterday I installed xorg and fluxbox the first time on my computer. Before I used arch linux only with console and because of that the style wasn't so important
    But now I want a nice Desktop with fluxbox and I found a picture from a really nice one:
    http://www.boxwhore.org/modules/wfdownl … /alssi.png
    I downloaded the the theme, but my terminal emulator isn't transparent! Which terminal emulator is used on this machine and how can I get it transparent?
    And which file manager ist that?
    An other newbie question:
    The font DejaVu Sans 9 is used on the desktop, which you can see on the picture! I configured xorg.conf to use freetype fonts but I don't know how I can change the font in fluxbox. At the moment my font size is to small. I want a larger size and a more eye candy font like "Dejavu Sans"
    Thanks for you hints!
    Greetings,
    Flasher

    SiD wrote:Don't know which terminal it is, maybe aterm...
    The Fluxbox menu (which clearly seems to be a homebrew one) states that it might be Eterm .

  • Anti aliased text

    I'm thinking of reformatting all the text using anti alias
    option.
    This seems a sensible option, as I assume it makes the text
    look smoother.
    I like the appearence, but a reasonable number of people,
    didn't like it. Some said it made things look marginally blurry.
    What are your views. Do many of you use the anti alias
    feature. Currently I use Verdana font in my applications.

    I agree it's a mix between 'smoother' vs. 'blurry'. With some
    fonts, the
    'I' can look pretty thin and blurry especially. You may have
    better
    results with different fonts; so the first thing maybe to try
    is a
    variety of fonts showing A through Z set to antialias and see
    which
    looks best.
    Colors can matter too.
    I think I've found good results with something like black,
    bold,
    antialiased text on top of backgrounds that aren't too
    heavily
    contrasted (like maybe yellow instead of white?).
    Ensure the font you pick is a common one or you'll have to
    install it on
    the user's computer.
    I generally don't use antialiased fonts though...all depends
    how they
    look for a given project's design. They also take a bit more
    power to
    display so might want to avoid them for lower-end machine
    specs.
    Erik
    webacity wrote:
    > I'm thinking of reformatting all the text using anti
    alias option.
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - eLearning
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    Authorware Tips!

  • Making Faster Mountain Lion's Retina DIsplay Performance

    Hello..
    I just hope to discuss Retina Display and rendering it's font, photo and display perfomance.
    My two main issue is Antialiasing and Interpolation.
    1. Antialiasing (AA) :
    Now we can contact really high dpi display pannel. though, not close as print yet, i think it's time to think about antialiasing fonts.should we need AA more? in my guess AA should be have option to on & off now. and this could be increase perfomance and let GPU works less. instead of, font should be twice(at least) big than now in general environment. thanks to retina, we can get enough neat outline with antialiasing off.
    2. Interpolation :
    Interpolation is for graphic image to prevent mosaic problem when reduce or magnify. this should be essential in many case. but in Retina, this could be blur image. because in Retina mode, every image will enlarged with interpolation. so i hope there was option for turn  off this interpolation working in "half sized resolution mode". for example, in retina MBP, 2880 X 1800 is maximum resolution. but when set monitor resolution as half(1440X800), still image looks blur. because this image are interpolated even twice reduced. most images are basically have anti aliasing. so retina should not interporlate image at least they reduced in half.
    i wonder someone can make this utility.
    please let me know your think.
    thanks

    i don't want to see deleting my thread without my permission
    If you look at the Terms of Use here, you will see that Apple owns these forums and has the right to remove posts if they want to do so. They do not require anyone's permission. There is a link to the terms at the bottom of this page.
    Your original post asks for a change in the OS behavior; here is part of the terms:
    Discussions of Apple policies or procedures or speculation on Apple decisions.
    This conversation is not productive; therefore this is my last post here.

Maybe you are looking for

  • Macbook battery life,  is there a problem If I keep it plugged almost all the time?

    Hello. New Mac user here, so I was wondering if there's a problem if I keep my MBP plugged all the time. Most of the time I'm on my room using my MBP fully charged and I don't disconnect it. Is there a problem with my batter life if I do that? Or it'

  • Initiation of workflow from Primavera P6 R8.2 of Web Access is not working

    ERROR com.primavera.infr.srvcs.bpm.BPMNServiceImpl ?:? BPM service could not connect to BPM Identity service provider for database 1 ORABPEL-10585 Service error. Internal Error; Service error occurs in BPMIdentityService in method authenticateUser. R

  • Back up for me

    Finally at 12:01am Monday 13 2014 this morning I programed my phone and the prepaid  system is up and gave me 1gb data for using up my data to call out.  Next time hope the'll keep us in mind and let us know when the system gets back up and running.

  • Portal 3.0 installation error

    He's my software configuration : Oracle9iAS 1.0.2.2.2a on NT server SP5, Oracle 8.1.7 Standard Edition on other machine NT SP5. With the Oracle9iAS Portal Configuration Assistant, I installed repository and users; but at the end of the installation I

  • Macbook pro 13'' 2012 yellow hue on display

    I bought a Macbook pro 13'' one week ago and I had a problem with my taps lock button. I was not suttisfied with any problem with a 3 days laptop so i contacted Apple and I had a replacement after I tried everything they told my (software update,etc)