Maui Forums

Full Version: dolphin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everybody,

i did the latest updates and i made the "dist-upgrade".


The following problem I have with dolphin:

If I start 'dolphin' with the terminal as a normal user, then everything is displayed correctly.

[attachment=1115]

But when I start 'dolphin' with the command

e.g.:
Code:
sudo dolphin /home/xc-dh-oldie/Downloads

Code:
xc-dh-oldie@norco:~$ sudo dolphin /home/xc-dh-oldie/Downloads

[sudo] Passwort für xc-dh-oldie:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Trying to convert empty KLocalizedString to QString.
Cannot creat accessible child interface for object:  PlacesView(0x149c710)  index:  15
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
.
.
.
.
.
.
QPixmap::scaled: Pixmap is a null pixmap
QPainter::begin: Paint device returned engine == 0, type: 2
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
.
.
.

the program shows me no more symbols.

[attachment=1116]

Is this a 'bug', or can I change it somehow, or how can i solve this ?

best regards
This is a known bug.
See https://bugs.kde.org/show_bug.cgi?id=353263

My workaround from here: https://bugs.kde.org/show_bug.cgi?id=353263#c7 should still work.
(9th December 2016, 21:43)leszek Wrote: [ -> ]This is a known bug.
See https://bugs.kde.org/show_bug.cgi?id=353263

My workaround from here: https://bugs.kde.org/show_bug.cgi?id=353263#c7 should still work.

edit /etc/environment file
Enter at the end
XDG_CURRENT_DESKTOP="KDE"
(10th December 2016, 0:29)ali_deda Wrote: [ -> ]
(9th December 2016, 21:43)leszek Wrote: [ -> ]This is a known bug.
See https://bugs.kde.org/show_bug.cgi?id=353263

My workaround from here: https://bugs.kde.org/show_bug.cgi?id=353263#c7 should still work.

edit /etc/environment file
Enter at the end
XDG_CURRENT_DESKTOP="KDE"

Thank you!

The edit to /etc/environment file tip worked wonders for root mode krusader. Big Grin
Dolphin plasma 5.x right klik root action
Code:
1.download
https://dl.opendesktop.org/api/files/download/id/1466046059/48411-rootactions_servicemenu_2.9.tar.gz
2.unpack
3.open rootactions_servicemenu_2.9 folder
4.open Root_Actions_2.9 folder
5.open dolphin-KDE4 folder
6.copy files
10-rootactionsfolders.desktop
11-rootactionsfiles.desktop
to folder
home/user/.local/share/kservices5/ServiceMenus/
7.copy file
rootactions-servicemenu.pl
to folder
/usr/bin/
8.edit /etc/environment file
Enter at the end
XDG_CURRENT_DESKTOP="KDE"
thanks for the answers

i have edited the environemt-file, now it works

best regards