[Resolved] [Ubuntu] PO hover text.

Discussion in 'Help' started by brainard52, Jul 15, 2011.

Moderators: E.T., Zoroark
  1. brainard52

    brainard52 New Member

    Joined:
    Jun 22, 2011
    Messages:
    14
    Likes Received:
    0
    I compiled PO from the source, and everything runs fine. the only problem that I've had is with the Text boxes that pop up when i hover over something like a Pokemon move. the boxes are completely blank. Could it be that the text used is white? I'm sorry. I changed the style to GTK+ and it solved the problem.
     
  2. Lamperi

    Lamperi I see what you did there

    Joined:
    Apr 25, 2010
    Messages:
    2,647
    Likes Received:
    11
    Thanks for telling the solution :-)
     
  3. Viderizer

    Viderizer Admin/Developer

    Joined:
    Mar 12, 2011
    Messages:
    277
    Likes Received:
    0
    GREAT! I had this problem long enough :3 I guess I tried all styles except that... We should change the default theme for Ubuntu = GTK+?

    EDIT: If we would do this, it would be like

    Code (cpp):
    1.  
    2. #ifdef Q_OS_LINUX
    3.     setDefaultValue("application_style", "gtk+");
    4. #else
    5.     setDefaultValue("application_style", "plastique");
    6. #endif
    7.  
    right?
     
    Last edited: Jul 15, 2011
  4. Lamperi

    Lamperi I see what you did there

    Joined:
    Apr 25, 2010
    Messages:
    2,647
    Likes Received:
    11
    linux != ubuntu
     
  5. Viderizer

    Viderizer Admin/Developer

    Joined:
    Mar 12, 2011
    Messages:
    277
    Likes Received:
    0
    ubuntu == linux distro

    Well, there isn't a Q_OS for Ubuntu :-(

    • AIX
    • BSD4
    • BSDI
    • CYGWIN
    • DARWIN
    • DGUX
    • DYNIX
    • FEREBSD
    • HPUX
    • HURD
    • IRIX
    • LINUX
    • LYNX
    • MAC
    • MSDOS
    • NETBSD
    • OPENBSD
    • OS2
    • OS2EMX
    • OSF
    • QNX
    • RELIANT
    • SCO
    • SOLARIS
    • SYMBIAN
    • ULTRIX
    • UNIX
    • UNIXWARE
    • WIN32
    • WINCE
    [/HIDE]
     
  6. brainard52

    brainard52 New Member

    Joined:
    Jun 22, 2011
    Messages:
    14
    Likes Received:
    0
    Glad I could help.
     
Moderators: E.T., Zoroark