Libreoffice-fresh kde4 appearance hover mouse

Hi there,
I recently made the switch to a kde4 desktop.
I have arch linux running on a 64 bit machine with java  openjdk 8 and libreoffice-fresh
I never had this problem on arch with GNOME3 but it seems now that I can no longer see which menu item I am hovering over as the hovered menu Item is not highlighted. The global menus as well as the right click / context menus are affected by this.
Forcing libreoffice to use gnome via an exporrted environment variable as indicated in the wiki, does not seem to resolve the problem either.
I dont know what the missing ingredient is here. It makes the application cumbersome to work with.
Any help would be greatly appreciated.

Solved : Libreoffice only supports the oxygen theme. I was using breeze.

Similar Messages

  • [SOLVED]Ugly menu in Libreoffice-fresh on archlinux kde

    How disable kde4 menu integration in Libreoffice-fresh?
    Last edited by Viterzgir (2014-11-15 12:36:05)

    I have installed libreoffice-still without libreoffice-still-kde4. With libreoffice-still-kde4 menu was terrible looking. Today I installed libreoffice -fresh and don't know how disable kde integration.

  • How to enable kde 4 theme into libreoffice-fresh ?

    Some time ago I installed libreoffice-fresh and the file dialogs and icons are "libreoffice-style" rather than "kde-style", i have installed "kdelibs" for KDE desktop integration .. but no result.
    Any ideas?, any advice ?
    Regards.

    It was an error in PKGBUILD, sorry. Now it's improve. Try now, or....:
    PKGBUILD:
    # Maintainer: Piotr Gorski <[email protected]>
    pkgname=kgtk
    pkgver=0.11.0
    pkgrel=3.1
    pkgdesc="LD_PRELOAD hack with helper scripts to make gtk and qt-only programs use KDE file dialogs."
    arch=('i686' 'x86_64')
    url="http://www.kde-apps.org/content/show.php?content=36077"
    license=('GPL')
    depends=('kdelibs')
    makedepends=('pkgconfig' 'automoc4' 'cmake' 'gettext' 'gtk2>=2.6' 'gtk3>=3.0')
    install=kgtk.install
    source=(http://kde-apps.org/CONTENT/content-files/36077-KGtk-${pkgver}.tar.bz2)
    md5sums=('e5abf37b9f15b301d213ffb881144ddb')
    build() {
    cd "${srcdir}/KGtk-${pkgver}"
    mkdir -p "${srcdir}/build"
    cd "${srcdir}/build"
    cmake "../KGtk-${pkgver}" -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
    package() {
    cd "${srcdir}/build"
    make || return 1
    make DESTDIR=$pkgdir install || return 1
    and kgtk.install:
    post_install() {
    echo ""
    echo "This converts GTK Filedialogs to KDE4 dialogs."
    echo ""
    echo "You can run GTK applications in 2 ways:"
    echo " A. Call /usr/bin/kgtk-wrapper gimp"
    echo " B. Create a symbolic link from the wrapper script to"
    echo " your application, e.g."
    echo ""
    echo " ln -s /usr/bin/kgtk-wrapper /usr/local/bin/gimp"
    echo ""
    echo " and make sure you run /usr/local/bin/gimp instead of"
    echo " /usr/bin/gimp in the future"
    echo ""
    /bin/true
    pre_remove() {
    echo ""
    echo "If you linked some GTK applications to the wrapper"
    echo "script provided by this package, make sure to"
    echo "remove those links."
    echo ""
    /bin/true
    Now it builds pkg.tar.xz file:
    tar -tvf kgtk-0.11.0-3.1-x86_64.pkg.tar.xz
    -rw-r--r-- root/root 714 2014-12-30 22:48 .PKGINFO
    -rw-r--r-- root/root 747 2014-12-30 22:48 .INSTALL
    -rw-r--r-- root/root 1465 2014-12-30 22:48 .MTREE
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/bin/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/lib/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/pt_BR/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/fr/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/en_GB/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/zh_CN/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/de/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/cs/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/es/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/it/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/ru/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/ru/LC_MESSAGES/
    -rw-r--r-- root/root 1470 2014-12-30 22:48 usr/share/locale/ru/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/it/LC_MESSAGES/
    -rw-r--r-- root/root 1106 2014-12-30 22:48 usr/share/locale/it/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/es/LC_MESSAGES/
    -rw-r--r-- root/root 1112 2014-12-30 22:48 usr/share/locale/es/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/cs/LC_MESSAGES/
    -rw-r--r-- root/root 1149 2014-12-30 22:48 usr/share/locale/cs/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/de/LC_MESSAGES/
    -rw-r--r-- root/root 1190 2014-12-30 22:48 usr/share/locale/de/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/zh_CN/LC_MESSAGES/
    -rw-r--r-- root/root 1191 2014-12-30 22:48 usr/share/locale/zh_CN/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/en_GB/LC_MESSAGES/
    -rw-r--r-- root/root 1199 2014-12-30 22:48 usr/share/locale/en_GB/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/fr/LC_MESSAGES/
    -rw-r--r-- root/root 1305 2014-12-30 22:48 usr/share/locale/fr/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/share/locale/pt_BR/LC_MESSAGES/
    -rw-r--r-- root/root 1128 2014-12-30 22:48 usr/share/locale/pt_BR/LC_MESSAGES/kdialogd4.mo
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/lib/kgtk/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/lib/kde4/
    drwxr-xr-x root/root 0 2014-12-30 22:48 usr/lib/kde4/libexec/
    -rwxr-xr-x root/root 81944 2014-12-30 22:48 usr/lib/kde4/libexec/kdialogd4
    -rwxr-xr-x root/root 48376 2014-12-30 22:48 usr/lib/kgtk/libkgtk2.so
    -rwxr-xr-x root/root 48384 2014-12-30 22:48 usr/lib/kgtk/libkgtk3.so
    -rwxr-xr-x root/root 2009 2014-12-30 22:39 usr/bin/kgtk-wrapper
    Last edited by pb (2014-12-30 21:53:41)

  • Recent upgrade win7 from xp. could hover mouse pointer on bookmarks button- bookmarks would open-

    hover mouse pointer on bookmarks button-bookmarks would open -drop down- point to a folder in the list -IT would open for more book marks.
    how do i restore feature. it was very handy- no clicking

    Hi montee11,
    That may be the Bookmark menu? You can enable the menu bar in Firefox by:
    # Clicking "3bar" menu
    # Click +Customize
    # Show/hide toolbars and select Menu
    Hovering over the Bookmarks button on the toolbar no longer opens automatically, but it does open when I click.

  • Anyone know how to make an image appear during mouse over of a hyperlink?

    I have a list of hyperlinks here: http://web.mac.com/phelpssculpture/Site/movieroyal_davidphelps.html
    I would like a small image associated with each link to appear close to the link during mouse over.
    These links are the titles of individual artwork, but that isn't as meaningful as it would be if an image could appear upon mouse over. I tried doing an image of text swap with an image of the piece during mouse over, but that took up too much space on the page.
    Thanks, David

    You could use a tooltip. Here's one....
    http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm
    A few more....
    http://www.dynamicdrive.com/dynamicindex5/

  • Libreoffice-fresh = black gui, libreoffice-still = normal [SOLVED]

    Hi,
    my libreoffice-fresh suddenly became black. The paper and its background is still white, everything at the toolbars is black. I made no changes or updates right before the issue came up. Already reinstalled it – still black. Themes in settings are at "standard".
    Right now I installed libreoffice-still and its back to normal.
    Already tried to google it, but it seems to be not a common bug.
    Anyone has the same problem?
    Last edited by sonnenschein (2015-02-22 07:58:26)

    Try running libre with a standard light theme:
    GTK2_RC_FILES=/usr/share/themes/MurrinaCrystal/gtk-2.0/gtkrc libreoffice
    for example (you can replace MurrinaCrystal with a different theme). See if that makes aa difference.
    To be honest, after countless problems with LO and my dark theme, I always run LO with a light theme, now.

  • How do you create the 'cream pop-up info text boxes' that appear when you hover mouse over?

    Hi people,
    I really need to know how you create the 'cream pop-up info text boxes' that appear when you hover your mouse over an object on a webpage (and often in any program e.g. Photoshop) for more than a second. I need to know because the logo on my website is the navigation tool used to return to the homepage. It is always found in the top left so the user can always click it to return.
    The only problem is im the only one who knows that when you click my logo, you return to the homepage. I need one of these 'cream info boxes' (forgive my lack of knowledge) to appear so the user will figure it out.
    Thanks for taking the time to read my question...

    Using your code it should look like this where title attribute is in red:
    <div id="apDiv2"><a href="index.html"><img src="divs_dw/jtgd_logo_trans.png" alt="jtgd_logo" title="your description goes here" width="176" height="163" /></a></div>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How do I keep the name tags in Picasa Web Albums from appearing on the images by default? With Explorer, name tags only appear when mousing over the image, but with Firefox, all the tags appear on the picture as soon as it is loaded, which looks messy.

    I use Picasa to create web albums, and I tag people who appear in the pictures. With Explorer, the name tags do not appear on the pictures until I mouse over a specific person, at which point the tag appears. With Firefox, the name tags appear as soon as the picture is loaded, and only disappear when you mouse over the people in the picture. This makes the picture look messy; by default, one would want to see a picture without tags all over people's faces.
    The only way to "fix" this is to disable the name tags completely (or tell people to use Explorer!), but this is not an ideal solution, since I would like to be able to share albums with people's names in them.

    I use Picasa to create web albums, and I tag people who appear in the pictures. With Explorer, the name tags do not appear on the pictures until I mouse over a specific person, at which point the tag appears. With Firefox, the name tags appear as soon as the picture is loaded, and only disappear when you mouse over the people in the picture. This makes the picture look messy; by default, one would want to see a picture without tags all over people's faces.
    The only way to "fix" this is to disable the name tags completely (or tell people to use Explorer!), but this is not an ideal solution, since I would like to be able to share albums with people's names in them.

  • Mysterious values appearing in Mouse-Overs

    I am new to Xcelsius (I still have troubles spelling it) and I would greatly appreciate a bit of guidance.
    I created a line chart, with the X-axis representing every month and year from January 2000 to the present. When graphed, the month/year category labels are horribly blurred, because there are so many of them.  As a workaround, I created  another set of category labels to represent January and June of each year. That works fine.  However, when users mouse-over the graphed line, a mysterious value sometimes appears where the month-year should appear.  These mysterious values appear only for those months that do not have X-axis labels.  For instance, since I have a category label for January 2002, January 2002 and itu2019s data value appear in the mouse-over fly-out. Since February 2002 does not have a month/year value, a mysterious number appears, with the February 2002 data value.  I think I know what the mysterious value is, but it is really unwanted, I didnu2019t put it there, and I canu2019t get rid of it.  How do I get rid of the mysterious numbers, and keep the data values, or --  better yet  -- trick the mouse-over to show the original X-axis containing all the month/years? 
    Thanks for your help.

    Hi BookWorm
    The trick to this is to have a second line chart which is used only to display the category values.  The main chart still contains your full data but has the category labels hidden.  Getting them lined up with a lot of data like you have can be a faff but it does work well.
    Contact me via my profile and I'll send you an example.
    Regards
    [Charles|http://www.reportex.co.uk/xc_dataload.html]

  • Hover mouse over a group photo & individual image pops up?

    My project is to do a mouse hover over individual faces on a group photo and display an image of what that person looked like back in high school.
    So far I am able to display the persons name as I hover over their face but don't know how to also display their individual image.
    I set up an image map with circular hotspots for each face.
    Please visit www.phsclassof1956.com/50th_group.html
    Any help would be appreciated.

    You could do this very easily with Tooltips on an Image Map.  See example below and mouse over Image Map of South America.
    http://alt-web.com/testing.html
    Scripts and documentation here:
    http://www.walterzorn.com/tooltip/tooltip_e.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Problem in popup that appear when mouse is rested on a ribbon control.

    I have developed a Word Application level Add-in for providing some DTP facilities specific to my native language.
    In Word 2010 when the mouse is rested over a ribbon button then a popup appear with description about the button and prompt to press F1 for add-in help. as in following picture
    When the mouse is moved the popup disappears.
    However in Word 2013, the popup remains there and the lower portion of the popup becomes a hyperlink and when clicked it launched Word help in default browser.
    How can I prevent this behavior and instead load my addin's help file?
    Waiting for an early response.
    Regards
    Dharam Veer Sharma

    Hello Dharam,
    The Fluent UI extensibility model doesn't provide anything for handling the F1 button or clicking on the popup window for help out of the box.
    Possible workarounds are described below:
    1. Implement a keyboard hook to handle the F1 button. See
    SetWindowsHookEx for more information. The
    Using shortcut keys to call a function in an Office Add-in article provide a sample code to get started.
    2. Use the
    Microsoft Active Accessibility for detecting Ribbon controls and popup windows (the context). You can read more about that in the
    Custom Ribbon Help for Office 2010 VSTO Add-ins article.

  • Window Refreshes when I hover mouse over pdf file

    I have Reader 9 (but the problem happens no matter what version I've tried to install), any time my mouse hovers over a pdf file the windows explorer window refreshes, if I select the file it refreshes and everything is unselected, if I have scrolled to the bottom of the window and even hover over a pdf file, it refreshes and I'm back at the top of the list.
    However, if I select a file it refreshes and then I select that file again, it is fine. It must have something to do with the preview therefore.
    Thanks for your help.

    The answers are always so simple. Now, if only I could figure out why I couldn't figure out (or find) the answer myself....
    I thank you very much Dave

  • Flex app doesnt not appear until mouse over?

    I have a flex app embeded into a web page. It seems to work right in FF and Chrome but all the IE users it is just blank, and stays blank until you move the mouse over the blank spot where it is supposed to be...then it appears instantly. Does anyone have any clue why or how to fix this?
    Thanks!!

    I found an answer here: http://forums.adobe.com/message/1979424#1979424
    I need to set focus on load like this:
    <body onload="document.getElementById('WeddingBandBuilder').focus()">
    However I am having trouble doing this because the <body> tag is locked my the template..is there a way I can do the equivalent with a script in the <head> tag?

  • Buttons/MC on timeline don't appear until mouse roll over in browser

    Hello all,
    I am experiencing some weird behavior with some moveclips and buttons on my video player; (as2)
    http://websites.danielnwilliams.co.uk/crankmedia/
    I have created a video player that has the scrubber/playpause button actually move with the position in the video. There are other links that appear when the main video is at a certain point. There seems to be 2 problems with it which I cant figure out what is going on...
    -1st is that the scrubber is actually linked to the timeline (where the buttons are on) with the follwing code;
    MovieClip.prototype.scrubbb2 = function (x)
        var f2:Number = Math.round (this._totalframes * x);
        this.gotoAndStop (f2);
    For some reason the timeline starts from when the video is buffering, so its all out of sync with certain points in the video. But when you move the scrubber, the timeline seems to 'snap' into place and then all the videos line up. What have I done wrong here?!
    -2nd is that the link buttons will not appear unless the mouse is over the flash video player on the webpage. If your mouse is out of the video player nothing appears when its meant to. as soon as you put the mouse cursor into the flash player the links (that are meant to be visible) appear instantly. Is there a way to make them always appear on time?!
    Any help is greatly appreciated
    Cheers
    Dan

    yes, you can use, add and remove cuepoints in as2 but that's not what you should do for a scrubber.  you should use the metadata event to determine your flv's duration and use a loop (eg enterframe), to update the scrubber's position based on the duration and the netstream's time property.
    when your scrubber is dragged, delete the enterframe loop and use the seek() method to direct the stream to the correct point.
    you'll use a little algebra control your scrubber's position based on the netstream's time and you'll control your seek parameter based on the scrubber's position:
    // to determine the seek time given the scrubber.dragbar position:
    paramF(scrubber.dragbar,0,0,scrubber._width-scrubber.dragbar._width,duration);
    // to determine the scrubber.dragbar position given the netstream time
    paramF(scrubber,0,0,duration,scrubber._width-scrubber.dragbar._width);
    function paramF(mc:MovieClip,x1:Number,y1:Number,x2:Number,y2:Number){
    mc.m=(y1-y2)/(x1-x2);
    mc.b=y1-mc.m*x1;

  • Libreoffice Fresh: spellcheck broken

    Spellcheck doesn't seem to be able to select a language; when I press F7/select mail from the menu, the "Text language" dropdown is blank and a window appears in front of the main spellcheck window saying that the spellcheck is complete. No errors are found no matter what. Setting the language for spellcheck (Tools -> Language -> For selection/paragraph/all Text) does not seem to take effect (no checkmark after selecting a language). However, spellcheck works fine with Libreoffice 4.2.7 (libreoffice-still).
    Also, (sidenote) Tools -> Thesaurus is unselectable even though I have libmythes installed.
    Does anyone else have this issue?

    For instance, the libreoffice quickstarter option doesn't work without libreoffice-gnome package
    File a bug report / feature request ?
    Out of curiosity , why do you feel the need to have libreoffice quickstarter ?
    I have neither libreoffice-gnome nor libreoffice-kde installed, and libreoffice takes maximum 2 seconds to start up.
    (lxde + openbox, on a 5 yr old workstation)

Maybe you are looking for

  • How do you setup the network connection on an ipod 4th gen?

    does anyone know how to setup the network connection on an ipod 4th gen. please and thank you.

  • Multiple VOs triggered simultaneously in published cp4 project

    I'm sure there's a thread or two already out here about this; if so, can someone plz steer me? I've published a "daisy-chain" model project in Captivate 4... meaning I've broken a course into chapter "projects" and some of the larger chapters into su

  • Help Link in Portal masthead

    Hi All, 1. Help link in masthead by default points to help.sap.com i have changes it to a help document (Word document) which is residing in KM repository but after clicking on it asks for open, save , cancel oprions instead i wouls like to open the

  • How import raw files from canon550D into PSE9 ?

    hi' i've just purchased PSE9. I have downloaded Camperqa Raw 6.2 update and installed both...but still I cannot see/open my raw files from canon 550D - any suggestions...??

  • Adobe digital editions 4.0 has stopped working

    I keep getting the message "adobe digital editions 4.0 has stopped working".  The program then closes and I cannot view my books...by the way, I paid over $300 for this book too! I have a windows laptop, on windows 8. please help.