Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Solved: Qt 5.12 moving in  (Read 4045 times)

Offline mash

  • User
  • Posts: 47
Re: Solved: Qt 5.12 moving in
« Reply #15 on: 2019/10/27, 12:48:05 »
Here it still wants to remove kde-runtime
Code: [Select]
The following packages will be REMOVED:
  kaccessible kde-runtime kopete phonon phonon-backend-gstreamer

when it was hard to write it should be hard to read

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: Solved: Qt 5.12 moving in
« Reply #16 on: 2019/10/27, 16:00:18 »
Let it go.

Code: [Select]
root@dibl-patience:/# apt policy kde-runtime
kde-runtime:
  Installed: (none)
  Candidate: (none)
  Version table:
     4:17.08.3-2.1 -1
        100 /var/lib/dpkg/status

root@dibl-patience:/# inxi -b
System:    Host: dibl-patience Kernel: 5.3.7-towo.2-siduction-amd64 x86_64 bits: 64 Desktop: KDE Plasma 5.14.5
           Distro: siduction 18.3.0 Patience - kde - (201805132121)
Machine:   Type: Desktop Mobo: ASUSTeK model: ROG STRIX X299-E GAMING v: Rev 1.xx serial: 170706269700432
           UEFI: American Megatrends v: 1401 date: 05/21/2018
CPU:       Quad Core: Intel Core i7-7740X type: MT MCP speed: 4500 MHz min/max: 800/4500 MHz
Graphics:  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] driver: nvidia v: 435.21
           Display: x11 server: X.Org 1.20.4 driver: nvidia resolution: 1920x1200~60Hz, 1920x1080~60Hz
           OpenGL: renderer: GeForce GTX 1060 6GB/PCIe/SSE2 v: 4.6.0 NVIDIA 435.21
Network:   Device-1: Intel Ethernet I219-V driver: e1000e
Drives:    Local Storage: total: 2.27 TiB used: 1.02 TiB (45.0%)
Info:      Processes: 269 Uptime: 1d 4h 08m Memory: 31.28 GiB used: 13.40 GiB (42.8%) Shell: bash inxi: 3.0.36
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 927
Re: Solved: Qt 5.12 moving in
« Reply #17 on: 2019/10/27, 17:32:14 »
Code: [Select]
~$ LANG=C apt policy  kaccessible kde-runtime kopete phonon phonon-backend-gstreamer
kaccessible:
  Installed: (none)
  Candidate: (none)
  Version table:
kde-runtime:
  Installed: (none)
  Candidate: (none)
  Version table:
     4:17.08.3-2.1 -1
        100 /var/lib/dpkg/status
kopete:
  Installed: (none)
  Candidate: 4:18.08.3-1
  Version table:
     4:18.08.3-1 1
          1 http://ftp.debian.de/debian experimental/main amd64 Packages
     4:17.08.3-2.1 -1
        100 /var/lib/dpkg/status
phonon:
  Installed: (none)
  Candidate: 4:4.10.3-2
  Version table:
     4:4.10.3-2 500
        500 http://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
phonon-backend-gstreamer:
  Installed: (none)
  Candidate: (none)
  Version table:
Code: [Select]
$ inxi -Sxx
System:    Host: hhl Kernel: 5.3.7-towo.2-siduction-amd64 x86_64 bits: 64 compiler: gcc v: 9.2.1 Desktop: KDE Plasma 5.14.5
           tk: Qt 5.12.5 wm: kwin_x11 dm: SDDM Distro: siduction 18.3.0 Patience - kde - (201809172151)
           base: Debian GNU/Linux bullseye/sid

Let it go.

Yepp, let it go

Offline mash

  • User
  • Posts: 47
Re: Solved: Qt 5.12 moving in
« Reply #18 on: 2019/10/28, 16:21:32 »
Thanks guys

when it was hard to write it should be hard to read