The officially official Devuan Forum!

You are not logged in.

#1 Re: Other Issues » Permission problems on Beowulf after Ascii upgrade » 2021-01-01 18:47:57

Is the elogind package installed?

# dpkg -l | grep elogind
rc  elogind                                                     234.4-2                             amd64        user, seat and session management daemon
rc  libpam-elogind:amd64                                        234.4-1+devuan1.5                   amd64        elogind PAM module

...So it looks like it has been installed, but for some reason removed (during the upgrade?) Trying to install it, results in this, though...

The following additional packages will be installed:
  libelogind0 libpam-elogind libpolkit-backend-elogind-1-0 libpolkit-gobject-elogind-1-0
The following packages will be REMOVED:
  apt-file apt-listchanges apt-utils aptitude audacious audacious-plugins chromium consolekit dolphin gimp
  gstreamer1.0-plugins-bad gstreamer1.0-pulseaudio gwenview k3b kaffeine kde-baseapps kde-plasma-desktop khelpcenter
  kinfocenter kio-extras konqueror konsole krita ktorrent kwin-common kwin-x11 libapt-inst2.0 libapt-pkg-perl
  libasound2-plugins libasound2-plugins:i386 libcanberra-pulse libfluidsynth1 libgegl-0.4-0 libgimp2.0
  libkf5khtml-bin libkf5khtml5 libkf5notifyconfig5 libmikmod-dev libmikmod3 libokular5core8 libpam-ck-connector
  libpolkit-backend-consolekit-1-0 libpolkit-gobject-consolekit-1-0 libpulse-dev libpulse0:i386 libpulsedsp
  libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediagsttools5 libqt5multimediaquick5
  libqt5multimediawidgets5 libsdl-gfx1.2-5 libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev
  libsdl-net1.2 libsdl-net1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl1.2-dev libsdl2-2.0-0 libsdl2-2.0-0:i386
  libsystemd0 libsystemd0:i386 libwine libwine:i386 lvm2 mplayer okular openjdk-8-jre packagekit packagekit-tools
  pavucontrol plasma-desktop plasma-discover plasma-pa plasma-workspace playonlinux powerdevil pulseaudio
  pulseaudio-utils pysolfc python-apt python-pygame python3-apt python3-reportbug python3-software-properties
  qml-module-qtmultimedia reportbug software-properties-common software-properties-kde systemsettings
  unattended-upgrades vlc wine wine32:i386 wine64

Um... Removing all of those packages will definitely break my system to complete sh*t. Why would that happen? What has gimp ever done to elogind?

And please post actual, verbatim error messages rather than vague descriptions. Thanks.

Would love to, but unfortunately it's mostly about broken functionality, rather than actual error messages. The clearest one is the missing "shut down" and "reboot" options in KDE. When you click the "shutdown" symbol, you expect to get a a few options (shutdown, reboot, hibernate, log out, et.c.) but the only option available is "log out". Running the following as a non-root user will result in a "Not authorized" respose, indicating that polkit permissions are to blame:

$ pkcheck --action-id org.freedesktop.consolekit.system.stop --process $$ -u --enable-internal-agent
Not authorized.

#2 Other Issues » Permission problems on Beowulf after Ascii upgrade » 2021-01-01 14:32:14

ismohaa
Replies: 4

When upgrading Ascii to Beowulf I've run in to some annoying permissions issues, which seem to be related to polkit. Things like shutdown/reboot are missing from the KDE exit menu (only logout is available). Opening USB drives craps out because of insufficient permissions, network manager doesn't work properly, et.c.

I've tried manually adding polkit rules to /etc/polkit-1/localauthority/50-local.d but it only seems to work intermittenly/randomly (and should of course not be necessary in the first place)

I've run in to this same issue on two separate machines that I've updated from Ascii to Beowulf. The first installation was so bare bones that I just nuked it and installed a fresh Beowulf (which no longer had the issues) but the other one has enough stuff on it that I *really* don't want to do that unless I absolutely have to, so some pointers would be appreciated. Given that I've experienced this issue on two separate machines so far, I doubt I'm the only one having this problem.

Not sure if it's related, but there is a held back update for libpolkit-qt5-1-1, that refuses to install because of a systemd dependency...

#3 Re: Installation » Devuan repositories won't work [SOLVED] » 2018-09-13 05:30:58

Ok... I figured out the problem. It's that the office network is run by Mordac, http://dilbert.com/strip/2007-11-16 so that http seems to work just fine, but then breaks mysteriously when apt-get tries to do its thing. I'll post the solution that worked for me in case there's anyone else stuck behind a fascist firewall.

1) Download the tor browser bundle. If your firewall is fascist you may need to be sneaky about it.
2) Run it and test that it works. I had to use the give-the-Chinese-the-middle-finger-settings.
3) Manually download the apt-transport-tor -package and install it with dpkg -i (I used the debian stretch version, which I assume is identical because I couldn't (easily) find a place to manually download devuan ones).
4) Edit the torrc file (tor-browser_en-US/Browser/TorBrowser/Data/Tor/torrc) and change the port to 9050, which is what apt-transport-tor expects by adding the line.

SocksPort 9050

5) Restart Tor browser.
6) Change /etc/apt/sources.list to this:

deb tor+http://devuanfwojg73k6r.onion/merged ascii          main
deb tor+http://devuanfwojg73k6r.onion/merged ascii-updates  main
deb tor+http://devuanfwojg73k6r.onion/merged ascii-security main

Thank you for adding tor support Devuan devs!
7) Do your apt-get update && apt-get upgrade normally (albeit slowly).

#4 Installation » Devuan repositories won't work [SOLVED] » 2018-09-12 10:05:24

ismohaa
Replies: 8

I've been fighting with installing Devuan on a Virtualbox VM, because it refuses to recognize any repository as valid. I finally got the installation to go through by using the installation DVD, so I didn't need to rely on the repos, thinking I would sort it out later, but they still refuse to work. I've tried all the different versions I could find (including the deprecated auto.mirror-ones) but every single one fails in the same way. Networking works just fine, though - in fact I'm posting from that very machine.

/etc/apt/sources.list:

# deb cdrom:[devuan_ascii_2.0.0_amd64_dvd-1]/ ascii main non-free

#deb cdrom:[devuan_ascii_2.0.0_amd64_dvd-1]/ ascii main non-free

# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
#deb http://auto.mirror.devuan.org/merged/ ascii-security main
#deb-src http://auto.mirror.devuan.org/merged ascii-security main

deb http://deb.devuan.org/merged ascii          main
deb http://deb.devuan.org/merged ascii-updates  main
deb http://deb.devuan.org/merged ascii-security main

This seems to be what the Devuan page currently recommends, but when I run "apt-get update" I get this:

root@devuan:~# apt-get update               
Ign:1 http://deb.devuan.org/merged ascii InRelease
Ign:2 http://deb.devuan.org/merged ascii-updates InRelease
Ign:3 http://deb.devuan.org/merged ascii-security InRelease
Ign:4 http://deb.devuan.org/merged ascii Release
Ign:5 http://deb.devuan.org/merged ascii-updates Release
Ign:6 http://deb.devuan.org/merged ascii-security Release
Ign:7 http://deb.devuan.org/merged ascii/main all Packages
Ign:8 http://deb.devuan.org/merged ascii/main amd64 Packages
Ign:9 http://deb.devuan.org/merged ascii/main Translation-en
Ign:10 http://deb.devuan.org/merged ascii/main Translation-en_US
Ign:11 http://deb.devuan.org/merged ascii/main all DEP-11 Metadata
Ign:12 http://deb.devuan.org/merged ascii/main amd64 DEP-11 Metadata
Ign:13 http://deb.devuan.org/merged ascii/main DEP-11 64x64 Icons
Ign:14 http://deb.devuan.org/merged ascii-updates/main all Packages
Ign:15 http://deb.devuan.org/merged ascii-updates/main amd64 Packages
Ign:16 http://deb.devuan.org/merged ascii-updates/main Translation-en_US
Ign:17 http://deb.devuan.org/merged ascii-updates/main Translation-en
Ign:18 http://deb.devuan.org/merged ascii-updates/main all DEP-11 Metadata
Ign:19 http://deb.devuan.org/merged ascii-updates/main amd64 DEP-11 Metadata
Ign:20 http://deb.devuan.org/merged ascii-updates/main DEP-11 64x64 Icons
Ign:21 http://deb.devuan.org/merged ascii-security/main all Packages
Ign:22 http://deb.devuan.org/merged ascii-security/main amd64 Packages
Ign:23 http://deb.devuan.org/merged ascii-security/main Translation-en
Ign:24 http://deb.devuan.org/merged ascii-security/main Translation-en_US
Ign:25 http://deb.devuan.org/merged ascii-security/main amd64 DEP-11 Metadata
Ign:26 http://deb.devuan.org/merged ascii-security/main all DEP-11 Metadata
Ign:27 http://deb.devuan.org/merged ascii-security/main DEP-11 64x64 Icons
Ign:7 http://deb.devuan.org/merged ascii/main all Packages
Ign:8 http://deb.devuan.org/merged ascii/main amd64 Packages
Ign:9 http://deb.devuan.org/merged ascii/main Translation-en
Ign:10 http://deb.devuan.org/merged ascii/main Translation-en_US
Ign:11 http://deb.devuan.org/merged ascii/main all DEP-11 Metadata
Ign:12 http://deb.devuan.org/merged ascii/main amd64 DEP-11 Metadata
Ign:13 http://deb.devuan.org/merged ascii/main DEP-11 64x64 Icons
Ign:14 http://deb.devuan.org/merged ascii-updates/main all Packages
Ign:15 http://deb.devuan.org/merged ascii-updates/main amd64 Packages
Ign:16 http://deb.devuan.org/merged ascii-updates/main Translation-en_US
Ign:17 http://deb.devuan.org/merged ascii-updates/main Translation-en
Ign:18 http://deb.devuan.org/merged ascii-updates/main all DEP-11 Metadata
Ign:19 http://deb.devuan.org/merged ascii-updates/main amd64 DEP-11 Metadata
Ign:20 http://deb.devuan.org/merged ascii-updates/main DEP-11 64x64 Icons
Ign:21 http://deb.devuan.org/merged ascii-security/main all Packages
Ign:22 http://deb.devuan.org/merged ascii-security/main amd64 Packages
Ign:23 http://deb.devuan.org/merged ascii-security/main Translation-en
Ign:24 http://deb.devuan.org/merged ascii-security/main Translation-en_US
Ign:25 http://deb.devuan.org/merged ascii-security/main amd64 DEP-11 Metadata
Ign:26 http://deb.devuan.org/merged ascii-security/main all DEP-11 Metadata
Ign:27 http://deb.devuan.org/merged ascii-security/main DEP-11 64x64 Icons
Ign:7 http://deb.devuan.org/merged ascii/main all Packages
Ign:8 http://deb.devuan.org/merged ascii/main amd64 Packages
Ign:9 http://deb.devuan.org/merged ascii/main Translation-en
Ign:10 http://deb.devuan.org/merged ascii/main Translation-en_US
Ign:11 http://deb.devuan.org/merged ascii/main all DEP-11 Metadata
Ign:12 http://deb.devuan.org/merged ascii/main amd64 DEP-11 Metadata
Ign:13 http://deb.devuan.org/merged ascii/main DEP-11 64x64 Icons
Ign:14 http://deb.devuan.org/merged ascii-updates/main all Packages
Ign:15 http://deb.devuan.org/merged ascii-updates/main amd64 Packages
Ign:16 http://deb.devuan.org/merged ascii-updates/main Translation-en_US
Ign:17 http://deb.devuan.org/merged ascii-updates/main Translation-en
Ign:18 http://deb.devuan.org/merged ascii-updates/main all DEP-11 Metadata
Ign:19 http://deb.devuan.org/merged ascii-updates/main amd64 DEP-11 Metadata
Ign:20 http://deb.devuan.org/merged ascii-updates/main DEP-11 64x64 Icons
Ign:21 http://deb.devuan.org/merged ascii-security/main all Packages
Ign:22 http://deb.devuan.org/merged ascii-security/main amd64 Packages
Ign:23 http://deb.devuan.org/merged ascii-security/main Translation-en
Ign:24 http://deb.devuan.org/merged ascii-security/main Translation-en_US
Ign:25 http://deb.devuan.org/merged ascii-security/main amd64 DEP-11 Metadata
Ign:26 http://deb.devuan.org/merged ascii-security/main all DEP-11 Metadata
Ign:27 http://deb.devuan.org/merged ascii-security/main DEP-11 64x64 Icons
Ign:7 http://deb.devuan.org/merged ascii/main all Packages
Ign:8 http://deb.devuan.org/merged ascii/main amd64 Packages
Ign:9 http://deb.devuan.org/merged ascii/main Translation-en
Ign:10 http://deb.devuan.org/merged ascii/main Translation-en_US
Ign:11 http://deb.devuan.org/merged ascii/main all DEP-11 Metadata
Ign:12 http://deb.devuan.org/merged ascii/main amd64 DEP-11 Metadata
Ign:13 http://deb.devuan.org/merged ascii/main DEP-11 64x64 Icons
Ign:14 http://deb.devuan.org/merged ascii-updates/main all Packages
Ign:15 http://deb.devuan.org/merged ascii-updates/main amd64 Packages
Ign:16 http://deb.devuan.org/merged ascii-updates/main Translation-en_US
Ign:17 http://deb.devuan.org/merged ascii-updates/main Translation-en
Ign:18 http://deb.devuan.org/merged ascii-updates/main all DEP-11 Metadata
Ign:19 http://deb.devuan.org/merged ascii-updates/main amd64 DEP-11 Metadata
Ign:20 http://deb.devuan.org/merged ascii-updates/main DEP-11 64x64 Icons
Ign:21 http://deb.devuan.org/merged ascii-security/main all Packages
Ign:22 http://deb.devuan.org/merged ascii-security/main amd64 Packages
Ign:23 http://deb.devuan.org/merged ascii-security/main Translation-en
Ign:24 http://deb.devuan.org/merged ascii-security/main Translation-en_US
Ign:25 http://deb.devuan.org/merged ascii-security/main amd64 DEP-11 Metadata
Ign:26 http://deb.devuan.org/merged ascii-security/main all DEP-11 Metadata
Ign:27 http://deb.devuan.org/merged ascii-security/main DEP-11 64x64 Icons
Ign:7 http://deb.devuan.org/merged ascii/main all Packages
Ign:8 http://deb.devuan.org/merged ascii/main amd64 Packages
Ign:9 http://deb.devuan.org/merged ascii/main Translation-en
Ign:10 http://deb.devuan.org/merged ascii/main Translation-en_US
Ign:11 http://deb.devuan.org/merged ascii/main all DEP-11 Metadata
Ign:12 http://deb.devuan.org/merged ascii/main amd64 DEP-11 Metadata
Ign:13 http://deb.devuan.org/merged ascii/main DEP-11 64x64 Icons
Ign:14 http://deb.devuan.org/merged ascii-updates/main all Packages
Ign:15 http://deb.devuan.org/merged ascii-updates/main amd64 Packages
Ign:16 http://deb.devuan.org/merged ascii-updates/main Translation-en_US
Ign:17 http://deb.devuan.org/merged ascii-updates/main Translation-en
Ign:18 http://deb.devuan.org/merged ascii-updates/main all DEP-11 Metadata
Ign:19 http://deb.devuan.org/merged ascii-updates/main amd64 DEP-11 Metadata
Ign:20 http://deb.devuan.org/merged ascii-updates/main DEP-11 64x64 Icons
Ign:21 http://deb.devuan.org/merged ascii-security/main all Packages
Ign:22 http://deb.devuan.org/merged ascii-security/main amd64 Packages
Ign:23 http://deb.devuan.org/merged ascii-security/main Translation-en
Ign:24 http://deb.devuan.org/merged ascii-security/main Translation-en_US
Ign:25 http://deb.devuan.org/merged ascii-security/main amd64 DEP-11 Metadata
Ign:26 http://deb.devuan.org/merged ascii-security/main all DEP-11 Metadata
Ign:27 http://deb.devuan.org/merged ascii-security/main DEP-11 64x64 Icons
Ign:7 http://deb.devuan.org/merged ascii/main all Packages
Err:8 http://deb.devuan.org/merged ascii/main amd64 Packages
  Connection failed [IP: 37.220.36.58 80]
Ign:9 http://deb.devuan.org/merged ascii/main Translation-en
Ign:10 http://deb.devuan.org/merged ascii/main Translation-en_US
Ign:11 http://deb.devuan.org/merged ascii/main all DEP-11 Metadata
Ign:12 http://deb.devuan.org/merged ascii/main amd64 DEP-11 Metadata
Ign:13 http://deb.devuan.org/merged ascii/main DEP-11 64x64 Icons
Ign:14 http://deb.devuan.org/merged ascii-updates/main all Packages
Err:15 http://deb.devuan.org/merged ascii-updates/main amd64 Packages
  Connection failed [IP: 37.220.36.58 80]
Ign:16 http://deb.devuan.org/merged ascii-updates/main Translation-en_US
Ign:17 http://deb.devuan.org/merged ascii-updates/main Translation-en
Ign:18 http://deb.devuan.org/merged ascii-updates/main all DEP-11 Metadata
Ign:19 http://deb.devuan.org/merged ascii-updates/main amd64 DEP-11 Metadata
Ign:20 http://deb.devuan.org/merged ascii-updates/main DEP-11 64x64 Icons
Ign:21 http://deb.devuan.org/merged ascii-security/main all Packages
Err:22 http://deb.devuan.org/merged ascii-security/main amd64 Packages
  Connection failed [IP: 37.220.36.58 80]
Ign:23 http://deb.devuan.org/merged ascii-security/main Translation-en
Ign:24 http://deb.devuan.org/merged ascii-security/main Translation-en_US
Ign:25 http://deb.devuan.org/merged ascii-security/main amd64 DEP-11 Metadata
Ign:26 http://deb.devuan.org/merged ascii-security/main all DEP-11 Metadata
Ign:27 http://deb.devuan.org/merged ascii-security/main DEP-11 64x64 Icons
Reading package lists... Done
W: The repository 'http://deb.devuan.org/merged ascii Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://deb.devuan.org/merged ascii-updates Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://deb.devuan.org/merged ascii-security Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://deb.devuan.org/merged/dists/ascii/main/binary-amd64/Packages  Connection failed [IP: 37.220.36.58 80]
E: Failed to fetch http://deb.devuan.org/merged/dists/ascii-updates/main/binary-amd64/Packages  Connection failed [IP: 37.220.36.58 80]
E: Failed to fetch http://deb.devuan.org/merged/dists/ascii-security/main/binary-amd64/Packages  Connection failed [IP: 37.220.36.58 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Any suggestions?

#5 Re: Desktop and Multimedia » VLC and Kaffeine won't install on Ascii [SOLVED] » 2018-08-19 06:04:37

Your sources are outdated.

I managed to solve the problem, but the root of the issue wasn't really the sources being outdated (although I have updated them since you're right about them being deprecated). The real troublemaker turned out to be spotify, which pulled in the outdated vlc-libraries and didn't update because their repository key had changed. Importing the new key and updating spotify allowed the vlc-libraries to update, and kaffeine to run. There still seems to be some version issue with vlc, but I wasn't really that interested in vlc to begin with. It seems to be an issue of having to choose between spotify and vlc (or having to do some nasty hand compiling outside the package manager) but as far as I'm concerned the issue is solved. Thanks to everyone who provided pointers.

#6 Re: Desktop and Multimedia » VLC and Kaffeine won't install on Ascii [SOLVED] » 2018-08-19 04:42:41

What happens if you run # apt-get update && apt-get install vlc, any difference?

No. What I copy-pasted above is the result I'm getting after doing apt-get update.

What's the output of $ apt-cache policy vlc?

vlc:
  Installed: (none)
  Candidate: 3.0.3-1-0+deb9u1
  Version table:
     3.0.3-1-0+deb9u1 500
        500 http://46.105.191.77/merged ascii-security/main amd64 Packages
     3.0.2-0+deb9u1 500
        500 http://46.105.191.77/merged ascii/main amd64 Packages
        500 http://packages.devuan.org/merged ascii/main amd64 Packages
     2.2.7-1~deb9u1 -1
        100 /var/lib/dpkg/status

As you can see, the package manager is quite aware of the newer version of vlc, but if you look at the original error messages I posted, you'll see that it for some reason I can't figure out shits itself when asked to install vlc. Kaffeine actually installs, but it's broken - apparently due to the old vlc version.

Also, what does your /etc/apt/sources.list look like?

deb http://46.105.191.77/merged/ ascii main
deb-src http://46.105.191.77/merged/ ascii main

# ascii-security, previously known as 'volatile'
deb http://46.105.191.77/merged/ ascii-security main non-free
deb-src http://46.105.191.77/merged/ ascii-security main non-free

# ascii-updates, previously known as 'volatile'
deb http://46.105.191.77/merged/ ascii-updates main non-free
deb-src http://46.105.191.77/merged/ ascii-updates main non-free

# Devuan repositories
deb http://packages.devuan.org/merged ascii main contrib non-free
deb-src http://packages.devuan.org/merged ascii main contrib non-free

#Seamonkey
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main

#Eddie
deb http://eddie.website/repository/apt stable main

#Spotify
deb http://repository.spotify.com stable non-free

If you're wondering about the hard coded IP, I had some weird DNS issues at some point, and had to replace packages.devuan.org with the IP-address, but nslookup still shows the address to be the same.

#7 Desktop and Multimedia » VLC and Kaffeine won't install on Ascii [SOLVED] » 2018-08-17 13:57:08

ismohaa
Replies: 7

I have a problem that I can't install VLC (actually it's Kaffeine that I really want to install, but it depends on some VLC-libraries).

# apt-get install vlc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 vlc : Depends: vlc-plugin-base (= 3.0.3-1-0+deb9u1) but 2.2.7-1~deb9u1 is to be installed
       Depends: vlc-plugin-video-output (= 3.0.3-1-0+deb9u1) but 2.2.7-1~deb9u1 is to be installed
       Depends: vlc-l10n (= 3.0.3-1-0+deb9u1) but it is not going to be installed
       Recommends: vlc-plugin-notify (= 3.0.3-1-0+deb9u1) but it is not going to be installed
       Recommends: vlc-plugin-samba (= 3.0.3-1-0+deb9u1) but it is not going to be installed
       Recommends: vlc-plugin-skins2 (= 3.0.3-1-0+deb9u1) but it is not going to be installed
       Recommends: vlc-plugin-video-splitter (= 3.0.3-1-0+deb9u1) but it is not going to be installed
       Recommends: vlc-plugin-visualization (= 3.0.3-1-0+deb9u1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

When I do a dist-upgrade it informs me that the following packages are held back: vlc-data vlc-plugin-video-output
I've tried to set those packages to be manually installed, but...

# apt-get install vlc-data vlc-plugin-video-output
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  accountsservice appstream bluez-obexd breeze-cursor-theme breeze-icon-theme catdoc
  cracklib-runtime fonts-hack-ttf fonts-lato fonts-oxygen gir1.2-packagekitglib-1.0
  gtk3-engines-breeze ieee-data javascript-common kactivities-bin kde-cli-tools-data
  kde-style-breeze kde-style-breeze-qt4 kde-style-qtcurve-qt4 kded5 kdegames-card-data-kf5
  kdegames-mahjongg-data-kf5 kdepasswd kdoctools5 khotkeys-data kio-extras-data kpackagetool5
  ksysguard-data ksysguardd ktexteditor-data kwin-data kwin-style-breeze libaccountsservice0
  libappstream4 libappstreamqt2 libbasicusageenvironment1 libbluetooth3 libcln6 libcrack2
  libdbusmenu-qt5-2 libdolphinvcs5 libdvbpsi10 libdvbv5-0 libebml4v5 libepub0 libgit2-24
  libgles1-mesa libglib2.0-bin libgpgmepp6 libgps22 libgrantlee-templates5 libgroupsock8
  libhttp-parser2.1 libical2 libiso9660-8 libjs-jquery libjs-underscore libkdecorations2-5v5
  libkdecorations2private5v5 libkf5activities5 libkf5activitiesstats1 libkf5archive5 libkf5attica5
  libkf5auth-data libkf5auth5 libkf5baloo5 libkf5balooengine5 libkf5baloowidgets-bin
  libkf5bluezqt-data libkf5bluezqt6 libkf5bookmarks-data libkf5bookmarks5 libkf5calendarevents5
  libkf5codecs-data libkf5codecs5 libkf5completion-data libkf5completion5 libkf5config-bin
  libkf5config-data libkf5configcore5 libkf5configgui5 libkf5configwidgets-data
  libkf5configwidgets5 libkf5coreaddons-data libkf5coreaddons5 libkf5crash5 libkf5dbusaddons-bin
  libkf5dbusaddons-data libkf5dbusaddons5 libkf5declarative-data libkf5dnssd-data libkf5dnssd5
  libkf5emoticons-bin libkf5emoticons-data libkf5emoticons5 libkf5filemetadata-bin
  libkf5filemetadata-data libkf5filemetadata3 libkf5globalaccel-bin libkf5globalaccel-data
  libkf5globalaccel5 libkf5globalaccelprivate5 libkf5guiaddons5 libkf5holidays-data
  libkf5holidays5 libkf5i18n-data libkf5i18n5 libkf5iconthemes-bin libkf5iconthemes-data
  libkf5iconthemes5 libkf5idletime5 libkf5itemmodels5 libkf5itemviews-data libkf5itemviews5
  libkf5jobwidgets-data libkf5jobwidgets5 libkf5js5 libkf5jsembed-data libkf5jsembed5
  libkf5kcmutils-data libkf5kdcraw5 libkf5kdelibs4support-data libkf5khtml-data libkf5kiocore5
  libkf5kiofilewidgets5 libkf5kiontlm5 libkf5kiowidgets5 libkf5kipi-data libkf5kipi31.0.0
  libkf5kmahjongglib5 libkf5networkmanagerqt6 libkf5newstuff-data libkf5notifications-data
  libkf5notifyconfig-data libkf5package-data libkf5package5 libkf5parts-data libkf5people-data
  libkf5people5 libkf5peoplebackend5 libkf5peoplewidgets5 libkf5pty-data libkf5pty5
  libkf5screen-bin libkf5screen7 libkf5service-bin libkf5service-data libkf5service5 libkf5solid5
  libkf5solid5-data libkf5sonnet5-data libkf5sonnetcore5 libkf5sonnetui5 libkf5style5 libkf5su-bin
  libkf5su-data libkf5su5 libkf5sysguard-bin libkf5sysguard-data libkf5textwidgets-data
  libkf5textwidgets5 libkf5threadweaver5 libkf5wallet-data libkf5waylandclient5
  libkf5waylandserver5 libkf5widgetsaddons-data libkf5widgetsaddons5 libkf5windowsystem-data
  libkf5windowsystem5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5 libkf5xmlrpcclient-data
  libkfontinst5 libkfontinstui5 libksgrd7 libksignalplotter7 libkwineffects9 libkwinglutils9
  libkwinxrenderutils9 libkworkspace5-5 liblivemedia57 liblmdb0 liblua5.2-0 libmatroska6v5
  libmtp-common libmtp-runtime libmtp9 libopenmpt-modplug1 liboxygenstyle5-5
  liboxygenstyleconfig5-5 libpackagekit-glib2-18 libpackagekitqt5-0 libphonon4qt5-4
  libplasma-geolocation-interface5 libpolkit-qt5-1-1 libpoppler-qt5-1 libpowerdevilui5
  libprocesscore7 libprocessui7 libpwquality-common libpwquality1 libqalculate5-data
  libqalculate5v5 libqgsttools-p1 libqt5clucene5 libqt5concurrent5 libqt5designer5
  libqt5designercomponents5 libqt5help5 libqt5multimedia5-plugins libqt5multimediaquick-p5
  libqt5multimediawidgets5 libqt5printsupport5 libqt5quickwidgets5 libqt5script5 libqt5sql5
  libqt5sql5-sqlite libqt5test5 libqt5webkit5 libqtcurve-utils2 libresid-builder0c2a libruby2.3
  libscim8v5 libsdl-image1.2 libsidplay2 libssh-4 libstemmer0d libupnp6 libusageenvironment3
  libvcdinfo0 libvlc-bin libvlc5 libvlccore8 libxcb-composite0 libxcb-cursor0 libxcb-damage0
  libxcb-dpms0 libxcb-record0 libzip4 oxygen-sounds packagekit packagekit-tools
  plasma-desktop-data plasma-discover-common polkit-kde-agent-1 powerdevil-data
  pulseaudio-module-gconf python3-dbus python3-pyqt5 python3-sip python3-software-properties
  qdbus-qt5 qml-module-org-kde-activities qml-module-org-kde-bluezqt
  qml-module-org-kde-extensionplugin qml-module-org-kde-kholidays qml-module-org-kde-solid
  qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtgraphicaleffects
  qml-module-qtmultimedia qml-module-qtqml-models2 qml-module-qtquick-controls
  qml-module-qtquick-controls-styles-breeze qml-module-qtquick-dialogs qml-module-qtquick-layouts
  qml-module-qtquick-privatewidgets qml-module-qtquick-window2 qttools5-dev-tools rake ruby
  ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3
  rubygems-integration sni-qt software-properties-common software-properties-kde sonnet-plugins
  unattended-upgrades
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  libva-wayland1 xbitmaps xterm
Suggested packages:
  xfonts-cyrillic
The following packages will be REMOVED:
  baloo-kf5 bluedevil bovo breeze dolphin frameworkintegration gwenview kactivitymanagerd
  kamera kde-baseapps kde-cli-tools kde-config-gtk-style kde-config-screenlocker kde-config-sddm
  kde-plasma-desktop kde-spectacle kde-style-oxygen-qt5 kde-style-qtcurve-qt5 kgamma5 khelpcenter
  khotkeys kinfocenter kinit kio kio-extras kiriki klickety kmahjongg kmenuedit konsole
  konsole-kpart kpackagelauncherqml kpat kscreen kshisen ksshaskpass ksysguard
  ktexteditor-katepart kwalletmanager kwin-common kwin-x11 kwrite kwrited libkf5baloowidgets5
  libkf5declarative5 libkf5kcmutils5 libkf5kdegames7 libkf5kdelibs4support5
  libkf5kdelibs4support5-bin libkf5khtml-bin libkf5khtml5 libkf5newstuff5 libkf5notifications5
  libkf5notifyconfig5 libkf5parts-plugins libkf5parts5 libkf5plasma5 libkf5plasmaquick5
  libkf5quickaddons5 libkf5runner5 libkf5texteditor5 libkf5wallet-bin libkf5wallet5
  libkf5xmlrpcclient5 libkscreenlocker5 libkwalletbackend5-5 libkwin4-effect-builtins1
  libpowerdevilcore2 libtaskmanager6 libweather-ion7 milou phonon4qt5 phonon4qt5-backend-vlc
  plasma-desktop plasma-discover plasma-framework plasma-integration plasma-pa plasma-workspace
  powerdevil qml-module-org-kde-draganddrop qml-module-org-kde-kcoreaddons qml-module-org-kde-kio
  qml-module-org-kde-kirigami qml-module-org-kde-kquickcontrols
  qml-module-org-kde-kquickcontrolsaddons qml-module-org-kde-kwindowsystem
  qml-module-org-kde-runnermodel systemsettings user-manager vlc-plugin-base
The following NEW packages will be installed:
  libva-wayland1 xbitmaps xterm
The following packages will be upgraded:
  vlc-data vlc-plugin-video-output
2 upgraded, 3 newly installed, 92 to remove and 0 not upgraded.
Need to get 1409 kB of archives.
After this operation, 224 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.

AAARGH! It wants to nuke my entire (KDE) desktop. How about no?

Any ideas on how I could get Kaffeine running? It's easily the best TV software on Linux.

Board footer

Forum Software