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

Thread: desktop/unity buggy in 16.04 after upgrade/restart

  1. #1
    Join Date
    Jan 2018
    Beans
    2

    desktop/unity buggy in 16.04 after upgrade/restart

    Hi everyone, semi newb here..

    Been running ubuntu 16.04 for a few months and just starting to get my head round few things. Today was a major brain bender trying (and eventually succeeding) in getting my epson printer to work using CUPS... but i digress...

    After this minor success i did a restart (all fine) then updated the system as i noticed an upgrade waiting in the software centre. Restarted again and now i have issues, which are:

    • If i move the mouse over the launcher bar, it dissapears. about 5-10 seconds later, all the desktop icons disappear too, leaving a nice uncluttered view of my desktop background. Another 10 seconds or so later, everything reappears again. If i haven't moved the mouse during this time, i can now click and open a program, otherwise the cycle continues.
    • I cant shutdown or reboot from the top menu, the option drop down but if i click on something, the above problem occurs.
    • If i do have open windows, they do not always have the x,minimise,maximise buttons or submenus.


    I have searched for solutions and tried various things:



    I'm not yet aware how i can generate a report that you might find usefull in helping me, but can follow clear instructions. terminal works fine and i now know how to restart though that etc.

    Can anyone help? Cheers and sorry for long post

  2. #2
    Join Date
    Jan 2018
    Beans
    2

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    oh dear... just tried something i had missed from the link i posted above (mv ~/.config/dconf/user ~/.config/dconf/user.old)
    this has reset the launcher completely (it is back on the left of screen and missing some apps i had added to it) and my background pic has been replaced with the default. but the problem persist.

    I logged in to a guest session to see if that had the same issues (it did) and provoked a crash report. It was too long to write it all down and i couldn't copy. the jist of it was:

    executable path
    /usr/bin/compiz

    compiz crashed with SIGSEGV

  3. #3
    Join Date
    Sep 2010
    Beans
    9,205
    Distro
    Ubuntu Budgie 17.10 Artful Aardvark

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    Please install..

    Code:
    sudo apt-get install inxi
    then enter into terminal.

    Code:
    inxi -Fxz
    and report the results here please.

    Thank you.

  4. #4
    Join Date
    Jan 2018
    Beans
    4

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    Quote Originally Posted by ventrical View Post
    Please install..

    Code:
    sudo apt-get install inxi
    then enter into terminal.

    Code:
    inxi -Fxz
    and report the results here please.

    Thank you.
    I'm experiencing the same issue as the OP. Incidentally, the very top icon (not sure what it is called but it opens a search box for applications) does NOT work by waiting as the other applications do. FWIW.

    Here is the output from inxi -Fxz on my computer:
    Code:
    bash$ inxi -Fxz
    System:    Host: myhost Kernel: 4.10.0-42-generic x86_64 (64 bit gcc: 5.4.0)
               Desktop: Unity 7.4.0 (Gtk 3.18.9-1ubuntu3.3) Distro: Ubuntu 16.04 xenial
    Machine:   System: Acer product: Veriton L480G v: P01-A4
               Mobo: Acer model: EG43LMK Bios: Acer v: P01-A4 date: 02/22/2010
    CPU:       Quad core Intel Core2 Quad Q8400 (-MCP-) cache: 2048 KB
               flags: (lm nx sse sse2 sse3 sse4_1 ssse3 vmx) bmips: 21280
               clock speeds: max: 2670 MHz 1: 2336 MHz 2: 2003 MHz 3: 2003 MHz 4: 2003 MHz
    Graphics:  Card: Intel 4 Series Integrated Graphics Controller bus-ID: 00:02.0
               Display Server: X.Org 1.19.5 drivers: (unloaded: fbdev,vesa) Resolution: 1280x1024@60.02hz
               GLX Renderer: Mesa DRI Intel G45/G43 GLX Version: 2.1 Mesa 17.2.4 Direct Rendering: Yes
    Audio:     Card Intel 82801JI (ICH10 Family) HD Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
               Sound: Advanced Linux Sound Architecture v: k4.10.0-42-generic
    Network:   Card-1: Ralink RT3090 Wireless 802.11n 1T/1R PCIe driver: rt2800pci v: 2.3.0 bus-ID: 01:00.0
               IF: wlp1s0 state: up mac: <filter>
               Card-2: Marvell 88E8071 PCI-E Gigabit Ethernet Controller
               driver: sky2 v: 1.30 port: e800 bus-ID: 02:00.0
               IF: enp2s0 state: down mac: <filter>
    Drives:    HDD Total Size: 500.1GB (32.9% used) ID-1: /dev/sda model: ST3500418AS size: 500.1GB temp: 37C
    Partition: ID-1: / size: 55G used: 11G (20%) fs: ext4 dev: /dev/sda7
               ID-2: /home size: 110G used: 51G (49%) fs: ext4 dev: /dev/sda5
               ID-3: swap-1 size: 3.99GB used: 0.08GB (2%) fs: swap dev: /dev/sda8
    RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
    Sensors:   System Temperatures: cpu: 30.0C mobo: N/A
               Fan Speeds (in rpm): cpu: N/A
    Info:      Processes: 233 Uptime: 5:49 Memory: 2634.9/3915.3MB Init: systemd runlevel: 5 Gcc sys: 5.4.0
               Client: Shell (bash 4.3.481) inxi: 2.2.35 
    bash$

  5. #5
    Join Date
    May 2007
    Beans
    41
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    I am so glad people are on this. This has also been reported in askubuntu

    https://askubuntu.com/questions/9925...gfaults/992870

    and if you look at this

    https://bugs.launchpad.net/ubuntu/+s...y/+bug/1741447

    and go down to axoin's response, s/he claims that downgrading mesa actually solved the problem.

    I hope this is fixed quickly. I have been using LTS releases for 10 years and this is the worst regression I have seen yet.

  6. #6
    Join Date
    Jan 2018
    Beans
    1

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    I am having exactly the same problem. This is definitely the worst 'regression' I have experienced with Ubuntu as well. Also running 16.04 LTS. ALT + TAB also does not behave properly.

    Here is output from inxi -Fxv:

    System: Host: imran-LifeBook-T5010 Kernel: 4.10.0-42-generic x86_64 (64 bit gcc: 5.4.0)
    Desktop: Unity 7.4.0 (Gtk 3.18.9-1ubuntu3.3)
    Distro: Ubuntu 16.04 xenial
    Machine: System: FUJITSU product: LifeBook T5010
    Mobo: FUJITSU model: FJNB1EA
    Bios: FUJITSU // Phoenix v: Version 3.05 date: 08/20/2009
    CPU: Dual core Intel Core2 Duo P8600 (-MCP-) cache: 3072 KB
    flags: (lm nx sse sse2 sse3 sse4_1 ssse3 vmx) bmips: 9576
    clock speeds: max: 2401 MHz 1: 1600 MHz 2: 1600 MHz
    Graphics: Card: Intel Mobile 4 Series Integrated Graphics Controller
    bus-ID: 00:02.0
    Display Server: X.Org 1.19.5 drivers: (unloaded: fbdev,vesa)
    Resolution: 1280x800@59.92hz
    GLX Renderer: Mesa DRI Mobile Intel GM45 Express
    GLX Version: 2.1 Mesa 17.2.4 Direct Rendering: Yes
    Audio: Card Intel 82801I (ICH9 Family) HD Audio Controller
    driver: snd_hda_intel bus-ID: 00:1b.0
    Sound: Advanced Linux Sound Architecture v: k4.10.0-42-generic
    Network: Card-1: Intel 82567LM Gigabit Network Connection
    driver: e1000e v: 3.2.6-k port: 1840 bus-ID: 00:19.0
    IF: enp0s25 state: down mac: <filter>
    Card-2: Intel Ultimate N WiFi Link 5300
    driver: iwlwifi bus-ID: 18:00.0
    IF: wlp24s0 state: up mac: <filter>
    Drives: HDD Total Size: 500.1GB (62.1% used)
    ID-1: /dev/sda model: Samsung_SSD_850 size: 500.1GB temp: 0C
    Partition: ID-1: / size: 451G used: 282G (66%) fs: ext4 dev: /dev/sda1
    ID-2: swap-1 size: 8.45GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
    RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
    Sensors: System Temperatures: cpu: 60.0C mobo: 26.8C
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 209 Uptime: 2:04 Memory: 6197.7/7850.2MB
    Init: systemd runlevel: 5 Gcc sys: 5.4.0
    Client: Shell (bash 4.3.481) inxi: 2.2.35

  7. #7
    Join Date
    Apr 2008
    Beans
    7
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    I am having same problem. Here is my info...

    carlf39@Inspiron-1110:~$ inxi -Fxz
    System: Host: Inspiron-1110 Kernel: 4.10.0-28-generic i686 (32 bit gcc: 5.4.0)
    Desktop: Unity 7.4.0 (Gtk 3.18.9-1ubuntu3.3)
    Distro: Ubuntu 16.04 xenial
    Machine: Mobo: Dell model: 0KC6FD v: A06 Bios: Dell v: A06 date: 12/01/2009
    CPU: Single core Intel Celeron 743 (-UP-) cache: 1024 KB
    flags: (lm nx pae sse sse2 sse3 ssse3) bmips: 2593 speed: 1296 MHz (max)
    Graphics: Card: Intel Mobile 4 Series Integrated Graphics Controller
    bus-ID: 00:02.0
    Display Server: X.Org 1.19.5 drivers: (unloaded: fbdev,vesa)
    Resolution: 1366x768@60.08hz
    GLX Renderer: Mesa DRI Mobile Intel GM45 Express x86/MMX/SSE2
    GLX Version: 2.1 Mesa 17.2.4 Direct Rendering: Yes
    Audio: Card Intel 82801I (ICH9 Family) HD Audio Controller
    driver: snd_hda_intel bus-ID: 00:1b.0
    Sound: Advanced Linux Sound Architecture v: k4.10.0-28-generic
    Network: Card-1: Qualcomm Atheros AR8132 Fast Ethernet
    driver: atl1c v: 1.0.1.1-NAPI port: 2000 bus-ID: 02:00.0
    IF: enp2s0 state: down mac: <filter>
    Card-2: Broadcom BCM4312 802.11b/g LP-PHY
    driver: wl bus-ID: 08:00.0
    IF: wlp8s0 state: up mac: <filter>
    Drives: HDD Total Size: 1000.2GB (2.9% used)
    ID-1: /dev/sda model: ST1000LM048 size: 1000.2GB temp: 32C
    Partition: ID-1: / size: 189G used: 26G (15%) fs: ext4 dev: /dev/sda3
    ID-2: swap-1 size: 2.07GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
    RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
    Sensors: System Temperatures: cpu: 49.0C mobo: N/A
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 187 Uptime: 26 min Memory: 718.6/1942.6MB
    Init: systemd runlevel: 5 Gcc sys: 5.4.0
    Client: Shell (bash 4.3.481) inxi: 2.2.35

  8. #8
    Join Date
    Dec 2017
    Beans
    3

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    Good Day,
    Relative Noob to Ubuntu 1604 (loaded on pc in August-September 2017). I am seeing the same issue since January 4-5th, 2018??? There was an update that occurred on the 4th or 5th and I started seeing the disappearing launcher and window frames as described in the original post above.
    Sorry, I don't know just what or how to provide some details on my system to help in troubleshooting this. I tried following some remedies in askubuntu after finding a bunch of "half installed/configured" lines in the dpkg.log. No success with those efforts but no further damage either. I did much of what realityrsv wrote in his original post to resolve.
    I have about reached the limit of my skill set on this and am hoping a resolution is found that can be dumbed down for my understanding. I did review the entry above (entry by interglossa, in second link, by axoin) that referred to manually downloading mesa/17.0.7-0ubuntu0-16.04.2 and build/13231714. But I am not figuring out the download and install steps(s) (sudo dpkg -i *.deb keep getting errors of file not found?) as outlined in that entry.
    I did check my video card performance in Windows 10 (dual boot on this same pc) and noted no issues there.
    Thanks for your time. I do appreciate it!

    Gord K
    Last edited by kgord99; January 8th, 2018 at 12:46 AM.

  9. #9
    Join Date
    Jan 2018
    Beans
    1

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    I'm in the same problems as you guys, here's what the inxi stuff showme, i hope we can find the answer soon :,v
    System: Host: FELIPE-UBUNTU Kernel: 4.10.0-42-generic x86_64 (64 bit gcc: 5.4.0)
    Desktop: Unity 7.4.0 (Gtk 3.18.9-1ubuntu3.3)
    Distro: Ubuntu 16.04 xenial
    Machine: System: Hewlett-Packard product: HP 430 Notebook PC v: 058D100000204C10002000100
    Mobo: Hewlett-Packard model: 3674 v: 28.4A
    Bios: Hewlett-Packard v: F.38 date: 12/17/2011
    CPU: Dual core Intel Core i3 M 380 (-HT-MCP-) cache: 3072 KB
    flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 10108
    clock speeds: max: 2533 MHz 1: 1199 MHz 2: 1599 MHz 3: 1199 MHz
    4: 1333 MHz
    Graphics: Card: Intel Core Processor Integrated Graphics Controller
    bus-ID: 00:02.0
    Display Server: X.Org 1.19.5 drivers: (unloaded: fbdev,vesa)
    Resolution: 1366x768@60.10hz
    GLX Renderer: Mesa DRI Intel Ironlake Mobile
    GLX Version: 2.1 Mesa 17.2.4 Direct Rendering: Yes
    Audio: Card Intel 5 Series/3400 Series High Definition Audio
    driver: snd_hda_intel bus-ID: 00:1b.0
    Sound: Advanced Linux Sound Architecture v: k4.10.0-42-generic
    Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
    driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 01:00.0
    IF: eno1 state: down mac: <filter>
    Card-2: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express)
    driver: ath9k bus-ID: 02:00.0
    IF: wlo1 state: up mac: <filter>
    Drives: HDD Total Size: 250.1GB (9.9% used)
    ID-1: /dev/sda model: WDC_WD2500BEVT size: 250.1GB temp: 48C
    ID-2: /dev/mmcblk0 model: N/A size: 31.1GB
    Partition: ID-1: / size: 73G used: 23G (33%) fs: ext4 dev: /dev/sda6
    ID-2: swap-1 size: 1.00GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
    RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
    Sensors: System Temperatures: cpu: 57.0C mobo: 52.0C
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 245 Uptime: 50 min Memory: 3300.5/5763.4MB
    Init: systemd runlevel: 5 Gcc sys: 5.4.0
    Client: Shell (bash 4.3.481) inxi: 2.2.35

  10. #10
    Join Date
    Dec 2017
    Beans
    3

    Re: desktop/unity buggy in 16.04 after upgrade/restart

    Good Day once again...
    I followed this link, https://bugs.launchpad.net/ubuntu/+s...y/+bug/1741447, found in interglossa's entry above and followed the suggestions by axoin.
    I stumbled upon the fixes to my errors in downloading and installing those files and rebooted.
    I had to make some further changes with Package Manager but things are much improved. EDIT...I had to perform the install and Package Manager routines with the other user on this Ubuntu box to have everything back on track. As it looks like now.
    Thank you for the info!
    I look forward to the day when I can help a fellow noob. I will endeavor to NOT be a pest until such time.
    Take care.

    Gord K
    Last edited by kgord99; January 8th, 2018 at 03:53 AM.

Page 1 of 2 12 LastLast

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
  •