Ubuntu :: "Keep Aligned" Is Always Activated Again After Reboot?
Jun 11, 2010
When I deactivate "Keep aligned" for all icons on my desktop it works fine - until the next reboot. Then the entry is enabled back again. How can I permanently the feature int he future?
I have Fedora 12 & GNOME. But, this actually is an issue with many Linux distro's and GNOME. If I set the Keep Aligned Check Box Off - the next reboot it is back too set on. (Right click empty area on GNOME Desktop). I have searched many forums and search engines, I must be doing my search wrong there must be others that have noticed this, And the posts I do find on it are sometimes pretty old, so it does not seem like a bug would be around so long. I saw some notes about Nautilus also but no answers. FYI In CentOS 5.4 & GNOME it works properly.
I use with 11.2 a network without problems.Now I installed in the same PC on another hdd 11.3 and get in yast2 network the messages:eth0 not aligned and for wlan too.My driver realtek r8192s_usb What can I do? adda7,
The ethernet configuration files are under "/etc/sysconfig/network-scripts" such as "ifcfg-eth0:1" etc.
The file looks as follow: Code: DEVICE="eth0:1" BOOTPROTO="static" ONBOOT=no IPADDR="172.23.17.10" NETMASK="255.255.255.0" ALIAS="yes"
I've set the ONBOOT=no. This means this device should not be activated at boot-time. But as I reboot the machine, this device is activated again. This means the option ONBOOT doesn't work. Seems this is a bug of RedHat LINUX?
I have installed Fedora 14 about 4 days ago. I have set all the networking parameters like dns path, hostname etc. I have also ensured that I select the check-box for "Enable automatically when system starts" for eth0 interface. But weirdly, whenever I boot my system(or restart), I see that the interface eth0 is disabled. I have to manually enter as root and enable it, each time I boot/reboot my system. Why is this happening? Could you please suggest a way so that I have eth0 interface enabled always when I boot up?Also, my domainname also is not boot-persistent. What steps should I take to ensure that the domainname set once persists across reboots?
I'm currently running a Ubuntu 9.10 64bit machine with one of those 2TB WD disks that does have 4KB blocks.Unfortunately the current partition layout is misaligned, so I plan to back up my home directory and start fresh with a 10.04 install, trying to make the partitions aligned as suggested here:what I'm wondering is, does the 10.04 partitioning program take care of the alignment today or I have to resort doing manual partitioning with a separate tool?
After reading Markus Ewald blogpost on http:[url]...n-ssd-on-linux about Aligning an SSD on Linux I decided to give it a try.I have bought two 80 GB Intel X25-M SSD for my home server. The plan is to install Ubuntu 10.04 64-bit server and use the SSDs as system discs and vmware data storage using software raid for redundancy.After reading the blog post I am not sure how to make all my partitions aligned and set up on EBS (Erase Boundary Size)I am planning for four partitions:Boot, size 1GB
Root, size 25GB Swap, size 4GB Data storage for vmware server, size 40GB
According to Markus Ewald I should use 32 heads and 32 sectors.Using the live CD, I started using fdisk -S 32 -H 32 /dev/sda.Fdisk can create partitions using cylinders or sectors, and now I ran into trouble.
First partition /boot must start on cylinder 2 (or sector 1024). Size is 1 GB and the following partition should be aligned and start on a new EBS block. How do I do this with fdisk?Should the next partition start on a new cylinder? Otherwise, after formatting, fdisk gives a warning that the partition is not aligned to the cylinder size? The overall question is how to format four aligned partitions which all are aligned with Intels X25-M EBS. EBS for Intel X25-M is either 128KB or 512KB (Have not found a confirmed value yet)
recently my window list in the bottom panel (where it shows all the minimized windows, etc.) got removed. When I added it back,'s not aligned all the way to the left as expected, it's more towards the middle
I'm on Ubuntu 11.04, and am trying to overlay a static blue coastline image onto a geostationary animation with 12 frames using imagemagick. I have received no replies from them on their forums.The code I used to create the composite animation is as follows:
OK, I admit I'm a little OCD about icon placement on the Desktop - I want to do it myself - so this is driving me a bit nuts.I have right-clicked to disable the option 'keep aligned'. I have made sure it is disabled in gconf-editor. BUT IT KEEPS COMING BACK!ince I don't mess a lot with my desktop, I'll notice it's reverted when I add something new, can't place it exactly where I want to and once again have to untick 'keep aligned'.It seems to be random so not quite sure what might be triggering it.
I installed openSuSE 11.3. By default, man pages blocks are justified (block-aligned). Example:
Code:
WARNING Improper use of this command may seriously damage your system,so read this manual carefully to understand how to use it correctly and prevent yourself from destroying your system. Instead, I would like all manual pages would be displayed left-aligned, like this:
Code:
WARNING Improper use of this command may seriously damage your system, so read this manual carefully to understand how to use it correctly and prevent yourself from destroying your system.
I definitely would not like to reformat all the manual pages one-by-one. but rather just changing sometnihg in some macro-definition file or something similar? .. Is it possible achieve that simply and quickly?
I want to write a function which calculates the space needed between fields, to generate a table with aligned fields, like when you type "ls -l", the operating system generates a table with beautifully aligned fields. I've got this code so far:
Code:
for line in $(cat tmpSearch) do line=`echo $line | tr ":" " "`
I'm on Ubuntu 11.04, and am trying to overlay a static blue coastline image onto a geostationary GIF animation with 12 frames using imagemagick. The code I used to create the composite animation is as follows:
It's a bit hard to see, but the blue outline should be aligned much farther to the left on the image, but the vast majority of it is cut-off to the right because it is shifted so far. It should be centered. Both the outline and the background are actually cropped regions out of respectively larger images that are identical in size and are designed to be overlaid.
If I choose a cropped region farther to the right on the background animation, the cropped blue outline of the same region won't even show up at all after the overlaying, as if it is shifted completely off the screen for some reason. I have had success overlaying outlines before with the above command, but here it is not working. I tried appending "-gravity center" to the command with no success.
I doing malloc and getting the chunk of dynamic memory. Now I want it to align that memory to 64KB. This means that the address of the memory starts from 64KB or multiple of 64KB.
The lines beginning with greater-than symbols are the sequence descriptors and the lines immediately after each descriptor with A-Z characters, dashes, and question marks are the aligned DNA sequences. The sequences are always the same length within a file and never span/wrap across more than one line.I am trying to write a script to remove positions in the sequences that are only represented by a -, X, ?, or N (these represent gaps or missing data). Also, if there is exactly one non-gap/missing character in a position it is also useless (there is nothing to compare it to) so I would like to remove those positions as well.
Position 5 (from the left) was removed because it was all gap/missing characters. Position 9 was removed because only one character was a non-gap/missing character. Position 10 was retained because there were 2 non-gap/missing characters.I'm really not sure where to start here. My first concern is I can't figure out how to tell awk to treat each character in lines not containing a greater-than symbol as a separate field. After that, I'm thinking I should use set up a counter to count the number of lines with gap/missing characters comparing that to the total number of lines not containing greater-than signs?
I can not get the Nvidia closed source driver to work..when i open the "Additional Drivers" it says that the driver is activated but not currently in use. Another problem...I can not see my grub nor the Plymouth screen.
I am trying to get my new computer to work with the proprietary nvidia drivers, but unfortunatly I am having some troubles. When I activate the nvidia drivers in jockey and restart the computer, the DE fails to load unity, and no compositing is actually being done. When I check jockey, it says:
"this driver is activated but not currently in use" I have an NVIDIA GT 550M. I can use unity with nouveau, however there are some problems that I have noticed, like not resuming from sleep and some freezing, which I suspect is a result of the open source drivers(could be fixed in an update later). But does anyone know how to get the proprietary drivers to work in the mean time?
I've got an issue where my nvidia drivers won't activate, which is a fairly large problem on my Asus G60VX. The reason it bugs me most is because it won't let me use a second monitor while the drivers aren't activated.
Here's my issue.
Now, I already tried going into Synaptic and removing all NVidia stuff manually, and then reinstalling, but this didn't fix my problem.
I just installed natty today after erasing the previous maverick and windows dual boot.Everything works fine.But there is one problem .The propriety driver for Nvidia seems to be activated but not in use.I still get unity desktop,(couldn't get it before installing the propriety driver).I have tried removing and activating it again but it ended up the same again.I know that this problem has been encountered lot of times,but I searched everywhere and didn't find anything.
Bus 001 Device 002: ID 0846:9040 NetGear, Inc.So I think it's correctly recognizing it, but for some reason it won't identify it as a wireless USB NIC. I'm trying to install without a wired connection (several rooms away from a wire, and this is an old tower), so any help there would be nice, if not, then any advice on what to do when I get it hardwired would be nice. I have the Live CD to try this with. I also have a second CD/DVD, and have it installed/working on XP on the box (which after I get wireless working I'll be replacing),so I have the .inf file if anyone can direct me to using ndiswrapper for it. Let me know what else you need to know.
System-->Admin-->Hardware Drivers States my STA driver is activated, but not in use... ug. having so many wireless issues with 10.04 i've been pulling my hair out for a week now. I assume this is why it says my network UNCLAIMED as well.
Haven't been able to boot here lately. Installed Lucid Lynx via Wubi. Tried reinstalling grub, with no avail. Tried using Lilo and now it says I have no activated partitions. I can only boot if I use a LiveCD or Super Grub Disk to find my Windows XP Loader. Here is my results.txt from the boot info script:
What does the "Keep Aligned" option for the desktop do in Ubuntu (Nautilus)? I was expecting it to work much like what I had previously seen in other operating systems, but it doesn't.So for example, I can drag an icon and drop it two pixels away from its original place, and it is not aligned back to the previous place automatically, however, if I disable and re-enable the Keep Aligned option, it is aligned to the grid.Is it that Keep Aligned option is not working on my installation, or is it generally supposed to work like that?
A friend of mine is running Ubuntu. He used to run Windows XP, but he kept destroying it completely, and I soon got tired of fixing it for him. So I setup Ubuntu, and we're both happier people for it.BUT! The other day he asked me to setup a VPN (PPTP) connection to his workplace, which I promptly did. It also just works, except for one minor problem: When he fires up the VPN connection, I lose the ability to connect to his computer over SSH. As soon as he shutdown the VPN connection, I can once again log in over SSH.I use the SSH connection for basic maintenance and for tunneling port 5900 so I can assist him over VNC.
His nic is setup with DHCP. Gateway is 192.168.57.1. Port 22 is NAT'ed to 192.168.57.2, which is the IP his computer is assigned by the router (it's reserved to his MAC address).
When he connect the VPN, a new interface is created with the IP 192.168.1.32. I'm very much _not_ a network expert. I can manage the very basic stuff, but beyond that I'm quite lost.
as the majority of ubuntu 10.04 users I had problems with setting up wireless internet connection too. After reading many forum topics I somehow managed to set up the connection.Now the only problem is that when I restart computer wireless connection is no longer working. Each time I boot Ubuntu I have to go to System>Administration>Hardware Drivers, remove Broadcom STA wireless driver and then install it again. Otherwise the wireless connection is not working and under Broadcom STA wireless driver this message is written:
I'm going to start with Gen'l Help then maybe slide over to security. Twice recently, when shutting down for the night, I've noticed a Guest Session has been activated on my system. Since I'm the only one using this machine, I'm naturally curious. Can anyone out there explain how Guest Session works and if it can be activated remotely... or otherwise explain how the check mark next to "Guest Session" might be activated?
So i installed Ubuntu 10.10 did updates all was fine. when i went to activate the nvidia driver it install but upon restart i lost my GUI. I have a nvidia ion next gen graphics card. Running desktop 10.10 with intel atom dual core and 2gb of ram
NOTES: 1.) sudo service gdm start states that the gdm service is already running
2.) ctr + alt + f7 does nothing and along with that all the other alt + f keys do not have a GUI
3.) i can log in and use the OS via command line
4.) other things i have tried is the sudo apt-get install nvidia-current just led to the same results