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

Author Topic:  New KDE software in kdenext  (Read 19365 times)

Offline Penyelam

  • User
  • Posts: 220
Re: New KDE software in kdenext
« Reply #30 on: 2015/10/04, 19:49:46 »
There is no output

Code: [Select]

root@siductionbox:~# dpkg --configure -a
root@siductionbox:~#

Offline der_bud

  • User
  • Posts: 1.072
  • member
Re: New KDE software in kdenext
« Reply #31 on: 2015/10/04, 19:58:39 »
[Half Off-Topic] Just a small hint for creating outputs: If you put a small "LANG=C " in front of your commands, the output will probably be turned to english language without the need to change locale or other stuff in your system. That makes it easier for international supporters to follow what apt and such want to tell us ;), and you can do it only when you create output for forums or paste-services, not in your normal life. Example
Code: [Select]
LANG=C dpkg --configure -a
LANG=C apt-get install -f
LANG=C apt dist-upgrade
[/OT]
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

Offline der_bud

  • User
  • Posts: 1.072
  • member
Re: New KDE software in kdenext
« Reply #32 on: 2015/10/04, 20:04:43 »
Penyelam, from your output regarding kwin yesterday I think you miss some packages, do you have
Code: [Select]
kwin-common
kwin-data
kwin-style-breeze
kwin-x11
?
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

Santa

  • Guest
Re: New KDE software in kdenext
« Reply #33 on: 2015/10/04, 20:35:53 »
There is no output

Code: [Select]

root@siductionbox:~# dpkg --configure -a
root@siductionbox:~#


Ok, let's go back to your first post (where you say kwin-x11 is not installable for you): whats the output of this?
Code: [Select]
LANG=C apt-get -o "Debug::pkgProblemResolver=true" install --reinstall kwin-x11 --install-recommends

Offline Penyelam

  • User
  • Posts: 220
Re: New KDE software in kdenext
« Reply #34 on: 2015/10/04, 20:44:45 »
Code: [Select]
root@siductionbox:~# LANG=C apt-get -o "Debug::pkgProblemResolver=true" install --reinstall kwin-x11 --install-recommends
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following extra packages will be installed:
  kwin-common libkf5newstuff5 libkwin4-effect-builtins1 qml-module-qtmultimedia
Suggested packages:
  kwin-addons
The following NEW packages will be installed:
  kwin-common kwin-x11 libkf5newstuff5 libkwin4-effect-builtins1 qml-module-qtmultimedia
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1993 kB of archives.
After this operation, 9563 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://packages.siduction.org/kdenext/ unstable/main libkf5newstuff5 amd64 5.14.0-siduction1.4 [191 kB]
Get:2 http://http.debian.net/debian/ unstable/main qml-module-qtmultimedia amd64 5.4.2-3 [70.6 kB]
Get:3 http://packages.siduction.org/kdenext/ unstable/main libkwin4-effect-builtins1 amd64 4:5.4.1-siduction1.4.3 [283 kB]
Get:4 http://packages.siduction.org/kdenext/ unstable/main kwin-common amd64 4:5.4.1-siduction1.4.3 [1431 kB]
Get:5 http://packages.siduction.org/kdenext/ unstable/main kwin-x11 amd64 4:5.4.1-siduction1.4.3 [18.2 kB]                             
Fetched 1993 kB in 16s (123 kB/s)                                                                                                     
Selecting previously unselected package qml-module-qtmultimedia:amd64.
(Reading database ... 165304 files and directories currently installed.)
Preparing to unpack .../qml-module-qtmultimedia_5.4.2-3_amd64.deb ...
Unpacking qml-module-qtmultimedia:amd64 (5.4.2-3) ...
Selecting previously unselected package libkf5newstuff5:amd64.
Preparing to unpack .../libkf5newstuff5_5.14.0-siduction1.4_amd64.deb ...
Unpacking libkf5newstuff5:amd64 (5.14.0-siduction1.4) ...
Selecting previously unselected package libkwin4-effect-builtins1.
Preparing to unpack .../libkwin4-effect-builtins1_4%3a5.4.1-siduction1.4.3_amd64.deb ...
Unpacking libkwin4-effect-builtins1 (4:5.4.1-siduction1.4.3) ...
Selecting previously unselected package kwin-common.
Preparing to unpack .../kwin-common_4%3a5.4.1-siduction1.4.3_amd64.deb ...
Unpacking kwin-common (4:5.4.1-siduction1.4.3) ...
Selecting previously unselected package kwin-x11.
Preparing to unpack .../kwin-x11_4%3a5.4.1-siduction1.4.3_amd64.deb ...
Unpacking kwin-x11 (4:5.4.1-siduction1.4.3) ...
Processing triggers for siduction-dynamic-dms (2014.08.13) ...
Setting up qml-module-qtmultimedia:amd64 (5.4.2-3) ...
Setting up libkf5newstuff5:amd64 (5.14.0-siduction1.4) ...
Setting up libkwin4-effect-builtins1 (4:5.4.1-siduction1.4.3) ...
Setting up kwin-common (4:5.4.1-siduction1.4.3) ...
Processing triggers for siduction-dynamic-dms (2014.08.13) ...
Setting up kwin-x11 (4:5.4.1-siduction1.4.3) ...
Processing triggers for libc-bin (2.19-22) ...
root@siductionbox:~#

Santa

  • Guest
Re: New KDE software in kdenext
« Reply #35 on: 2015/10/04, 20:48:19 »
Code: [Select]
root@siductionbox:~# LANG=C apt-get -o "Debug::pkgProblemResolver=true" install --reinstall kwin-x11 --install-recommends
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following extra packages will be installed:
  kwin-common libkf5newstuff5 libkwin4-effect-builtins1 qml-module-qtmultimedia
Suggested packages:
  kwin-addons
The following NEW packages will be installed:
  kwin-common kwin-x11 libkf5newstuff5 libkwin4-effect-builtins1 qml-module-qtmultimedia
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1993 kB of archives.
After this operation, 9563 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://packages.siduction.org/kdenext/ unstable/main libkf5newstuff5 amd64 5.14.0-siduction1.4 [191 kB]
Get:2 http://http.debian.net/debian/ unstable/main qml-module-qtmultimedia amd64 5.4.2-3 [70.6 kB]
Get:3 http://packages.siduction.org/kdenext/ unstable/main libkwin4-effect-builtins1 amd64 4:5.4.1-siduction1.4.3 [283 kB]
Get:4 http://packages.siduction.org/kdenext/ unstable/main kwin-common amd64 4:5.4.1-siduction1.4.3 [1431 kB]
Get:5 http://packages.siduction.org/kdenext/ unstable/main kwin-x11 amd64 4:5.4.1-siduction1.4.3 [18.2 kB]                             
Fetched 1993 kB in 16s (123 kB/s)                                                                                                     
Selecting previously unselected package qml-module-qtmultimedia:amd64.
(Reading database ... 165304 files and directories currently installed.)
Preparing to unpack .../qml-module-qtmultimedia_5.4.2-3_amd64.deb ...
Unpacking qml-module-qtmultimedia:amd64 (5.4.2-3) ...
Selecting previously unselected package libkf5newstuff5:amd64.
Preparing to unpack .../libkf5newstuff5_5.14.0-siduction1.4_amd64.deb ...
Unpacking libkf5newstuff5:amd64 (5.14.0-siduction1.4) ...
Selecting previously unselected package libkwin4-effect-builtins1.
Preparing to unpack .../libkwin4-effect-builtins1_4%3a5.4.1-siduction1.4.3_amd64.deb ...
Unpacking libkwin4-effect-builtins1 (4:5.4.1-siduction1.4.3) ...
Selecting previously unselected package kwin-common.
Preparing to unpack .../kwin-common_4%3a5.4.1-siduction1.4.3_amd64.deb ...
Unpacking kwin-common (4:5.4.1-siduction1.4.3) ...
Selecting previously unselected package kwin-x11.
Preparing to unpack .../kwin-x11_4%3a5.4.1-siduction1.4.3_amd64.deb ...
Unpacking kwin-x11 (4:5.4.1-siduction1.4.3) ...
Processing triggers for siduction-dynamic-dms (2014.08.13) ...
Setting up qml-module-qtmultimedia:amd64 (5.4.2-3) ...
Setting up libkf5newstuff5:amd64 (5.14.0-siduction1.4) ...
Setting up libkwin4-effect-builtins1 (4:5.4.1-siduction1.4.3) ...
Setting up kwin-common (4:5.4.1-siduction1.4.3) ...
Processing triggers for siduction-dynamic-dms (2014.08.13) ...
Setting up kwin-x11 (4:5.4.1-siduction1.4.3) ...
Processing triggers for libc-bin (2.19-22) ...
root@siductionbox:~#


So now you have just installed kwin; install kde-standard and reboot. Does it work now?

jeedee

  • Guest
Re: New KDE software in kdenext
« Reply #36 on: 2015/10/04, 20:49:37 »
Hi there,

todays DU went flawlessly with kdenext enabled, last DU before GCC-5-Transition.
Thank you very much, Santa and all involved

LG
jd

Offline jure

  • User
  • Posts: 635
Re: New KDE software in kdenext
« Reply #37 on: 2015/10/04, 21:04:46 »
Hi,

dto - after libstdc++6 i386/amd64 have the same version, I dist-upgraded my pc with kdenext (Riders on the Storm "upgraded" to plasma 5 before the transition started) without ANY error !

Quote
1521 updated, 181 new installed, 97 removed and 1 not updated

thx to Santa &  all involved
Gruss Juergen

Offline Penyelam

  • User
  • Posts: 220
Re: New KDE software in kdenext
« Reply #38 on: 2015/10/04, 22:41:51 »
Hi Santa,
yes it works now  :) :) :)
Thanks a lot

Just a question: how can I start X at boot automatically?
inittab seems not to work in systemd

Offline cs

  • User
  • Posts: 94
Service Menus don't show up // Re: New KDE software in kdenext
« Reply #39 on: 2015/10/05, 07:16:11 »
Hi,

thanks for providing packages for a smooth uprgrade to kde plasma 5!

I upgraded without any problems except that the dolphin service menus are no longer displayed on a right click.

I copied my service menus from ~ /.kde/share/kde4/services/ServiceMenus/ to ~/.local/share/kservices5/ServiceMenus/, but that didn't do any difference.

Could it be related to the fact, that plasma-scriptengine-ruby is no longer installable?

Greetings

cs

Offline der_bud

  • User
  • Posts: 1.072
  • member
Re: New KDE software in kdenext
« Reply #40 on: 2015/10/05, 13:24:51 »
...
Just a question: how can I start X at boot automatically?
inittab seems not to work in systemd ...

For some reason on your system it seems as if graphical.target (=runlevel5.target ~ init 5) is not the default (test it with systemctl get-default). You can set it with
Code: [Select]
systemctl set-default graphical.target
systemctl enable graphical.target
That should create the proper symlink (on my system there is lrwxrwxrwx 1 root root 36 Mär 27  2014 /etc/systemd/system/default.target -> /lib/systemd/system/runlevel5.target).
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

Offline bluelupo

  • User
  • Posts: 2.068
    • BluelupoMe
Re: New KDE software in kdenext
« Reply #41 on: 2015/10/05, 13:29:12 »
[...]
Just a question: how can I start X at boot automatically?
inittab seems not to work in systemd

Hi Penyelam,

you can do this:

Code: [Select]
# systemctl set-default grapical.target

Offline Penyelam

  • User
  • Posts: 220
Re: New KDE software in kdenext
« Reply #42 on: 2015/10/05, 16:41:54 »
@der_bud @bluelupo
Danke,
funktioniert aber leider nicht

Code: [Select]
root@siductionbox:~# systemctl set-default graphical.target
root@siductionbox:~# systemctl enable graphical.target
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
   .wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
   a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
   D-Bus, udev, scripted systemctl call, ...).

Offline jure

  • User
  • Posts: 635
Hi,
....
I upgraded without any problems except that the dolphin service menus are no longer displayed on a right click.

I copied my service menus from ~ /.kde/share/kde4/services/ServiceMenus/ to ~/.local/share/kservices5/ServiceMenus/, but that didn't do any difference.

Could it be related to the fact, that plasma-scriptengine-ruby is no longer installable?
...
I had the same problem and found the solution here https://forum.kde.org/viewtopic.php?f=223&t=128621
Code: [Select]
ln -s /usr/share/kde4/servicetypes/konqpopupmenuplugin.desktop /usr/share/kservicetypes5/works for me
Gruss Juergen

Offline cs

  • User
  • Posts: 94
Re: New KDE software in kdenext
« Reply #44 on: 2015/10/05, 21:16:01 »
@Jure:
Great, that works for me, too! You saved my day!


....
I upgraded without any problems except that the dolphin service menus are no longer displayed on a right click.

I copied my service menus from ~ /.kde/share/kde4/services/ServiceMenus/ to ~/.local/share/kservices5/ServiceMenus/, but that didn't do any difference.

Could it be related to the fact, that plasma-scriptengine-ruby is no longer installable?
...
I had the same problem and found the solution here https://forum.kde.org/viewtopic.php?f=223&t=128621
Code: [Select]
ln -s /usr/share/kde4/servicetypes/konqpopupmenuplugin.desktop /usr/share/kservicetypes5/works for me