Ubuntu :: Linking User Theme To Root Does Not Work
Apr 17, 2011
I ran:
Code:
sudo rm -R /root/.themes
sudo rm -R /root/.icons
sudo ln -s ~/.themes /root/.themes
sudo ln -s ~/.icons /root/.icons
but on running
Code:
gksu nautilus
It still uses the same theme, not my own.
View 1 Replies
ADVERTISEMENT
Dec 22, 2010
I've tried to ssh in as the root user w/o a password (RSA keys) but I've had no luck as the root user. I've tried the exact same commands with Debian 5 and Centos 5.5, without a problem. Fedora 13 and 14 won't work! I can only log in w/o a password as a normal user, never as the root user! It always asks for the password if I try as root. I've even tried copying Debian's and Centos's sshd_config file and restarting sshd, but it still won't work.
Code:
mkdir ~/.ssh ~username/.ssh
chmod 0700 ~/.ssh ~username/.ssh
echo "ssh-rsa AAAAB............Jw8V03loeZ username@thehostname" > ~/.ssh/authorized_keys
[code]....
View 6 Replies
View Related
Mar 28, 2010
Not sure if this i the right forum, please let me know if I need to post elsewhere. First, here are my system specs:
HP DV 2808
250 gig SATA drive
4 gig DDR
Nvidia 7150 mobile
Windows 7
Fedora 12
I have my HP DV2000 laptop configured to dual boot Win 7 and Fedora. What I would like to do is mount the Windows folders, (Documents, Music, etc.) automatically in my Fedora home folders. I have done/tried the following:
1: identified my partitions:
[Code]...
View 1 Replies
View Related
Jun 25, 2009
I have written a PCI LKM device driver that compiles and loads correctly via #insmod libfoo.ko. When # dmesg | less is run I get good results and no errors in the log. The LKM header file is visible in the eclipse workspace.how do I attach (link) this loaded LKM in a eclipse project so that the LKM driver functions are visable?
View 2 Replies
View Related
Apr 18, 2010
I have written an OpenGL based program which uses i.a. libjpeg that I want to link statically so I can send it to someone who doesn't have all the libraries needed installed to allow for a dynamically linked executable to run. As such I tried with giving the [b]-static[b] parameter to gcc.
Code:
x86_1$ make
gcc -O3 -c jpegloader.c
gcc --std=c99 -O3 -c --std=c99 -I/usr/include -L/usr/X11R6/lib main.c
[code].....
Why would gcc claim that I'm missing GLUT? This works perfectly fine when I do dynamic linking -- i.e. omitting the -static argument.
View 13 Replies
View Related
Nov 11, 2010
I just realized that the "Documents" folder in my home directory has changed to a file which is a link to the /home/user/Documents and it is unaccessible. It does not (no longer) show in the "file browser" when I try to click it from "places" it says:
Error: Could not open location 'file:///home/user/Documents' No application is registered as handling this file When I list from the terminal (i.e. %ls -ltr ) it list the file (which was suppose to be the directory) as
lrwxrwxrwx 1 user user 24 2010-11-01 18:20 Documents -> /home/user/Documents
NB. user in this case is my user name on the system, I am just using user for this forum. how to retrieve the information from the folder and remove the linked file to remain with the original folder
View 5 Replies
View Related
Oct 28, 2009
Is It possible to change a process running in root-user to non-root-user by setting suid / uid / euid / gid etc... I so please instruct how, when and wat to set in order to change a process running in root-user to non-root user
View 4 Replies
View Related
May 4, 2009
The only user that can make the sound card work on a F10 x86_64 system is root. For non root users, I am not seeing any error messages when a app tries to use/access the sound card, just nothing plays. As I said, for root everything works as expected. I am sure this is a permission/setup issue, but I have no idea where to start.
View 3 Replies
View Related
Jun 4, 2010
Interesting issue here, after installing a new theme all programs run with root privileges use a different theme. Below is an example screenshot, everything root does is running with what I assume is the default theme. Ubuntu 10.4 Lucid
View 9 Replies
View Related
Jan 15, 2010
so normaly in order to change root qt/gtk app's theme in KDE, i have to run kdesudo system settings. I think it is possible via linking to have the root theme automaticly sync with my user theme, but i dont know which files to link.
View 5 Replies
View Related
Oct 26, 2010
I no longer have access to my root desktop. On a session I attempted to change the root username but i apparently assigned it a wrong directory that does not exist. When I rebooted with my new root username, i was instead recognised as a simple user (no root privileges). I tried the console to change to "old" root but root password is not accepted and there is no way to access to sudoer files. it seems that inserting a new username requires root privileges and i am back to square one. Simply logging with old root username and password after restart gives me a blank screen with nothing on it and cannot even reboot.
View 9 Replies
View Related
Mar 2, 2010
i used opensuse 11.1 ...there is option for root user to create password for root...but for ubuntu i did not find anything like that...so how can i create root password....or how can i use root
View 1 Replies
View Related
Oct 14, 2010
A friend of mine has told me to set a root password and use root (f.e. switching to su in terminal and work with root rights instead).Is there any way to unset the root password? I know how to use sudo now.
View 9 Replies
View Related
Feb 5, 2011
i am having problems with privileges i have created a new user with my name, but i cant get root privileges on it. i need the same privileges as the root profile.
View 9 Replies
View Related
Dec 2, 2010
i just installed linux mandriva 2009. i set password for root and created a user account. when i try to login as root, after logging out as user, it does not allow me and gives the error "root logins are not allowed". even it does not show the root account. if i try to go to root from konsole terminal using su root, it allows to enter as a root but when i try to start the GUI with startx it gives error.not sure what to do and why i can't see my account in GUI mode
View 5 Replies
View Related
May 1, 2011
I did a clean install for ubuntu 11.04. Having seen the power of Gnome 3 (with Fedora) I installed it right away. Some minor problem arose and I had to deinstall accessibility themes and install the "standard" gnome themes. However there is one more problem and I've added a screen shot to show the problem. As you can see, the gnome desktop seems pretty cool but however the tweak tool doesn't show properly (empathy and other apps neither).
Besides the fact that the themes don't properly show in this screen I also get the error "User Theme extension not enabled" now I get the feeling these problems are related, but how do I fix it? I've searched everywhere but as far as I know I seem to be the only one with this problem. I would love to take the full advantage of a Gnome 3 desktop but this is getting to be a big "bump" in the road.
View 9 Replies
View Related
Jan 21, 2010
Prelude: OpenSUSE 11.2 (2.6.31.8-0.1-desktop), installed Novell client 2.0 SP2 (novell-client-2.0-sp2-sle11-i586.iso).
I found that if any usual user is logged into a NDS-tree, then _local_ root has full access to user's network shares, including the user's home directory located on remote Netware-server. Is it by design or
have I missed something? Nevertheless in windows local admin has no access to network resources mounted of any other user. If you runas shell (as admin) then admin in principle can't "see" network shares which were mounted (connected) by other users - they are accessible ("visible") per session.
View 3 Replies
View Related
Jan 15, 2010
I am using mint 8 for a 2 weeks, I am noob to linux but I like Mint than any other linux distro which is great alternative to windows. I have a problem regarding password reseting.
1. My laptop automatically get logged in without asking user name and password.
2. I tried to change password for newly created user and root user using graphical way but it does not work.
2. I can perform administrator task using only OEM user which is default inbuilt user of mint.
How can make my laptop to ask password when mint get booted? How to change password for other users?
View 1 Replies
View Related
May 2, 2011
I have gnome-shell installed on Ubuntu 11.04, and installed gnome-tweak. When I open it and try to change the theme, however, it says the user-theme extension is not enabled. How to I fix this?
View 1 Replies
View Related
Oct 11, 2010
Upgraded from 10.04 to 10.10 using standard Update Manager procedure. Now themes don't work. When I change the theme, the window decorations change accordingly, but the contents of the windows (controls, panels) are in the raw X look (I don't know how else to put it) and do not change regardless of theme selection. I've tried customizing the theme and selecting something different on the "Controls" tab, but it doesn't work.
X is working properly with Nvidia driver, Compiz is working properly as well. Killing Compiz didn't help with the theme problem.I used 64-bit Lucid, so I guess it upgraded to 64-bit Maverick.
View 9 Replies
View Related
Aug 10, 2011
Accidentally I changed the ownership of all the directories under / to my own instead of root:root. Now I am unable to use sudo and many bad things are happening. Is there a way to revert the changes or change the permissions again to root:root or make sudo work ?
View 3 Replies
View Related
May 27, 2011
Since I do not like any of shell themes i downloaded, today I decided to remove user theme shell-extension.I removed it from the : Add/remove software, from menu.After logging out, and in, I keep getting : Gnome shell crashed, please log out.I have downloaded few shell themes from gnome look, and they all work.. But did not like them, always used default theme, so I decided to remove extension..
I removed "user theme" extension, but I did not delete "theme selector extension" from ~/.local/gnome-shell/ extensions.I just deleted it's folder from extensions, restarted, and I'm back in my Fedora.
View 2 Replies
View Related
Jun 16, 2011
Do you think there is a way of accessing different user data from another account which I have set up.
Ie. user 1 = account has messed up
user 2 = account works fine
access user account 1 home directory from user 2 work space?
View 9 Replies
View Related
Nov 20, 2010
So I've kind of got sick of the stock Ubuntu 10.10 GDM theme, so I really want to change it. I Googled how to, and every tutorial brought me to the "Login Screen Settings" dialog and told me to either drag and drop the .tar.gz theme into the window or press the "Install" button. However, drag and drop wouldn't work, and there was no "Install" button.
View 1 Replies
View Related
Mar 13, 2011
URL...does this theme work properly in debian? tried installing it but has many defects, what do I need to make it to work?
View 5 Replies
View Related
May 8, 2010
I downloaded a lot of gtk2 themes based on the Murrine engine (the 0.90.3-2 version) but they don't work.
When I select them with Lxapperance, it returns something like "gtkrc:91: error: unexpected identifier `gradient_colors', expected character `}'" for each line.
View 5 Replies
View Related
May 13, 2010
I want to use my QTCurve theme for GTK apps. This has worked great for several months on opensuse 11.2, and suddenly it broke. I do not know what made it broke, purhaps some kind of system update...The gtk-Qtcurve engines are installed (both 32 and 64 bit). I tried linking the gtkrc file from /usr/share/themes/QtCurve/gtk-2.0 towards /etc/gtk-2.0 but that didn't help either. I can change the GTK themes to whatever theme, except to QTCurve...
View 7 Replies
View Related
Jul 20, 2010
After an upgrade to OpenSuse 11.3 KDE has gone to worse. I am beginning to believe that dark themes are impossible to use on the new KDE 4.4.4. The only theme that works properly is Air, but I find it to much white. Aya or Elegance theme have problems showing the buttons on plasma elements, so has any other theme but Air. Trying to switch to an additional dark color theme (Obsidian Coast) does not work properly either.
The buttons on plasma elements are invisible (the button panel that appears when the mouse is over an plasma element). Sometimes different elements are distorted, i.e. icons, text input boxes etc. I wonder how it is possible that the developers at KDE can make it worse. This worked perfectly on OpenSuse 11.2 and its KDE version.
View 9 Replies
View Related
May 18, 2010
accidently deleated ubuntu lucid default theme,and lost the default user logon,it's now flat and gray.how to get it back?i still have the background, not the user logon
View 8 Replies
View Related
May 4, 2011
For some reason, from time to time on login, as my normal theme starts to load, it changes to some sort of silver theme (a very basic one), and I am unable to change it over to any other theme. Checking the theme being used, it still says my desired one is set, but it is not. Also, no matter what theme I change it to, that basic silver theme is the one being used. This includes a default icon theme, not the one I prefer.
The only option that seems to fix things is a restart, and the hope that on this login it won't mess up like before.I am using Natty, from a fresh install, with Ubuntu Classic as my desktop, and have reinstalled things more than once to try and fix a few of the Natty-related issues, but this one keeps coming back.
View 9 Replies
View Related