Maui Forums
dolphin - Printable Version

+- Maui Forums (https://forums.mauilinux.org)
+-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74)
+--- Forum: Plasma Desktop (https://forums.mauilinux.org/forumdisplay.php?fid=84)
+--- Thread: dolphin (/showthread.php?tid=24158)



dolphin - XC-DH_Oldie - 9th December 2016

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.

   

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.

   

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

best regards


RE: dolphin - leszek - 9th December 2016

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.


RE: dolphin - ali_deda - 10th December 2016

(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"


RE: dolphin - DrGeoffrey - 10th December 2016

(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


RE: dolphin - ali_deda - 10th December 2016

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"



RE: dolphin - XC-DH_Oldie - 13th December 2016

thanks for the answers

i have edited the environemt-file, now it works

best regards