Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Snap applications

  1. #11
    Join Date
    Oct 2009
    Beans
    560
    Distro
    Ubuntu Development Release

    Re: Snap applications

    This is my present configuration after a new installation
    Code:
    p-i@pi-MS-7A34:~$ inxi -F
    System:    Host: pi-MS-7A34 Kernel: 4.15.0-22-generic x86_64 bits: 64
               Desktop: Gnome 3.28.1 Distro: Ubuntu 18.04 LTS
    Machine:   Device: desktop Mobo: Micro-Star model: B350 TOMAHAWK (MS-7A34) v: 1.0 serial: N/A
               UEFI: American Megatrends v: 1.H0 date: 05/02/2018
    CPU:       8 core AMD Ryzen 7 1700 Eight-Core (-MT-MCP-) cache: 4096 KB
               clock speeds: max: 3000 MHz 1: 1377 MHz 2: 1374 MHz 3: 1376 MHz
               4: 1372 MHz 5: 1402 MHz 6: 1546 MHz 7: 1376 MHz 8: 1376 MHz
               9: 1377 MHz 10: 1377 MHz 11: 1377 MHz 12: 1377 MHz 13: 1375 MHz
               14: 1376 MHz 15: 1377 MHz 16: 1377 MHz
    Graphics:  Card: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480]
               Display Server: x11 (X.Org 1.19.6 ) driver: amdgpu
               Resolution: 2560x1440@119.99hz
               OpenGL: renderer: Radeon RX 580 Series (POLARIS10 / DRM 3.23.0 / 4.15.0-22-generic, LLVM 6.0.0)
               version: 4.5 Mesa 18.0.0-rc5
    Audio:     Card-1 Advanced Micro Devices [AMD] Family 17h (Models 00h-0fh) HD Audio Controller
               driver: snd_hda_intel
               Card-2 Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 580]
               driver: snd_hda_intel
               Card-3 C-Media CMI8788 [Oxygen HD Audio] driver: snd_virtuoso
               Card-4 Logitech Webcam C250 driver: USB Audio
               Sound: Advanced Linux Sound Architecture v: k4.15.0-22-generic
    Network:   Card: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
               driver: r8169
               IF: enp30s0 state: up speed: 1000 Mbps duplex: full
    Drives:    HDD Total Size: 490.1GB (1.6% used)
               ID-1: /dev/sda model: SanDisk_Ultra_II size: 240.1GB
               ID-2: /dev/sdb model: Samsung_SSD_850 size: 250.1GB
    Partition: ID-1: / size: 228G used: 7.5G (4%) fs: ext4 dev: /dev/sdb2
    RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
    Sensors:   System Temperatures: cpu: 32.0C mobo: 36.0C gpu: 29.0
               Fan Speeds (in rpm): cpu: N/A fan-1: 219 fan-2: 338 fan-3: 998 fan-4: 0 fan-5: 747
    Info:      Processes: 372 Uptime: 13 min Memory: 1972.1/16052.5MB
               Client: Shell (bash) inxi: 2.3.56 
    p-i@pi-MS-7A34:~$

  2. #12
    Join Date
    Oct 2009
    Beans
    560
    Distro
    Ubuntu Development Release

    Re: Snap applications

    This is the recommended way to install communitheme
    https://github.com/ubuntu/communithe...ster/README.md
    When you are using the snap version you will get an updated version every monday
    Useful commands are
    snap info communitheme
    snap refresh communitheme --stable

  3. #13
    PaulW2U is offline I Ubuntu, Therefore, I Am
    Join Date
    May 2010
    Beans
    3,110
    Distro
    Ubuntu 18.04 Bionic Beaver

    Communitheme

    I'm now seeing communitheme correctly applied to the snap versions of the Calculator and System Monitor when running in both Xorg and Wayland sessions. The Ambiance theme is now looking rather dated after being the default theme for what must be six or more years now.

    communitheme, or whatever it is going to be renamed to, will give Ubuntu a much needed facelift that, in my opinion, completes the switch from Unity to GNOME Shell.
    Last edited by PaulW2U; June 22nd, 2018 at 11:55 AM. Reason: Changed title of post

  4. #14
    Join Date
    Oct 2008
    Location
    Rezzoaglio (GE) Italy
    Beans
    666
    Distro
    Ubuntu Development Release

    Re: Snap applications

    On cosmic installed from recent ISO the installation of snap applications does not complete: https://forum.snapcraft.io/t/gnome-c...olic-link/5742

  5. #15
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Snap applications

    Quote Originally Posted by corradoventu View Post
    On cosmic installed from recent ISO the installation of snap applications does not complete: https://forum.snapcraft.io/t/gnome-c...olic-link/5742
    At times Canonicals snap thing is a mess & errors can be misleading. Your snap list is missing gtk-common-themes
    At this point you'd need to -
    Code:
    snap remove gnome-3-26-1604
    snap remove  gnome-calculator
    Then this, ignore any error message if any about gtk-common-themes but let process complete, i.e return to prompt.

    Code:
    snap install gnome-calculator
    This should lead to a snap list of
    Code:
    $ snap list
    Name               Version  Rev   Tracking  Developer  Notes
    core               16-2.33  4830  stable    canonical  core
    gnome-3-26-1604    3.26.0   64    stable    canonical  -
    gnome-calculator   3.28.1   178   stable    canonical  -
    gtk-common-themes  0.1      319   stable    canonical  -
    And it should open when running
    Code:
    snap run gnome-calculator

  6. #16
    Join Date
    Oct 2009
    Beans
    560
    Distro
    Ubuntu Development Release

    Re: Snap applications

    Installed the latest cosmic iso, that's from 11/6. Tried to install updates, but this didn't finish because of the "snap seed problem". Added me to the bug.
    https://bugs.launchpad.net/ubuntu/+s...a/+bug/1772844

  7. #17
    PaulW2U is offline I Ubuntu, Therefore, I Am
    Join Date
    May 2010
    Beans
    3,110
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Snap applications

    Quote Originally Posted by P-I H View Post
    Installed the latest cosmic iso, that's from 11/6. Tried to install updates, but this didn't finish because of the "snap seed problem". Added me to the bug.
    https://bugs.launchpad.net/ubuntu/+s...a/+bug/1772844
    Thanks for posting the link to that bug report. For some strange reason I couldn't find it last night when I too created a new cosmic installation. I've also marked the bug as affecting me and subscribed to notifications.

    Fortunately, I was already aware of how to apply the fix by re-ordering seeds.yaml and aborting the relevant item in the "snap changes" list which was stuck on a status of "Doing".
    Code:
    paul@N1642u~> snap list
    Name                  Version  Rev   Tracking  Developer  Notes
    communitheme          0.1      465   stable    didrocks   -
    core                  16-2.33  4830  stable    canonical  core
    gnome-3-26-1604       3.26.0   64    stable    canonical  -
    gnome-calculator      3.28.1   178   stable    canonical  -
    gnome-characters      3.28.2   101   stable    canonical  -
    gnome-logs            3.28.2   37    stable    canonical  -
    gnome-system-monitor  3.26.0   45    stable    canonical  -
    gtk-common-themes     0.1      319   stable    canonical  -
    Apart from communitheme, which was added later, the above list of snaps is the current default after all snaps have been refreshed.

  8. #18
    Join Date
    Oct 2009
    Beans
    560
    Distro
    Ubuntu Development Release

    Re: Snap applications

    Managed to get it to work after some tries. Didn't work to edit /var/lib/snapd/seed/seed.yaml and reboot or reinstall. I had to abort the "doing" "Initialize system state" as PaulW2U wrote.
    I run the command
    Code:
    snap changes
    snap abort 1
    snap changes
    snap tasks 3
    1 is the number of the change with status "doing" and 3 is the number of the new "Initialize system state" created by some service.
    After aborting the change in "doing" and installation of Communitheme I got
    Code:
    p-i@pi-GA-990FXA-UD3:~$ snap changes
    ID   Status  Spawn                Ready                Summary
    3    Done    today at 15:11 CEST  today at 15:12 CEST  Initialize system state
    4    Done    today at 15:19 CEST  today at 15:19 CEST  Install "communitheme" snap
    1    Undone  today at 16:28 CEST  today at 15:11 CEST  Initialize system state
    2    Done    today at 16:28 CEST  today at 16:28 CEST  Initialize device
    
    p-i@pi-GA-990FXA-UD3:~$ snap list
    Name                  Version  Rev   Tracking  Developer  Notes
    communitheme          0.1      465   stable    didrocks   -
    core                  16-2.33  4830  stable    canonical  core
    gnome-3-26-1604       3.26.0   64    stable/…  canonical  -
    gnome-calculator      3.28.1   178   stable/…  canonical  -
    gnome-characters      3.28.2   101   stable/…  canonical  -
    gnome-logs            3.28.2   37    stable/…  canonical  -
    gnome-system-monitor  3.26.0   45    stable/…  canonical  -
    gtk-common-themes     0.1      319   stable/…  canonical  -
    Calculator and System Monitor is now working.

  9. #19
    Join Date
    Oct 2008
    Location
    Rezzoaglio (GE) Italy
    Beans
    666
    Distro
    Ubuntu Development Release

    Re: Snap applications

    corrado@corrado-HP-p4-cc-0620:~$ snap remove gnome-3-26-1604
    error: cannot remove "gnome-3-26-1604": snap "gnome-3-26-1604" has "seed"
    change in progress
    corrado@corrado-HP-p4-cc-0620:~$ snap remove gnome-calculator
    error: cannot remove "gnome-calculator": snap "gnome-calculator" has "seed"
    change in progress
    corrado@corrado-HP-p4-cc-0620:~$ snap install gnome-calculator
    snap "gnome-calculator" is already installed, see 'snap help refresh'
    corrado@corrado-HP-p4-cc-0620:~$

  10. #20
    PaulW2U is offline I Ubuntu, Therefore, I Am
    Join Date
    May 2010
    Beans
    3,110
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Snap applications

    Hi corrado, to fix that you need to re-order the entries in seed.yaml so that the entry for gtk-common-themes is before the entries for the applications. Then you have to abort the initialisation shown in the snap changes list. This is what P-I H and I were documenting in the above two posts. I think snaps are being initialised in the wrong order to until the issue is fixed seed.yaml needs to be edited to reflect the revised order.

    Once the initialisation has been stopped in should restart automatically and read your updated seed.yaml file. You don't need to remove and re-add the calculator.

    characters, logs and the system monitor should automatically appear in the snap list once you have applied the fix and the system has reinitialised.

Page 2 of 3 FirstFirst 123 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
  •