Can someone please show me where can i find the source code for the application launcher plasmoid? I am unable to find it on KDE base. Do I have to download entire source for KDE ?
MKJ's questions
I am trying to open ubuntu software center using the command line by typing software-center and i get the following
2013-02-10 12:09:54,006 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
2013-02-10 12:09:54,013 - softwarecenter.db.database - INFO - open() database: path=None use_axi=True use_agent=True
2013-02-10 12:09:54,115 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 410, '_introspect_error_handler')'
2013-02-10 12:09:54,115 - dbus.proxies - ERROR - Introspect error on com.ubuntu.sso:/com/ubuntu/sso/credentials: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1
Traceback (most recent call last):
File "/usr/bin/software-center", line 130, in <module>
app = SoftwareCenterAppGtk3(options, args)
File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 337, in __init__
self.icons)
File "/usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py", line 66, in __init__
self.oauth_token = helper.find_oauth_token_sync()
File "/usr/share/software-center/softwarecenter/backend/ubuntusso.py", line 139, in find_oauth_token_sync
sso.find_credentials()
File "/usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py", line 75, in find_credentials
self.proxy.find_credentials(self.appname, self._get_params())
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/ubuntu-sso-client/ubuntu-sso-login exited with status 1
What should be done? I tried to open it otherwise but with no results.
Well i was just thinking of having an app or a feature which enables you to play music even the laptop lid is shut close. what i want is that the screen should be locked ie no one should be able to do any other thing and at the same time my music should be contiued to play; virtually turning my lid-turned down laptop into a musical jukebox, ie a musical screen saver of sorts. Can anyone help me in achieving this? Any hints?
Is there an application by which the build dependency as well as the source code of the software gets downloaded automatically as soon as we install the software from a .deb package or the software center?
Though complete naive thought and may seem headless but i was thinking that is it possible (by limited means) to have my camera input in a small box @ GRUB boot screen where we have to select choices to select an OS?
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
What does this mean ?
Suppose I installed a Debian package using the Ubuntu Software Center, and then suppose I wish to install the same program by compiling it from source. Then can I simply proceed by installing the same program compiling from source? Will this replace the previous version installed via deb package?
When I am using a part of the workspace, what happens sometime is that a particular window open in one workspace has its one half in one workspace while the other in some adjacent workspace. This not only makes it very uncomfortable to work with as you have to open workspace switcher again and again to position the window. Is there a solution to it? Am I doing something wrong ?
I am in need of adding root privileges to a bash script which uses sudo
; so that whenever we run the script from the terminal; irrespective of the fact that the user is root or not it should not prompt for password. Please help! Doing Run Bash Script as Root did not help.