Welcome to the Linux Foundation Forum!
facing problem when run , yakuake in Slackware
chekkizhar
Posts: 182
in Slackware
Hai,
when running yakuake, I am getting error message,
[email protected]:~# yakuake
(5160)/: KUniqueApplication: Cannot find the D-Bus session server: "Did not receive a reply.
Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired,
or the network connection was broken."
(5159)/: KUniqueApplication: Pipe closed unexpectedly.
previously it was running. The only difference is , now I am trying as normal user, where as previously I used as a root user.
I tried with,
chmod 0777 yakuake
in /usr/bin directory.
but, no luck. Even I tried as a root used [ as shown in first code ] , that time also getting the error.
How can I solve this ? So far I can not find anything in google..
0
Comments
-
That sounds like a permission issue for the user your are using, did you read http://slackware.mirrors.tds.net/pub/slackware/slackware64-current/Slackware-HOWTO to determine which groups your user should belong in?0
-
mfillpot wrote:That sounds like a permission issue for the user your are using, did you read http://slackware.mirrors.tds.net/pub/slackware/slackware64-current/Slackware-HOWTO to determine which groups your user should belong in?
No. I did not read that.
But before reading this post , I re-installed the application as root then rebooted the system , application is running now in normal user mode . [ before, rebooting I tried to run, but same error I got ] . Sounds silly, but I want that application hardly. So, just gone by this blind method.
Since it is running now for the same conditions [ installing as root, running as normal user ] , I guess, there may be some other problem . Not sure. Because, on the same day, I got the message that my ALSA driver was not found in the bus. But, I will cross-check the user-group needed to run the application.
But, shell is a kind of editor. Not going to use any critical resource until changing user mode to root. Then , why is this limitation [users, belongs to some particular group can only use ] is made ?0 -
If you keep having dbus error messages and the rights are correctly assigned then you may have installed a corrupt package or the dbus package my be installed in a bad sector of your disk.
Check your error logs in /var/log to see if anything else is reporting weird to properly locate the cause.0 -
try with
dbus-launch yakuake
What's the output?0 -
marc wrote:try with
dbus-launch yakuake
What's the output?
Sorry Marc, I re-installed the application and now it is working fine. I have pasted , the current output below,
###########################################################################################
[email protected]:~$ dbus-launch yakuake
kdeinit4: Shutting down running client.
kdeinit4: preparing to launch /usr/lib/libkdeinit4_klauncher.so
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kded4.so
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kbuildsycoca4.so
kbuildsycoca4 running...
kbuildsycoca4(3189) KBuildSycoca::checkTimestamps: checking file timestamps
kbuildsycoca4(3189) KBuildSycoca::checkTimestamps: timestamps check ok
kbuildsycoca4(3189) kdemain: Emitting notifyDatabaseChanged ()
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kconf_update.so
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kded(3188)/kdecore (KLibrary) kde4Factory: The library "/usr/lib/kde4/solid_hal_power.so" does not offer a qt_plugin_instance function.
Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
QObject::connect: Cannot connect (null)::accessibilityChanged(bool, const QString) to DeviceAutomounter::deviceMountChanged(bool, const QString)
QObject::connect: Cannot connect (null)::accessibilityChanged(bool, const QString) to DeviceAutomounter::deviceMountChanged(bool, const QString)
kded(3188)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kglobalaccel.so
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "kmix"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "kwin"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "guidance-power-manager"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "krunner"
kglobalaccel(3192) GlobalShortcut::setKeys: "Log Out" skipping because key "" is already taken
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "plasma-desktop"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "khotkeys"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "kded"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "kopete"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "yakuake"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "klipper"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "ktorrent"
kglobalaccel(3192) GlobalShortcutsRegistry::loadSettings: Loading group "lancelot"
kglobalaccel(3192) GlobalShortcutsRegistry::registerKey: Registering key "F12" for "yakuake" : "toggle-window-state"
kglobalaccel(3192) KGlobalAccelImpl::grabKey: grab failed!
kglobalaccel(3192) GlobalShortcut::setActive: "toggle-window-state" : Failed to register "F12"
yakuake(3182)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so"
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.6'
###########################################################################################0 -
Somehow, the letter, 'S' is replaced with Emotions..0
-
Well, if the apps is working fine now... there's no point in debugging it!
Regards0 -
mfillpot wrote:If you keep having dbus error messages and the rights are correctly assigned then you may have installed a corrupt package or the dbus package my be installed in a bad sector of your disk.
Check your error logs in /var/log to see if anything else is reporting weird to properly locate the cause.
After, re-installation, did not get those. I checked the logs in /var/log . So many files and folders. I navigated. I found the yakuake, in recently updated package, latest removed package list. regarding Dbus error, I can not able to find more information.0 -
marc wrote:Well, if the apps is working fine now... there's no point in debugging it!
Regards
yeah, But, am sorry to all people. Without waiting for a considerable period of time, I just flushed and installed again . But, now digging more in /var/log .
And as I mentioned in previous post, I got error with my ALSA sound driver too. Some, problem, after rebooting this too disappeared. I guess, the re-installation of yakuake also some un-necessary thing. After rebooting, it might also get worked.
Got one more thing. If faced any problem with hardware/related to hardware, check for the same with rebooting too ...
Thanks all.0
Categories
- 10.1K All Categories
- 35 LFX Mentorship
- 88 LFX Mentorship: Linux Kernel
- 501 Linux Foundation Boot Camps
- 278 Cloud Engineer Boot Camp
- 103 Advanced Cloud Engineer Boot Camp
- 47 DevOps Engineer Boot Camp
- 40 Cloud Native Developer Boot Camp
- 2 Express Training Courses
- 2 Express Courses - Discussion Forum
- 1.7K Training Courses
- 17 LFC110 Class Forum
- 4 LFC131 Class Forum
- 19 LFD102 Class Forum
- 148 LFD103 Class Forum
- 12 LFD121 Class Forum
- 61 LFD201 Class Forum
- LFD210 Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- 23 LFD254 Class Forum
- 566 LFD259 Class Forum
- 100 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- 1 LFS145 Class Forum
- 22 LFS200 Class Forum
- 739 LFS201 Class Forum
- 1 LFS201-JP クラス フォーラム
- 1 LFS203 Class Forum
- 43 LFS207 Class Forum
- 298 LFS211 Class Forum
- 53 LFS216 Class Forum
- 46 LFS241 Class Forum
- 40 LFS242 Class Forum
- 37 LFS243 Class Forum
- 10 LFS244 Class Forum
- 27 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- 131 LFS253 Class Forum
- 993 LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 87 LFS260 Class Forum
- 126 LFS261 Class Forum
- 31 LFS262 Class Forum
- 79 LFS263 Class Forum
- 15 LFS264 Class Forum
- 10 LFS266 Class Forum
- 17 LFS267 Class Forum
- 17 LFS268 Class Forum
- 21 LFS269 Class Forum
- 200 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- 212 LFW211 Class Forum
- 153 LFW212 Class Forum
- 899 Hardware
- 217 Drivers
- 74 I/O Devices
- 44 Monitors
- 115 Multimedia
- 208 Networking
- 101 Printers & Scanners
- 85 Storage
- 749 Linux Distributions
- 88 Debian
- 64 Fedora
- 14 Linux Mint
- 13 Mageia
- 24 openSUSE
- 133 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 355 Ubuntu
- 472 Linux System Administration
- 38 Cloud Computing
- 69 Command Line/Scripting
- Github systems admin projects
- 94 Linux Security
- 77 Network Management
- 107 System Management
- 49 Web Management
- 63 Mobile Computing
- 22 Android
- 27 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 527 Off Topic
- 127 Introductions
- 213 Small Talk
- 19 Study Material
- 794 Programming and Development
- 262 Kernel Development
- 498 Software Development
- 922 Software
- 257 Applications
- 182 Command Line
- 2 Compiling/Installing
- 76 Games
- 316 Installation
- 52 All In Program
- 52 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)