Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Abiword's screen is flickering whenever I begin to type

  1. #1
    Join Date
    Aug 2015
    Beans
    582

    Abiword's screen is flickering whenever I begin to type

    I've just installed Lubuntu 16.04.2 on my old Dell Inspiron E1505, and one of the first things I notice is Abiword's screen is flickering whenever I begin to type, and it gets pretty annoying, especially when I have to create important documents.

    Any lightweight alternatives available in the repos for Abiword? I don't want to venture out of the repos as much as possible.

  2. #2
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Abiword's screen is flickering whenever I begin to type


  3. #3
    Join Date
    Aug 2015
    Beans
    582

    Re: Abiword's screen is flickering whenever I begin to type

    Okay for the reply.
    That's unfortunate, I've already themed my Lubuntu to my liking, so don't want to go to another theme.

    Any alternatives to Abiword?

  4. #4
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Abiword's screen is flickering whenever I begin to type

    The fix only changes the theme for Abiword only, not for the rest of the system. Good luck with finding something else. If you do, please share!
    Last edited by vasa1; May 27th, 2017 at 11:37 AM.

  5. #5
    Join Date
    Aug 2015
    Beans
    582

    Re: Abiword's screen is flickering whenever I begin to type

    Quote Originally Posted by vasa1 View Post
    The fix only changes the theme for Abiword olny, not for the rest of the system. Good luck with finding something else. If you do, please share!
    How do I change the theme of Abiword?

    I can't find adwaita in Lubuntu Software Center, and I've been searching Abiword for theme changing, there no option for it.

  6. #6
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Abiword's screen is flickering whenever I begin to type

    First, please try
    Code:
    GTK_THEME=Adwaita abiword
    from a terminal. Does that do anything?

    If that works, try
    Code:
    GTK_THEME=Adwaita:dark abiword
    and see if you like that better.
    Last edited by vasa1; May 27th, 2017 at 10:55 AM.

  7. #7
    Join Date
    Aug 2015
    Beans
    582

    Re: Abiword's screen is flickering whenever I begin to type

    This opened up Abiword.
    It fixed the flickering issue.

    Does that mean I have to access Abiword from the terminal always, then?

    Adwaita dark looks a lot better and it fits my current theme.
    Last edited by ardouronerous; May 27th, 2017 at 11:01 AM.

  8. #8
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Abiword's screen is flickering whenever I begin to type

    Quote Originally Posted by ardouronerous View Post
    This opened up Abiword.
    It fixed the flickering issue.

    Does that mean I have to access Abiword from the terminal always, then?

    Adwaita dark looks a lot better and it fits my current theme.
    No, you can make a .desktop file and that will allow you to double-click on the Abiword icon or on an Abiword file to open it with the Adwaita theme:

    Here's my .desktop file which I have in ~/.local/share/applications:
    Code:
    [Desktop Entry]
    Exec=bash -c 'GTK_THEME=Adwaita:dark abiword %U'
    Icon=abiword
    Terminal=false
    Type=Application
    Categories=Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base;
    StartupNotify=true
    X-Desktop-File-Install-Version=0.9
    MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain;application/msword;application/rtf;application/vnd.plain;application/xhtml+xml;text/html;application/x-crossmark;application/docbook+xml;application/x-t602;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.sun.xml.writer;application/vnd.stardivision.writer;text/vnd.wap.wml;application/wordperfect6;application/wordperfect5.1;application/vnd.wordperfect;application/x-abicollab;application/vnd.palm;application/x-applix-word;application/x-kword;application/x-mif;application/x-mswrite;application/x-palm-database;text/abiword;text/richtext;text/rtf;
    Name=AbiWord
    GenericName=Word Processor
    Comment=Compose, edit, and view documents
    To make the .desktop file, open leafpad and paste the above contents into it. Save it as /home/vasa1/.local/share/applications/abiword.desktop but instead of vasa1, use your own username.

  9. #9
    Join Date
    Aug 2015
    Beans
    582

    Re: Abiword's screen is flickering whenever I begin to type

    Okay, thanks that worked.

  10. #10
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Abiword's screen is flickering whenever I begin to type

    Quote Originally Posted by ardouronerous View Post
    ...
    I can't find adwaita in Lubuntu Software Center, ...
    At some point in 2014, the Adwaita theme was folded into GTK+ and then no longer available as a separate package: https://blogs.gnome.org/mclasen/2014...theme-for-gtk/

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •