General :: Does The Gnome Desktop Use Gksu For Temporary Root

Sep 13, 2009

Like in the kde desktop there is; "kdesu" for temporary root, such as to open a text to edit. So then does the gnome desktop use "gksu" for it's temporary root ? I now refer to a Fedora 11 install. And how can I change a utility tool to open up as a regular user, (not just only as root) ?

View 2 Replies


ADVERTISEMENT

General :: Move And Utilize Root /boot And Swap Dir To Temporary Location?

Oct 16, 2009

I'll start by explaining what my system layout currently is. I have Fedora 11 X64 installed on my system, it is an HP Dv9380ca laptop. My system has 2 hdd /dev/sda /dev/sdb. During the setup i set my home directory to reside on /dev/sdb. After booting i realized that my root and swap partition are part of a volume group name vg_sharpfed and are set in fstab as:

/dev/mapper/vg_sharpyfed-lv_root / ext4 defaults 1 1
/dev/mapper/vg_sharpyfed-lv_swap swap swap defaults 0 0

Output of Fdisk -l /dev/sda

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1aecda8d

[code]....


My /dev/sda2 partitions is 100gigs and set as an LVM. Essentially what i am getting at is, if it's possible to temporarily copy / /boot and swap to my second partition, edit grub if needed and fstab to mount to the temp locations, format sda to ext4 create partitions for / /boot and swap partitions, then copy back the original directories edit required fstab to mount the original locations and no longer have them contained in a Logical volume.

View 3 Replies View Related

Debian Configuration :: Gksu/su-to-root To Run In Terminal Possible?

Jan 17, 2011

I'm configuring some security and i'd like to run arpon to a specific device everytime wicd connects.So, if Wicd connects to a wireless, i'd launch gksu arpon -d -i eth2 (for example.) But this doesn't work, because it seems that gksu only works for X apps.I found that if i do: gnome-terminal -e 'sudo arpon -d -i eth2' It works, but it leaves me with a terminal window open, and i'd like to be asked for a password gksu style.I've also tried this: gksu -- arpon -d -i eth2which also works, but the program quits right after it's started.Am i missing something here?

View 14 Replies View Related

Slackware :: Failed To Run * As User Root, The Gksu-run-helper Program Is Not Found Or Is Not Executable

Jul 14, 2010

error message

Quote:

"failed to run * as user root, the gksu-run-helper program is not found or is not executable"

Tried googling and checking threads at LQ didnt find a solution or another instance running slackware64 current.. everything built fine, tried and everythings executable...I also have Alien's multilib installed, with only firefox and flashplugin as 32bit, everything else 64bit. I can't open any apps as root by normal user

View 5 Replies View Related

Fedora :: Logging Into Root User In Gnome Desktop?

Mar 10, 2011

I need to update my NVIDIA server settings, but to do so I need to be logged in as root user. Does anyone know how to do this from the gnome desktop?

View 6 Replies View Related

Fedora :: Launch Application With Root Privileges From Gnome Desktop Shortcut.

May 12, 2010

I have a java program that needs to be launched with root privileges (from an account that doesn't have root privileges) from a desktop shortcut. The command would look something like this: java -jar /file/location/whatever.jar I've searched and searched and can't figure out how to do this. EDIT*** I would like it to pop up and ask for the root password before it launches the application.

View 3 Replies View Related

General :: Desktop Environment As Root - Files Created By The Desktop That Could Compromise The System

Jul 20, 2011

a server at work has been accessed through the desktop environment as root. I know this is a risk and since I have never done it before I was wondering if there are any files created by the desktop that could compromise the system and how could I clean it up.

View 2 Replies View Related

General :: Determine What Gnome Desktop Number A Gnome Terminal Is Connected To?

Apr 29, 2010

In KDE's Konsole, I can do the following from the terminal:

dcop kwin KWinInterface currentDesktop

And it will tell me which desktop my terminal is connected to ( per [URL])

How can I determine what desktop number the current gnome terminal in a gnome session is connected to?

View 1 Replies View Related

General :: How To Log On As Root Without Using SU From Gnome GUI

Mar 1, 2011

Using RHEL 5 the admin user is logged on and Gnome is open. I need to make a change to the /etc/security/limits.conf file using root but if I su to root the change does not stick. I've been told to log on as root without using 'su' but cannot find out how to do this?

View 11 Replies View Related

General :: 451 DNS Temporary Failure

Feb 24, 2011

i just installed qmt.iso from site qmailtoaster.i can create domain on admin-toaster and add new account at domain.i have problem when i'm testing send email,there warning :"451 DNS temporary failure (#4.5.1 - chkuser)".

View 1 Replies View Related

General :: Gnome/nautilus Mounting And Unmounting Without Root?

Feb 28, 2010

Gnome version 2.28.1 with kernel 2.6.31-14 on an Ubuntu 9.10 Karmic box.I'm wondering how usb drives, etc get automounted in gnome now days. Thought it might be fusermount, but no.Gnome-mount is not installed. Perhaps it is via AL or udev, but what commands control it? I've found posts that talk about using gnome-mount, but these are outdated as this package isn't even installed by default anymore.I would like to unmount certain volumes via the command line, but without having root privileges as gnome is doing by clicking in nautilus. I would like to do the equivalent from the command line.

Are there any command lines commands that will allow me to do this (not talking about pmount which is not installed)?Also, is there a way to prevent automounting of just certain devices, but not all? I have a USB with 7 different things on it (a "built-in" CD for some reason for windoz users, the original NTFS, and 5 linux partitions). I really only want one of the linux partitions (an XFS for DVD isos) to automount but not all the others. I would like not to have to disable ALL automounting as in:
Code:

$ gconftool-2 -s /apps/nautilus/preferences/media_automount --type=bool false
$ gconftool-2 -s /apps/nautilus/preferences/media_automount_open --type=bool false

View 5 Replies View Related

General :: Remove Temporary Files?

Apr 11, 2010

me with proper syntax / command to remove temporary files in linux

View 9 Replies View Related

General :: Start Gnome-disk-utility From A Terminal (as Root)?

Feb 8, 2010

I have a real newbie question. I want to edit my disk partition table. Mount some drives etc. I like gui tools and gnome's disk utility seems to be able to do everything I want to. My problem: When I want to create a new filesystem on an empty space, I'm not allowed to. I guess I need root access, but I can't login as root to my gnome session and I know no way to start the disk utility from a terminal where I'm the root user, so my question is: How do I do this?

View 3 Replies View Related

Debian :: Root Access And Desktop Disabled \ Couldn't Open The Root Terminal?

Feb 19, 2011

I was using the latest stable release of Debian, dual-booted alongside Windows Vista, with the GNOME desktop, installed via netinst, trying to build and install a library that I knew and trusted, when suddenly I couldn't open the Root Terminal. I clicked the link (in Applications->Accessories (I think, whatever the top one is)->Root Terminal), and in the taskbar I saw an item that said "Starting Root Terminal". A few seconds later, that went away, but the terminal still wasn't open. I tried the regular user terminal, to see the same thing happen. Unsure of what was happening, I tried restarting my computer, since that's always the first step you should take in computer problems.

When I restarted, GNOME wouldn't start. The screen would flash a bit for a few seconds, then a dialog box would appear over a background of static that said "The greeter application is crashing. Attempting another one...".t would then go back to the DOS-style kernel, wait a second, and then the same thing would happen. After several of that, I would get a blue screen which said something to the effect of "It has been detected that the desktop environment has crashed six times in the past 30 seconds.

Waiting two minutes before trying again." When it did that, I tried logging in as root to assess the problem. I gave it the correct password, but it said that it was an incorrect login. After several tries (to ensure I didn't mistype the password), I logged in as myself. Same problem. I tried the su command, with the correct password, and it said it couldn't authorise it.

After a lengthy conversation with a friend of mine who was very good with computers, he basically summarised that he had no clue, but that his best guess would be a virus. Upon running the Linux installer, I found the Repair option. Not being particularly familiar with Linux, I used it simply to backup my important files onto a flash drive. I then tried running the Install option, in an attempt to simply write over my existing Linux and make it new again. The installer, however, consistently froze up when trying to start the partitioner, on the "Checking disks..." stage. I figured it was a problem with my partition. In my naivete, I simply used the Windows tools to clear that partition... It destroyed GRUB too, so I couldn't run any OS. I figured my computer was pretty well screwed, and at that point just decided to bring it into the shop and have them completely wipe it.

my computer was backed up onto an external hard driven I brought it back, I reinstalled Windows. Upon restart, it said that it was still looking for GRUB, which made no sense to me. After messing around with it a bit, I decided to just reinstall Linux too. To my lack of surprise, that fixed the problem. Both OS' now ran just fine. The first thing I did on Debian was to install the Clam Anti-Virus, which I understood to be one of the best Linux anti-viruses. However, within about 10 hours, got the same problem as originally. I wasn't doing any of the same things, and between the lack of consistency in activities and the fact that I had an anti-virus running,figured it wasn't a virus. Not knowing what to do, I just left it and have been using Windows since.

View 8 Replies View Related

General :: Yum Configuration - 'Temporary Failure In Name Resolution'

Mar 30, 2010

i have downloaded the pidgin.repo file from the web and copied in /etc/yum.repos.d. and i simply start the yum-updatesd service. When i fire the command yum install pidgin, it gives some name resolution problem. i am accessing net through proxy server.RHEL 5 is my distro. This is what the error msg i am getting.

[Code]....

View 5 Replies View Related

General :: Can't Log In At Gnome Desktop / Solution For This?

Aug 26, 2009

I am a complete newbie only had pc with linux installed for a week, for some stupid reason we had 8.10 pre-installed and decided to upgrade to 9.04 now we can't get past the gnome login screen asking for user name and password. Linux was already installed by mesh with a userename and password which we didn't change,we are really stumped as we can't get past this logon screen.

View 8 Replies View Related

General :: Change Desktop Gnome To Kde?

Jun 11, 2011

send me the information about how i change my desktop gnome to kde ?

View 5 Replies View Related

General :: Can't Log In To Desktop - Root Can't Access My Files Mint 9 XFCE?

Mar 9, 2011

A couple weeks after I installed the xfce desktop version of Linux Mint, I became unable to log in to my own desktop. I enter my password, but the screen fades to black and then fades back in to the login screen.

I am able to log in using the recovery mode terminal and everything works as expected. I can log in to the Mint desktop as root, but the superuser can't view my files. Instead, there are only a .desktop file and a README telling me that my files have been unmounted (they're not on their own partition) and they give me instructions on how to remount them.

So I follow the instructions. Running the .desktop through the browser GUI quickly opens and closes a terminal, doing nothing. Running ecryptfs-mount-private, as the README recommends, reports:

Code:
ERROR: Encrypted private directory is not setup properly
And that's where I'm stuck.

View 13 Replies View Related

General :: Difference Between GDM And The Gnome Desktop When Using Startx?

Jul 19, 2011

I came along the comment (when you type startx => you won't go to KDM or GDM but directly to your standart desktop= KDE,GNOME,...) at [URL] and would like to know what the difference is if any.

View 2 Replies View Related

General :: Gnome Or KDE A Way To Set Up Desktop Icons For Computer?

May 15, 2010

Is Gnome or KDE a way to set up desktop icons for your computer?

View 1 Replies View Related

General :: Changing Desktop Of FEDORA 12 From Gnome To KDE?

Dec 2, 2010

I have checked the thread about the referred subject. However, I cannot find the gdk in /etc/sysconfig. I have fedora12 i686.

View 6 Replies View Related

General :: Gnome Desktop Does Not Display / Sort It?

Dec 1, 2009

I am using fedora9 os
when i logging to gnome in root user
then gnome desktop does not display ,it is white screen
i viewed log messages the message is

Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 0

View 2 Replies View Related

General :: How To Install Kde / Gnome Desktop On Centos5

Jan 26, 2011

i would like to know how to install kde / gnome desktop on centos5 but not use yum,because my yum always fails due proxy problem.

View 3 Replies View Related

General :: Information Not Displaying Correctly On Gnome Desktop

Jun 19, 2010

I have installed both Fedora and Ubuntu with Gnome Desktops and it displays the information an inch to the left, this problem may have to do with the fact that the display comes up as unknown.

View 1 Replies View Related

General :: Add Countdown Clock To Gnome Desktop Using Centos5 & F14?

Apr 10, 2011

I am going to allow myself a few cheeky ones next weekend. So I though it would be nice to have a clock on my desktop reminding me of how long to go. Is there a countdown clock I can add to my Gnome desktop? I am using Centos5 & F14.

View 2 Replies View Related

General :: Ubuntu Desktop Drops Gnome UI For Unity?

Oct 26, 2010

Ubuntu desktop drops Gnome UI for Unity?

[URL]

View 1 Replies View Related

General :: Gnome Desktop Effect Disabled After Reboot?

May 12, 2010

desktop effect is disabled after reboot after reboot and go to : system->prefer->desktop effect , the box show the enable desktop effect button already clicked ! but no effect .i use F11 ,and the lspci shows:

Code:

01:00.0 VGA compatible controller: nVidia Corporation GeForce 9200M GS (rev a1)

View 2 Replies View Related

General :: Border-less Windows For Fedora-12 Gnome Desktop?

Mar 28, 2010

I have installed Fedora 12 with Gnome desktop on a PC. For some reason, I want GNOME to NOT decorate windows with borders. Is there some way to instruct GNOME to NOT add border to windows, and leave them border-less, without scroll-bar title bar etc. Is there some other desk top environment where it is more convenient to achieve this?

View 5 Replies View Related

General :: Start Up Gnome Desktop From Remote Terminal?

Jul 27, 2009

I looked around for threads addressing this issue and some have come close to answering it, but I have yet to see a definitive yes or no. Anyway - Here's my issue:

Background:
I can SSH into my home computer (Ubuntu 9.04 running Gnome) from work (Win XP Pro) using RealVNC via Putty tunnels. This has been working flawlessly for me for awhile now. I was messing around in the terminal window and accidentally rebooted the linux box (home computer) while I was at work. No big deal I thought. So I re-start the Putty connection, and it is back up in no time. Then I try to start the VNC connection, and no go, connection refused. I remember seeing that in order for the VNC connection to work, I had to be logged into the Gnome desktop already on the Ubuntu box.

Question:
Is it possible to log in and start up a Gnome desktop session from the terminal command line in Putty so I can get the VNC connection back?

View 8 Replies View Related

General :: Window Manager - Running As A Desktop With KDE/Gnome But Without 'X Server'?

Oct 14, 2010

I'm curious, I believe that one of the ways that OSX make the GUI experience of *nix more 'snappy' was to ditch X and run the window manager more directly on the hardware.

If I'm looking to run Linux on a desktop, and have no interest in sending Windows to other machines on the network, can I run KDE or Gnome with no 'X' to eliminate that ever-so-slight lag with the window manager experience.

I guess basically what I'm asking is is there an equivalent of quartz for Linux?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved