The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
72 views

Nautilus sort order with ls

I am creating image sprites and have neatly named around 100 files. I am using the following to generate an image sprite from individual images: convert $(ls -w 1000) +append sprite.png I have just ...
0
votes
0answers
46 views

How can I set Windows as the default OS in Grub? [duplicate]

I'ḿ a new user of Ubuntu, but I need Windows for official purposes, so I have both systems on my pc. Can some one tell me how to configure (I prefer graphical support. like BootAdministrator') grub ...
1
vote
1answer
102 views

Can I rearrange the messaging menu list?

This is my current messaging menu layout in Ubuntu 12.10: I was wondering is there a way to change the list? I would rather have Thunderbird moved to the bottom. I tried uninstalling Thunderbird, ...
1
vote
1answer
111 views

How can I re-order LD_LIBRARY_PATH?

How can I re-order LD_LIBRARY_PATH? Edit: I'm interested in LD_LIBRARY_PATH because I have this problem: I can't update, upgrade and remove my app from kubuntu and one of the error is due to ...
1
vote
1answer
59 views

banshee sync playlsits lost order in device

I have a playlist manually ordered, also I synchronize it with my Android, everything works fine, but when I reproduce the list from the android, the playlist is sorted alphabetically. Also if I open ...
0
votes
0answers
14 views

How to mount a partition into another mounted partition at boot time? [duplicate]

Possible Duplicate: How can I specify the order in which filesystems are automatically mounted? I have /home/user partition mounted at boot time using /etc/crypttab and /etc/fstab. I need ...
1
vote
1answer
115 views

Re-order active applications in right navigation bar

I am using Ubuntu 12.04 and I want to know is there a way to re-order the item in my navigation bar. In windows 7 it is possible to group elements and re-order their position. To be more specific. ...
5
votes
0answers
63 views

Is there a program to change the order of the indicators? [duplicate]

Possible Duplicate: Is it possible to change the order of icons in the indicator applet? I found a way to change the order of the indicators but since the file (1) is quite difficult to ...
7
votes
2answers
260 views

How do I change the order in which lenses appear in the dash?

Application lenses seem to be ordered alphabetically by default: From left to right: dash home --> applications --> extras-unity-lens-wikipedia --> files --> music --> recoll --> video Is there ...
0
votes
0answers
42 views

How can I set my files and folders shown in pcmanfm in alphabetical order? [closed]

Even though according to the settings they should display in alphabetical order, my files and folders continually refuse to present themselves in such manner. What can I do about it? Kind regards, ...
0
votes
1answer
588 views

Boot order of MySQL

I have a conflict with two programs in Ubuntu 10.04. I have configured an init.d file that boots up a program. However, this program requires MySQL to be running before it starts. When I boot the ...
3
votes
1answer
891 views

How to rearrange items in the Unity 2D panel?

For performance reasons, I am currently using Unity 2D. I started Google Chrome and right-clicked the icon in the Unity panel and clicked "Keep in Launcher". However, I am not happy with the location ...
2
votes
3answers
3k views

DHCP-server doesn't start at boot because of wrong startup order

Apparently the isc-dhcp-server is started too early in the boot sequence, it states that it has nothing to do. If I just log directly in as root and start it using the init.d-script, it starts ...