This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Konqueror says it lacks permission to work as a file manager

Tags: None
(comma "," separated)
rcameron
Registered Member
Posts
105
Karma
0
OS
Is anyone able to duplicate this behavior?

There must be a simple answer to this, but I can't see it -- i load and run Konqueror and then, because I want to display a directory, I type /home into the Address Bar. Then, <Enter> and I see this, in an orange box at the top of the screen:
Code: Select all
The file /home could not be loaded, as it was not possible to read from it.
Check if you have read access to this file.

I checked this directory, in another file manager, and it seems to be granting read-write permission to me, and to 'group'.

??? Should I be doing something else to make this directory, or any directory, display -- using Konqueror's file-manager function?


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0
luebking
Karma
0
You're not supposed to have write permissions in /home for sure.
Some distros may reasonably also prevent reading.

/home is NOT "$HOME" aka "~" aka *your* home directory.

Try "/tmp" - or "~"
rcameron
Registered Member
Posts
105
Karma
0
OS
Thanks for your help and fast reply! You advised a test by entering this:
luebking wrote:...
Try "/tmp" - or "~"

So I did, and I got this result, the error message, again:
    The file /tmp/ could not be loaded, as it was not possible to read from it.
    Check if you have read access to this file.
It's the same as in my first post, only referring to a different directory, that (also) can't be displayed. Something is not working as it should. I will add, Dolphin works normally.

??? Can you duplicate this behavior on your system? Is there some incorrect default setting in Konqueror that I must change?


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0
luebking
Karma
0
Nope. I however also get a dialog "access denied" on insufficient permissions.

I assume the problem will be different and what's suspicious is that directories are referred to as "file" (though technically they're the same on UNIX)

Grepping the KDE sources, the message is from KTextEditor, ie. for "some" reason, konqueror tries to open the dir as text.

=> run "kcmshell5 filetypes" (resp. "kcmshell4 filetypes" if you're on a plain KDE SC 4 installation) and filter for "dir", inode/directory is the actual mimetype for directories.

Have a close look at the settings (for inode and inode/directory) on whether anything there looks like it's to be openend by kwrite/kate/ktexteditor - or the mimetype is maybe missing entirely.
rcameron
Registered Member
Posts
105
Karma
0
OS
luebking wrote:...
Have a close look at the settings (for inode and inode/directory) on whether anything there looks like it's to be opened by kwrite/kate/ktexteditor - or the mimetype is maybe missing entirely.

Thanks again -- here's what I'm seeing at Configure file associations ->Known Types->Inode->directory:

    General tab, Description for inode/directory
    Application Preference Order
      Dolphin
      Konqueror

    Embedding tab, Services Preference Order
      Embedded Advanced Text Editor (katepart)
      Okular (okulartxt)
      Sidebar (konq_sidebartng)

Not certain what to make of your question about 'mimetype' -- don't see that term anywhere. What other information should I provide?

??? Please tell me what I should fix, and where, for Konqueror to work normally.


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0
luebking
Karma
0
rcameron wrote:
    Embedding tab, Services Preference Order
      Embedded Advanced Text Editor (katepart)
      Okular (okulartxt)
      Sidebar (konq_sidebartng)


That's for inode/directory??

It explains the behavior but should not be there at all.
Close the dialog (in case) and run (in konsole)
Code: Select all
kbuildsycoca --noincremental
kbuildsycoca4 --noincremental
kbuildsycoca5 --noincremental


Depending on your installation some commands won't exist, but one or two should (and take some time, can run up to a minute or so)

Then run "kcmshell/4/5 filetypes" again and check the inode/directory settings.
If those entries are *still* there: remove them. You can add the "Terminal Emulator (konsolepart)" if you want but everything else makes no sense for this mimetype.

Also check the settings for embedded/external opening. By default "inode/directory" follows "inode" and "inode" is configured for the embedded viewer.

"mimetypes" are all those "file types" (if you want to know why there're different terms and what mime is, please ask wikipedia ;-)
rcameron
Registered Member
Posts
105
Karma
0
OS
luebking wrote:
rcameron wrote:
    Embedding tab, Services Preference Order
      Embedded Advanced Text Editor (katepart)
      Okular (okulartxt)
      Sidebar (konq_sidebartng)


That's for inode/directory??


It explains the behavior but should not be there at all.

I'm about to follow your directions to rebuild the cache, but since you expressed so much surprise over what you saw, I put mimeapps.list in a text editor, to see exactly what had been added to, and removed from, inode/directory. As to what can do this and leave the file with 'impossible' entries, your guess is much better than mine, and might be instructive. :)
Code: Select all
[Added KDE Service Associations]
inode/directory=katepart.desktop;okularTxt.desktop;

[Added Associations]
inode/directory=kde4-dolphin.desktop;

[Added KDE Service Associations]
inode/directory=katepart.desktop;okularTxt.desktop;

[Removed Associations]
inode/directory=kde4-gwenview.desktop;spacefm-find.desktop;spacefm.desktop;spacefm-folder-handler.desktop;audacious.desktop;kde4-kate.desktop;

[Removed KDE Service Associations]
inode/directory=dolphinpart.desktop;konsolepart.desktop;

I expected to see Sidebar (konq_sidebartng) here, also, but don't see it. Must come from somewhere else.


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0
rcameron
Registered Member
Posts
105
Karma
0
OS
luebking wrote:... and run (in konsole)
Code: Select all
...
kbuildsycoca4 --noincremental
...

Depending on your installation [edit: or, platform version? Note my signature] some commands won't exist, but one or two should (and take some time, can run up to a minute or so)
...
Actually, it ran quite quickly, but thanks for the warning. I came across posts elsewhere saying some users had reset their systems, thinking it had 'frozen'.

All the lines produced appeared to be telling me what kbuildsyscocoa had accomplished -- except for the last one:
Code: Select all
kbuildsycoca4(4130) parseLayoutNode: The menu spec file contains a Layout or DefaultLayout tag without the mandatory Merge tag inside. Please fix your file.
I've been searching on the entire string, and just the part ending with 'file' trying to see what the user is supposed to do, to 'fix your file'.

Let me show what I've found and I hope someone can help me to decide:

One post says, in spite of the user being told to 'fix' a problem, the 'problem' is actually cosmetic only, and should be ignored. The other post says while some things are cosmetic, many users think it best to 'make their system right' and to that end, they should run the fixmime script -- as seen by following the preceding link.

Which do you advise? I'm backed up with Systemback, so if there's a problem I'm not worried -- I won't tank my installation. :)


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0
rcameron
Registered Member
Posts
105
Karma
0
OS
Most appreciated if anyone could respond to the questions already asked, while adding to that, some help with this new problem:

After following luebking's directions, I am now at this point. I have clicked on Konqueror's start page, the one that has the icon labeled, Home Folder -- your personal files.

This gives me an error message, instead of displaying the home directory. The message reads,
    Error - Konqueror
    [X] There appears to be a configuration error. You have associated Konqueror with inode/directory, but it cannot handle this file type.
    [OK}[/list]
Hmmm ... i'm sure I've seen screenshots with a directory running on the Konqueror screen. Or, am I imagining this?

??? What must I do to get this behavior?


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0
luebking
Karma
0
/usr/lib/kde4/dolphinpart.so
/usr/share/kde4/services/dolphinpart.desktop

konqueror is actually more or less "just" a kpart shell - for filemanagement the dolphin part is used.
I assume you uninstalled dolphin and the part with it?

The weird mime assignments may then have been a desperate move to create some failsafe.
rcameron
Registered Member
Posts
105
Karma
0
OS
Hmmm ... i'm sure I've seen screenshots with a directory running on the Konqueror screen. Or, am I imagining this?
??? What must I do to get this behavior?
luebking wrote:/usr/lib/kde4/dolphinpart.so
/usr/share/kde4/services/dolphinpart.desktop

Thanks for giving me these file names. I have found both in Dolphin (no, it's not uninstalled) and the first is a binary file, the second a text file. The text file was searched and I found it does not contain a reference to the binary file, nor does it have a section that seems appropriate (without your help) for inserting the binary's file name ... if that what you intended? I'm guessing here ... :-\

Sorry, but my level of understanding isn't sufficient that I can figure out what you meant -- exactly what are you suggesting I do with these two files, to 'get this behavior'?

I'm assuming your listing these two names was intended to answer the question prefaced by ??? in the preceding post? Or not?


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0
luebking
Karma
0
You shouldn't have to do anything - konqueror is supposed to pick them up from the sycoca database and know that it can use the dolphin part to display inodes.

At this point it gets a bit tricky.

a) please paste the contents of your /usr/share/kde4/services/dolphinpart.desktop
b) paste the output of "ldd /usr/lib/kde4/dolphinpart.so"
c) kill all konqueror instances and run "strace konqueror 2>&1 | grep dolphinpart" try to open a directory (enter "~"). At this point you should get quite some printout from the command. Paste that as well.

The entire thing is of course supposed to work, but something is broken about kio/mime-plugin handling on your system.
rcameron
Registered Member
Posts
105
Karma
0
OS
luebking wrote:You shouldn't have to do anything - konqueror is supposed to pick them up from the sycoca database and know that it can use the dolphin part to display inodes.

At this point it gets a bit tricky.

a) please paste the contents of your /usr/share/kde4/services/dolphinpart.desktop

Code: Select all
[Desktop Entry]
Type=Service
Name=Dolphin View
Name[af]=Dolphin Deel
Name[ar]=عرض دولفين
Name[as]=Dolphin প্ৰদৰ্শন
Name[ast]=Vista de Dolphin
Name[be@latin]=Vyhlad „Dolphin”
Name[bg]=Преглед в Dolphin
Name[bn]=ডলফিন ভিউ
Name[bn_IN]=Dolphin প্রদর্শন
Name[bs]=Delfinov prikaz
Name[ca]=Vista del Dolphin
Name[ca@valencia]=Vista del Dolphin
Name[cs]=Pohled Dolphin
Name[csb]=Wëzdrzatk Dolphina
Name[da]=Dolphin-visning
Name[de]=Dolphin-Ansicht
Name[el]=Προβολή του Dolphin
Name[en_GB]=Dolphin View
Name[eo]=Dolphin-rigardo
Name[es]=Vista de Dolphin
Name[et]=Dolphini vaade
Name[eu]=Dolphin ikuspegia
Name[fi]=Dolphin-näkymä
Name[fr]=Vue de Dolphin
Name[fy]=Dolfyn werjefte
Name[ga]=Amharc Dolphin
Name[gl]=Vista de Dolphin
Name[gu]=ડોલ્ફિન દેખાવ
Name[he]=הגדרות תצוגה ב־Dolphin
Name[hi]=डॉल्फ़िन दृश्य
Name[hne]=डाल्फिन दृस्य
Name[hr]=Dolphinov prikaz
Name[hsb]=Napohlad w Dolphinje
Name[hu]=Dolphin-nézet
Name[ia]=Vista de Dolphin
Name[id]=Tampilan Dolphin
Name[is]=Dolphin sýn
Name[it]=Vista di Dolphin
Name[ja]=Dolphin ビュー
Name[kk]=Dolphin көрінісі
Name[km]=ទិដ្ឋភាព Dolphin
Name[kn]=ಡಾಲ್ಫಿನ್ ನೋಟ
Name[ko]=Dolphin 보기
Name[ku]=Bergehê Dolphin
Name[lt]=Dolphin žiūryklė
Name[lv]=Dolphin skats
Name[mai]=डाल्फिन दृश्य
Name[mk]=Преглед со Делфин
Name[ml]=ഡോള്‍ഫിന്‍ അവതരണരീതി
Name[mr]=डॉल्फिन दृश्य
Name[ms]=Lihat Dolphin
Name[nb]=Dolphin visning
Name[nds]=Dolphin-Ansicht
Name[nl]=Dolphin-weergave
Name[nn]=Dolphin-vising
Name[or]=ଡଲଫିନ ଦୃଶ୍ୟ
Name[pa]=ਡਾਲਫਿਨ ਝਲਕ
Name[pl]=Widok Dolphina
Name[pt]=Área do Dolphin
Name[pt_BR]=Visualização do Dolphin
Name[ro]=Vizualizare Dolphin
Name[ru]=Представление Dolphin
Name[se]=Dolphinčájeheapmi
Name[si]=ඩොල්ෆින් දසුන
Name[sk]=Dolphin pohľad
Name[sl]=Dolphin - pogled
Name[sr]=Делфинов приказ
Name[sr@ijekavian]=Делфинов приказ
Name[sr@ijekavianlatin]=Dolphinov prikaz
Name[sr@latin]=Dolphinov prikaz
Name[sv]=Vy i Dolphin
Name[ta]=டால்பின் காட்சி
Name[te]=డాల్ఫిన్ వీక్షణం
Name[tg]=Намоиши Dolphin
Name[th]=มุมมองของดอลฟิน
Name[tr]=Dolphin Görünümü
Name[ug]=Dolphin كۆرۈنۈش
Name[uk]=Перегляд Dolphin
Name[wa]=Vuwe di Dolphin
Name[x-test]=xxDolphin Viewxx
Name[zh_CN]=Dolphin 视图
Name[zh_TW]=Dolphin 檢視
MimeType=inode/directory;
X-KDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View
X-KDE-Library=dolphinpart
#X-KDE-BrowserView-Args=Icon
X-KDE-BrowserView-HideFromMenus=true
X-KDE-BrowserView-Built-Into=konqueror
Icon=view-icon
InitialPreference=7

# Provide info about the view modes using the Actions mechanism so that KService parses it.
# Konqueror then queries KService to get hold of the translated texts for the view modes
Actions=icons;details;compact;

[Desktop Action icons]
Name=Icons
Name[af]=Ikone
Name[ar]=الأيقونات
Name[as]=আইকন
Name[ast]=Iconos
Name[be]=Значкі
Name[be@latin]=Ikony
Name[bg]=Икони
Name[bn]=আইকন
Name[bn_IN]=আইকন
Name[br]=Arlunioù
Name[bs]=Ikone
Name[ca]=Icones
Name[ca@valencia]=Icones
Name[cs]=Ikony
Name[csb]=Ikònë
Name[cy]=Eicon
Name[da]=Ikoner
Name[de]=Symbole
Name[el]=Εικονίδια
Name[en_GB]=Icons
Name[eo]=Piktogramoj
Name[es]=Iconos
Name[et]=Ikoonid
Name[eu]=Ikonoak
Name[fa]=شمایلها
Name[fi]=Kuvakkeet
Name[fr]=Icônes
Name[fy]=Byldkaikes
Name[ga]=Deilbhíní
Name[gl]=Iconas
Name[gu]=ચિહ્નો
Name[he]=סמלים
Name[hi]=प्रतीक
Name[hne]=चिनहा
Name[hr]=Ikone
Name[hsb]=Piktogramy
Name[hu]=Ikonok
Name[ia]=Icones
Name[id]=Ikon
Name[is]=Táknmyndir
Name[it]=Icone
Name[ja]=アイコン
Name[ka]=ხატულები
Name[kk]=Таңбашалар
Name[km]=រូប​តំណាង
Name[kn]=ಚಿಹ್ನೆಗಳು
Name[ko]=아이콘
Name[ku]=Îkon
Name[lt]=Ženkliukai
Name[lv]=Ikonas
Name[mai]=प्रतीक
Name[mk]=Икони
Name[ml]=ചിഹ്നങ്ങള്‍
Name[mr]=चिन्ह
Name[ms]=Ikon
Name[nb]=Ikoner
Name[nds]=Lüttbiller
Name[ne]=प्रतिमा
Name[nl]=Pictogrammen
Name[nn]=Ikon
Name[oc]=Icònas
Name[or]=ଚିତ୍ର ସଂକେତଗୁଡ଼ିକ
Name[pa]=ਆਈਕਾਨ
Name[pl]=Ikony
Name[pt]=Ícones
Name[pt_BR]=Ícones
Name[ro]=Pictograme
Name[ru]=Значки
Name[se]=Govažat
Name[si]=අයිකන
Name[sk]=Ikony
Name[sl]=Ikone
Name[sr]=Иконе
Name[sr@ijekavian]=Иконе
Name[sr@ijekavianlatin]=Ikone
Name[sr@latin]=Ikone
Name[sv]=Ikoner
Name[ta]=சின்னங்கள்
Name[te]=ప్రతిమలు
Name[tg]=Нишонаҳо
Name[th]=ไอคอน
Name[tr]=Simgeler
Name[ug]=سىنبەلگىلەر
Name[uk]=Піктограми
Name[uz]=Nishonchalar
Name[uz@cyrillic]=Нишончалар
Name[vi]=Biểu tượng
Name[wa]=Imådjetes
Name[xh]=Imphawu zemmifanekiso
Name[x-test]=xxIconsxx
Name[zh_CN]=图标
Name[zh_TW]=圖示
Icon=view-list-icons
# Dummy
Exec=dolphin

[Desktop Action compact]
Name=Compact
Name[ar]=مضغوط
Name[bg]=Компактно
Name[bs]=Sabij
Name[ca]=Compacte
Name[ca@valencia]=Compacte
Name[cs]=Kompaktní
Name[da]=Kompakt
Name[de]=Kompakt
Name[el]=Σύμπτυξη
Name[en_GB]=Compact
Name[es]=Compacta
Name[et]=Kompaktne
Name[fi]=Tiivis
Name[fr]=Concis
Name[ga]=Dlúth
Name[gl]=Compacto
Name[he]=מרוכז
Name[hu]=Kompakt
Name[ia]=Compacte
Name[is]=Þjappað
Name[it]=Compatta
Name[kk]=Ықшамды
Name[km]=តូច​ល្មម
Name[ko]=축소됨
Name[lt]=Kompaktiškas
Name[lv]=Kompakts
Name[mr]=संक्षिप्त
Name[nb]=Kompakt
Name[nds]=Drang
Name[nl]=Compact
Name[pa]=ਸੰਖੇਪ
Name[pl]=Kompaktowo
Name[pt]=Compacto
Name[pt_BR]=Compacto
Name[ro]=Compact
Name[ru]=Столбцы
Name[sk]=Kompaktný
Name[sl]=Strnjeno
Name[sr]=Сажето
Name[sr@ijekavian]=Сажето
Name[sr@ijekavianlatin]=Sažeto
Name[sr@latin]=Sažeto
Name[sv]=Kompakt
Name[tr]=Sıkışık
Name[ug]=ئىخچام
Name[uk]=Компактний
Name[wa]=Rastrindou
Name[x-test]=xxCompactxx
Name[zh_CN]=简洁视图
Name[zh_TW]=簡潔模式
Icon=view-list-details
# Dummy
Exec=dolphin

[Desktop Action details]
Name=Details
Name[af]=Besonderhede
Name[ar]=تفاصيل
Name[as]=বিৱৰণ
Name[ast]=Detalles
Name[be@latin]=Detali
Name[bg]=Подробности
Name[bn]=বিস্তারিত
Name[bn_IN]=বিবরণ
Name[bs]=Detalji
Name[ca]=Detalls
Name[ca@valencia]=Detalls
Name[cs]=Podrobnosti
Name[csb]=Detale
Name[da]=Detaljer
Name[de]=Details
Name[el]=Λεπτομέρειες
Name[en_GB]=Details
Name[eo]=Detaloj
Name[es]=Detalles
Name[et]=Üksikasjad
Name[eu]=Xehetasunak
Name[fi]=Yksityiskohdat
Name[fr]=Détails
Name[fy]=Details
Name[ga]=Mionsonraí
Name[gl]=Detalles
Name[gu]=વિગતો
Name[he]=פרטים
Name[hi]=विवरण
Name[hne]=विवरन
Name[hr]=Detalji
Name[hsb]=Nadrobnosće
Name[hu]=Részletek
Name[ia]=Detalios
Name[id]=Detail
Name[is]=Smáatriði
Name[it]=Dettagli
Name[ja]=詳細
Name[ka]=დეტალები
Name[kk]=Егжей-тегжейі
Name[km]=សេចក្ដី​លម្អិត
Name[kn]=ವಿವರಗಳು
Name[ko]=자세히
Name[ku]=Kitekit
Name[lt]=Detalės
Name[lv]=Detaļas
Name[mai]=विवरण
Name[mk]=Детали
Name[ml]=വിശദവിവരങ്ങള്‍
Name[mr]=तपशील
Name[ms]=Perincian
Name[nb]=Detaljer
Name[nds]=Enkelheiten
Name[nl]=Details
Name[nn]=Detaljar
Name[oc]=Detalhs
Name[or]=ବିସ୍ତୃତ ବିବରଣୀ
Name[pa]=ਵੇਰਵਾ
Name[pl]=Szczegóły
Name[pt]=Detalhes
Name[pt_BR]=Detalhes
Name[ro]=Detalii
Name[ru]=Таблица
Name[si]=විස්තර
Name[sk]=Podrobnosti
Name[sl]=Podrobnosti
Name[sr]=Детаљи
Name[sr@ijekavian]=Детаљи
Name[sr@ijekavianlatin]=Detalji
Name[sr@latin]=Detalji
Name[sv]=Detaljinformation
Name[ta]=விவரங்கள்
Name[te]=వివరాలు
Name[tg]=Тафсилотҳо
Name[th]=รายละเอียด
Name[tr]=Ayrıntılar
Name[ug]=تەپسىلاتلار
Name[uk]=Подробиці
Name[uz]=Tafsilotlar
Name[uz@cyrillic]=Тафсилотлар
Name[wa]=Detays
Name[x-test]=xxDetailsxx
Name[zh_CN]=细节
Name[zh_TW]=詳細模式
Icon=view-list-tree
# Dummy
Exec=dolphin

b) paste the output of "ldd /usr/lib/kde4/dolphinpart.so"

Code: Select all
> ldd /usr/lib/kde4/dolphinpart.so
        linux-gate.so.1 =>  (0xb7775000)
        libdolphinprivate.so.4 => /usr/lib/libdolphinprivate.so.4 (0xb765e000)
        libkonq.so.5abi1 => /usr/lib/libkonq.so.5abi1 (0xb762b000)
        libkparts.so.4 => /usr/lib/libkparts.so.4 (0xb75de000)
        libkfile.so.4 => /usr/lib/libkfile.so.4 (0xb7541000)
        libkio.so.5 => /usr/lib/libkio.so.5 (0xb72af000)
        libkdeui.so.5 => /usr/lib/libkdeui.so.5 (0xb6e9c000)
        libkdecore.so.5 => /usr/lib/libkdecore.so.5 (0xb6be9000)
        libQtCore.so.4 => /usr/lib/i386-linux-gnu/libQtCore.so.4 (0xb6900000)
        libQtGui.so.4 => /usr/lib/i386-linux-gnu/libQtGui.so.4 (0xb5e4c000)
        libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb5d64000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb5bb6000)
        libbaloofiles.so.4 => /usr/lib/libbaloofiles.so.4 (0xb5b94000)
        libbaloowidgets.so.4 => /usr/lib/libbaloowidgets.so.4 (0xb5b71000)
        libkfilemetadata.so.4 => /usr/lib/libkfilemetadata.so.4 (0xb5b63000)
        libXrender.so.1 => /usr/lib/i386-linux-gnu/libXrender.so.1 (0xb5b58000)
        libplasma.so.3 => /usr/lib/libplasma.so.3 (0xb587c000)
        libQtDBus.so.4 => /usr/lib/i386-linux-gnu/libQtDBus.so.4 (0xb57ff000)
        libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb57e4000)
        libQtXml.so.4 => /usr/lib/i386-linux-gnu/libQtXml.so.4 (0xb57a1000)
        libnepomuk.so.4 => /usr/lib/libnepomuk.so.4 (0xb56ca000)
        libnepomukutils.so.4 => /usr/lib/libnepomukutils.so.4 (0xb5693000)
        libsolid.so.4 => /usr/lib/libsolid.so.4 (0xb55aa000)
        libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb558c000)
        libQtNetwork.so.4 => /usr/lib/i386-linux-gnu/libQtNetwork.so.4 (0xb5445000)
        libQtSvg.so.4 => /usr/lib/i386-linux-gnu/libQtSvg.so.4 (0xb53f2000)
        libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xb52be000)
        libstreamanalyzer.so.0 => /usr/lib/libstreamanalyzer.so.0 (0xb5243000)
        libacl.so.1 => /lib/i386-linux-gnu/libacl.so.1 (0xb5239000)
        libattr.so.1 => /lib/i386-linux-gnu/libattr.so.1 (0xb5233000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb51ed000)
        libSM.so.6 => /usr/lib/i386-linux-gnu/libSM.so.6 (0xb51e4000)
        libICE.so.6 => /usr/lib/i386-linux-gnu/libICE.so.6 (0xb51ca000)
        libattica.so.0.4 => /usr/lib/i386-linux-gnu/libattica.so.0.4 (0xb50eb000)
        libdbusmenu-qt.so.2 => /usr/lib/i386-linux-gnu/libdbusmenu-qt.so.2 (0xb50b9000)
        libXfixes.so.3 => /usr/lib/i386-linux-gnu/libXfixes.so.3 (0xb50b3000)
        libbz2.so.1.0 => /lib/i386-linux-gnu/libbz2.so.1.0 (0xb50a1000)
        liblzma.so.5 => /lib/i386-linux-gnu/liblzma.so.5 (0xb507b000)
        libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb505e000)
        libdlrestrictions.so.1 => /usr/lib/libdlrestrictions.so.1 (0xb5059000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb5054000)
        libglib-2.0.so.0 => /lib/i386-linux-gnu/libglib-2.0.so.0 (0xb4f48000)
        librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xb4f3f000)
        /lib/ld-linux.so.2 (0xb7776000)
        libfontconfig.so.1 => /usr/lib/i386-linux-gnu/libfontconfig.so.1 (0xb4f03000)
        libaudio.so.2 => /usr/lib/i386-linux-gnu/libaudio.so.2 (0xb4ee9000)
        libpng12.so.0 => /lib/i386-linux-gnu/libpng12.so.0 (0xb4ec1000)
        libfreetype.so.6 => /usr/lib/i386-linux-gnu/libfreetype.so.6 (0xb4e21000)
        libgobject-2.0.so.0 => /usr/lib/i386-linux-gnu/libgobject-2.0.so.0 (0xb4dcf000)
        libXi.so.6 => /usr/lib/i386-linux-gnu/libXi.so.6 (0xb4dbe000)
        libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xb4dab000)
        libQtSql.so.4 => /usr/lib/i386-linux-gnu/libQtSql.so.4 (0xb4d6c000)
        libxapian.so.22 => /usr/lib/sse2/libxapian.so.22 (0xb4b77000)
        libqjson.so.0 => /usr/lib/i386-linux-gnu/libqjson.so.0 (0xb4b56000)
        libbalooxapian.so.4 => /usr/lib/libbalooxapian.so.4 (0xb4b44000)
        libQtWebKit.so.4 => /usr/lib/i386-linux-gnu/libQtWebKit.so.4 (0xb2a3f000)
        libQtScript.so.4 => /usr/lib/i386-linux-gnu/libQtScript.so.4 (0xb27bf000)
        libQtDeclarative.so.4 => /usr/lib/i386-linux-gnu/libQtDeclarative.so.4 (0xb2437000)
        libkdnssd.so.4 => /usr/lib/libkdnssd.so.4 (0xb240f000)
        libthreadweaver.so.4 => /usr/lib/libthreadweaver.so.4 (0xb23f8000)
        libkdewebkit.so.5 => /usr/lib/libkdewebkit.so.5 (0xb23d7000)
        libknewstuff3.so.4 => /usr/lib/libknewstuff3.so.4 (0xb2366000)
        libqca.so.2 => /usr/lib/i386-linux-gnu/libqca.so.2 (0xb226f000)
        libphonon.so.4 => /usr/lib/i386-linux-gnu/libphonon.so.4 (0xb21f9000)
        libQtOpenGL.so.4 => /usr/lib/i386-linux-gnu/libQtOpenGL.so.4 (0xb20fc000)
        libkcmutils.so.4 => /usr/lib/libkcmutils.so.4 (0xb20c3000)
        libdbus-1.so.3 => /lib/i386-linux-gnu/libdbus-1.so.3 (0xb2078000)
        libsoprano.so.4 => /usr/lib/libsoprano.so.4 (0xb1f8f000)
        libnepomukquery.so.4 => /usr/lib/libnepomukquery.so.4 (0xb1f49000)
        libudev.so.1 => /lib/i386-linux-gnu/libudev.so.1 (0xb1f35000)
        libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xb1f13000)
        libstreams.so.0 => /usr/lib/libstreams.so.0 (0xb1edc000)
        libxml2.so.2 => /usr/lib/i386-linux-gnu/libxml2.so.2 (0xb1d82000)
        libuuid.so.1 => /lib/i386-linux-gnu/libuuid.so.1 (0xb1d7c000)
        libpcre.so.3 => /lib/i386-linux-gnu/libpcre.so.3 (0xb1d3d000)
        libexpat.so.1 => /lib/i386-linux-gnu/libexpat.so.1 (0xb1d14000)
        libXt.so.6 => /usr/lib/i386-linux-gnu/libXt.so.6 (0xb1cb8000)
        libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xb1cb4000)
        libffi.so.6 => /usr/lib/i386-linux-gnu/libffi.so.6 (0xb1cac000)
        libbaloocore.so.4 => /usr/lib/libbaloocore.so.4 (0xb1c96000)
        libjpeg.so.8 => /usr/lib/i386-linux-gnu/libjpeg.so.8 (0xb1c3b000)
        libxslt.so.1 => /usr/lib/i386-linux-gnu/libxslt.so.1 (0xb1bfd000)
        libgstapp-1.0.so.0 => /usr/lib/i386-linux-gnu/libgstapp-1.0.so.0 (0xb1bef000)
        libgstpbutils-1.0.so.0 => /usr/lib/i386-linux-gnu/libgstpbutils-1.0.so.0 (0xb1bca000)
        libgstvideo-1.0.so.0 => /usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0 (0xb1b81000)
        libgstaudio-1.0.so.0 => /usr/lib/i386-linux-gnu/libgstaudio-1.0.so.0 (0xb1b2f000)
        libgstbase-1.0.so.0 => /usr/lib/i386-linux-gnu/libgstbase-1.0.so.0 (0xb1acb000)
        libgstreamer-1.0.so.0 => /usr/lib/i386-linux-gnu/libgstreamer-1.0.so.0 (0xb19c8000)
        libsqlite3.so.0 => /usr/lib/i386-linux-gnu/libsqlite3.so.0 (0xb190b000)
        libGL.so.1 => /usr/lib/i386-linux-gnu/mesa/libGL.so.1 (0xb18aa000)
        libQtXmlPatterns.so.4 => /usr/lib/i386-linux-gnu/libQtXmlPatterns.so.4 (0xb14c0000)
        libpulse.so.0 => /usr/lib/i386-linux-gnu/libpulse.so.0 (0xb1471000)
        libpulse-mainloop-glib.so.0 => /usr/lib/i386-linux-gnu/libpulse-mainloop-glib.so.0 (0xb146b000)
        libcgmanager.so.0 => /lib/i386-linux-gnu/libcgmanager.so.0 (0xb144c000)
        libnih.so.1 => /lib/i386-linux-gnu/libnih.so.1 (0xb1433000)
        libnih-dbus.so.1 => /lib/i386-linux-gnu/libnih-dbus.so.1 (0xb1429000)
        libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xb1422000)
        liborc-0.4.so.0 => /usr/lib/i386-linux-gnu/liborc-0.4.so.0 (0xb1391000)
        libgsttag-1.0.so.0 => /usr/lib/i386-linux-gnu/libgsttag-1.0.so.0 (0xb1359000)
        libgmodule-2.0.so.0 => /usr/lib/i386-linux-gnu/libgmodule-2.0.so.0 (0xb1354000)
        libglapi.so.0 => /usr/lib/i386-linux-gnu/libglapi.so.0 (0xb133c000)
        libXdamage.so.1 => /usr/lib/i386-linux-gnu/libXdamage.so.1 (0xb1338000)
        libX11-xcb.so.1 => /usr/lib/i386-linux-gnu/libX11-xcb.so.1 (0xb1334000)
        libxcb-glx.so.0 => /usr/lib/i386-linux-gnu/libxcb-glx.so.0 (0xb131c000)
        libxcb-dri2.so.0 => /usr/lib/i386-linux-gnu/libxcb-dri2.so.0 (0xb1316000)
        libxcb-dri3.so.0 => /usr/lib/i386-linux-gnu/libxcb-dri3.so.0 (0xb1312000)
        libxcb-present.so.0 => /usr/lib/i386-linux-gnu/libxcb-present.so.0 (0xb130e000)
        libxcb-sync.so.1 => /usr/lib/i386-linux-gnu/libxcb-sync.so.1 (0xb1306000)
        libxshmfence.so.1 => /usr/lib/i386-linux-gnu/libxshmfence.so.1 (0xb1303000)
        libXxf86vm.so.1 => /usr/lib/i386-linux-gnu/libXxf86vm.so.1 (0xb12fd000)
        libdrm.so.2 => /usr/lib/i386-linux-gnu/libdrm.so.2 (0xb12ef000)
        libjson-c.so.2 => /lib/i386-linux-gnu/libjson-c.so.2 (0xb12e4000)
        libpulsecommon-4.0.so => /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-4.0.so (0xb1274000)
        libwrap.so.0 => /lib/i386-linux-gnu/libwrap.so.0 (0xb126a000)
        libsndfile.so.1 => /usr/lib/i386-linux-gnu/libsndfile.so.1 (0xb11f8000)
        libasyncns.so.0 => /usr/lib/i386-linux-gnu/libasyncns.so.0 (0xb11f1000)
        libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xb11d7000)
        libFLAC.so.8 => /usr/lib/i386-linux-gnu/libFLAC.so.8 (0xb11a3000)
        libvorbisenc.so.2 => /usr/lib/i386-linux-gnu/libvorbisenc.so.2 (0xb102b000)
        libvorbis.so.0 => /usr/lib/i386-linux-gnu/libvorbis.so.0 (0xb0fff000)
        libogg.so.0 => /usr/lib/i386-linux-gnu/libogg.so.0 (0xb0ff6000)
        libresolv.so.2 => /lib/i386-linux-gnu/libresolv.so.2 (0xb0fdd000)


c) kill all konqueror instances and run "strace konqueror 2>&1 | grep dolphinpart" try to open a directory (enter "~"). At this point you should get quite some printout from the command. Paste that as well.

Code: Select all
> strace konqueror 2>&1 | grep dolphinpart
ls ~
^C
ron@ron-gnulinux:~ > ls ~
000055.sst                                        dwhelper                          Pictures
000057.sst                                        Exported Reg Branches             Portuguese Lessons
000060.sst                                        hw:1,0                            ppinfo.dat
000061.log                                        image.pnm                         Projects
2.0                                               kwave.log                         ProtonMail Backup Login
backup.log                                        LOCK                              record
Citizenfour Trailer (HD) (English Subtitles).srt  LOG                               slimboat_i386.deb
ckeditor                                          LOG.old                           SYS.DAT
CURRENT                                           lplinux (1).tar.bz2               Telegram.png
DATA                                              lplinux.tar.bz2                   TerminalUtilities
Desktop                                           MANIFEST-000059                   testdisk.log
Documents                                         Music                             veday.txt
Downloads                                         Mystery 'Configuration File'.png  Videos
ron@ron-gnulinux:~ > ^C
ron@ron-gnulinux:~ > strace konqueror 2>&1 | grep dolphinpart
~

Something didn't happen. I ran the command in konsole, resulting in Konqueror opening. Then I went back to konsole which had not returned to a prompt. I entered ls ~, following directions but suspecting nothing would happen because commands only work at the command prompt. Not to my surprise, nothing happened, so I did a Ctrl-C to get back to a prompt. Then I entered the ls command in the format suggested. This resulted in a normal directory listing, but not the expected 'data dump'. Then I repeated the command, since you just said enter "~" and so my first attempt was what I thought you meant, but not exactly what you said to do. So I followed the direction literally, and again nothing happened -- not totally unexpected on my part. In any event, I've posted all of this directly above.

About killing konqueror, I realized that this was right after a fresh boot, and konqueror had not been run, so without further delay I began following your directions.


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0
luebking
Karma
0
=)

you need to enter "~" in konqueror so it tries to use the dolphin part. i did't say anything about ls, did i ;-)
rcameron
Registered Member
Posts
105
Karma
0
OS
Thanks much for your PM, setting me straight -- by telling me what I really should be doing is to work with the Floppy KIO slave, and through that, I'll be able to work with mtools* -- and there is no need to do this with Konqueror -- I can do it with Dolphin. I thought it would be helpful to let you know what I was trying to accomplish, and it was. You said it was possible to reach my goal by running Dolphin, alone, and I think that's what I'll do.

As an aside on your advice to enter the '~' from inside Konqueror -- right now that's so messed up with incorrect parameters in the association file, I'm sure -- that when asked to display a directory, Konqueror now opens 26 instances a file manager (think, 'Sorcerer’s apprentice"), at which point KDE crashes so solidly that it requires a hardware reset to resume the system. Since you've told me I don't need Konqueror to do what I want (as in my PM to you), I'm going to roll-back my system files to before Konqueror was installed, and then continue with your directions on the other thread, by using Dolphin.

:) Thanks very much for all your advice on Konqueror -- I learned a lot, as will any other KDE user who comes across this thread. I'll move on, the other thread, where you've already started responding ...

*This point of course was not in your message, but it is in the linked documentation for Floppy, where it's plainly stated that it works this way. I may need your help on the syntax for this, to get the various mtools functions working, but we may do that in the other thread.


System information:
Linux Mint 17.3 | KDE Platform Version 4.14.2, and
Linux Mint 18.0 | KDE Platform Version 5.28.0


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], q.ignora, watchstar