Ubuntu :: NBR Date Has Gone Missing From Toolbar At Top

Jan 11, 2011

Since I've switched to 10.10 NBR the date has gone missing from the toolbar at the top. Everything is fine when I click the time, I still get the calendar and everything. They probably just moved it away to save space up there but I appreciate always having the date easily visible.I've searched through all the personalization options, but I can't seem to figure out how to have the date still showing right next to the time like it used to.

View 2 Replies


ADVERTISEMENT

Fedora :: Claws Mail 3.7.3 - Missing Toolbar After FC Upgrade

Dec 8, 2009

I just upgraded from fc11 to fc12 with a great deal of trouble...finally am partially functional. The problem really bugging me is the missing claws-mail toolbar that shows "tools", addressbook, encrypt/decrypt, and especially the ability to load plugins, and set all preferences. I have tried uninstalling & reinstalling but nothing provides the toolbar I need. Yum does not provide anything new either. As most of my important passwords are encrypted, and I need the claws pgp plugin to be loaded.

View 2 Replies View Related

Software :: Toolbar Buttons Missing (but Fixed) In Openoffice?

Aug 16, 2010

In Slackware 13.1, my OpenOffice menu buttons did not appear after installing the Slackbuild from slackbuild.org. I think this is a common issue. After reading around, I putCode:export OOO_FORCE_DESKTOP=kdeinto my /etc/profile. OpenOffice now opens fine and all the menu button icons are present and correct but this only happens if I start OO from the CLI. This is fine for me but other users of this system will use the kicker menu. The problem is that this starts OpenOffice with no toolbar buttons.Code:exportOOO_FORCE_DESKTOP=kdeto my menu buttons

View 2 Replies View Related

Ubuntu :: Locked Toolbar - New Position For The Toolbar That Sits At The Top Of The Screen

Mar 30, 2011

I have been working for the last three months with Ubuntu 10 on a destop. Doing just fine and loving it. I decided to try a new position for the toolbar that sits at the top of the screen. I did a right click and moved it to the right side of the scree, didn't like the look of that. Right click on the bar and moved it to the left, didn't like that either, so moved it to the bottom. having done all that I thought I could put it back at the top but alas, I can not right click on the Toolbar.

It seems as though the two bars are fighting each other at the bottom of the screen.I would like to go back to the default position at the top of the screen. I do have a terminal window available to me on the desktop so if I could find out the command line to type in, I should be able to reset my tool bar. Being new I have no idea what this command would be.

View 2 Replies View Related

Ubuntu :: Missing Date /Time And Power On Button

Apr 11, 2011

May I know why my Date, Time and Power on button missing?

View 6 Replies View Related

Ubuntu Multimedia :: Replace Jpg Files Last Modification Date With Timestamp Creation Date?

Sep 22, 2010

I'm looking for a method for modifying some jpg photo files last modification date with the corresponding timestamp creation date of each file.The reason is that shotwell import pictures in folders according to last modification date which is stupid on my opinion.

View 2 Replies View Related

Ubuntu :: Organize Folder With Images By Date Taken Rather Than Date Edited?

Aug 1, 2011

As a photographer I'm constantly taking photos and storing them in folders. Now occasionally I'm using two cameras (either for different settings or an assistant is also taking photos) which means that for one event I can have differently named images.Both cameras have the same time set (which always helps in Windows) but in Ubuntu when trying to sort my folder by date taken I can't.The options I'm given are to sort them: Manually, by Name, by Size, by Type, by Modification date and by Emblem.Now none of those are helpful to me once I've done a few edits to the images.So please if anyone knows, how do you organise a folder with images taken on different cameras by Date Taken rather than Date Edited?

View 3 Replies View Related

General :: Use Date With Touch To Create New File With Date Based Name?

Mar 12, 2010

I am using CRON to create a new, blank file, every minute, in a specific location on my web server. After web searching, and reading man pages, I get the impression that the following command is supposed to work:touch /home/mydomain/var/folder/attachments/`date +%H%M`.txtThis should give me a new file with a file name that is the current hour and minute.However, when executed, the CRON mailer reports:touch /home/mydomain/var/folder/attachments/`date +/bin/sh: -c: line 0: unexpected EOF while looking for matching /bin/sh: -c: line 1: syntax error: unexpected end of fileSo, it looks like shell is seeing the plus (+) sign as an EOFObviously, nothing get created.What would be the easiest, single line command to create an empty file, at a given location, with a time based file name

View 5 Replies View Related

General :: Julian Date Converter To Gregorian Date

Apr 22, 2010

Anyone have a ksh solution to convert julian date to gregorian date?

View 6 Replies View Related

Ubuntu Multimedia :: Digikam - Renaming On Import - "Create Date" Versus "File Modification Date"

Jan 24, 2011

I just switched from a basic digital camera to a more advanced one that stores both Jpeg and Raw (.Nef - it's a Nikon) files for me.When importing files in Digikam, I rename the files so that they start with Date and Time. Example: 20110121-223748.JPG for a photo taken on Jan 21st 2011 at 22:37:48.I was a bit surprised when importing both the JPEG and the Raw version of the same photo, that the filename is different by a few seconds (no constant offset, sometimes they are the same):

20110121-223748.JPG
20110121-223750.NEF

I did some "research" by looking at the exif data of both files (using "exiftool 20110121-223748.JPG" from the command line). Here is what I got back

(amongst other data):20110121-223748.JPG
File Modification Date/Time : 2011:01:21 22:37:48+01:00
Modify Date : 2011:01:21 22:37:48
Date/Time Original : 2011:01:21 22:37:48

[code]....

So it seems that Digikam is using the "File Modification Date/Time" (different in the Jpeg's and Raw's of my camera) rather than the "Create Date" (the same for both Jpeg and Raw). (The few seconds difference in "File Modification Date/Time" between the two versions of the same photo is probably due to the time that my camera needs to write away the data on the SD memory card. I guess.) Is there a way to have Digikam use the Create Date? (Or the Date/Time Original?)

PS: I'm on Ubuntu 10.04LTS, using DigiKam 1.2.0

View 1 Replies View Related

Programming :: Keep Original Mod Date Of A File And 'date' It Back To Same File?

Jul 12, 2010

I would really like to preserve a file's original modified date and pass it back to the file as the same attribute after a script has worked on it. I get a lot of JPEG files from different places on the Net which I either turn around and upload or burn to disk, and having the "original" date of either download or last mod in a graphics app would be for me, in the long run, a lot more helpful when deciding, for instance, which files to "recycle" or pass on backing up more than once.I've tried doing this on my own every now and then. Where I run into problems is that it appears "stat" and "date" use different formats for date information, and I can't seem to puzzle out how to "translate" one to the other satisfactorily for the latter command.

Just to give an example:
stat foo.jpg |grep Modify gives me
Modify: 2010-07-12 06:28:56.890625000 -0400

Passing that string as-is to date foo.jpg, I get the errordate: unknown option -- 0 and the usual semi-courteous suggestion to Try 'date --help' for more information.Somehow my TexInfo database got screwed up somewhere along the line and info dategives me the short article on date input formats, not the full documentation for the command

View 4 Replies View Related

Ubuntu :: Can Not See Toolbar On Desktop

May 9, 2011

ı download compiz fasion..and ı change something..when ı change something on compiz then ı can not see my toolbar on my desktop .there is nobody on my desktop.because of that ı can not firefo ,command screen.

View 4 Replies View Related

Ubuntu :: Can't Disable Navigation Toolbar

May 12, 2010

I am using Tiny Menu extension on my firefox so that I have to disable Navigation toolbar. I do so but everytime when I reopen the firefox I see that it is active again. What can I do? I am usinng firefox 3.6.3 on my ubuntu 10.04 machine(upgraded from 9.10).

View 3 Replies View Related

Ubuntu :: Firefox Addons Don't Appear In Toolbar?

Jun 16, 2010

I have Adblock and a bunch of other add-ons installed on Firefox. When I boot up and then start Firefox- the addon icons appear in/on Firefox's tool bar.

IF....I close Firefox and start it again the addon icons aren't on the tool bar or, like Ghostery, at the bottom of the screen...I think it's called the status bar.

View 1 Replies View Related

Ubuntu :: Restore Icons To Toolbar

Nov 4, 2010

I have managed to delete the DropBox and network applet icons from the upper tool bar in Ubuntu 10.10. I have not been successful in figuring out how to restore them. how to restore them.

View 1 Replies View Related

Ubuntu :: Create Win Xp Taskbar Like Toolbar?

Mar 26, 2011

I want to know whether there is any way to create a toolbar just like windows taskbar toolbar, in which i can place my music folder and click on it to see the sub-folders-tree. Like this one:-

View 9 Replies View Related

Ubuntu :: Can Customize The Abiword Toolbar

May 13, 2011

Is it possible to drag and drop the icons you want from the standard and formatting toolbars onto just one toolbar? then I can claim some more vertical space?What do most people here use on ubuntu? Abiword or Writer?

View 2 Replies View Related

Ubuntu :: Amarok Toolbar Icons Disappeared?

Feb 7, 2010

I had been using Amarok 1.4 with no problems, but somehow in trying to fix the 'Launching HTTP Cache' bug, I made the Amarok toolbar icons disappear and be replaced with an image of a page. The only thing I did was install qt3-qtconfig and systemsettings, then removed them because they were not able to help me fix the HTTP cache bug, and they also altered my pointer to KDE-style. After removal and a system restart, Amarok looks like the screenshot I took. how to get the icons back?

View 1 Replies View Related

Ubuntu :: Change The Colour Of The Window Toolbar?

Mar 14, 2010

How can I change the boring grey of the Window tool bar in Ubuntu? I have tried "System>Preferences>Appearances", Compize, Emerald GNOME Colour Chooser and non of them allow me to change the tool bar colour. I have also done many extensive searches on forums, but I cannot find one topic on this adjustment. Lots about fonts, window boarders and so on. I can change everything else but the tool bar colour.

View 9 Replies View Related

Ubuntu :: 9.10 - Any Way To Unhide Menu Toolbar In Nautilus

Mar 15, 2010

I just recently installed Nautilus, or upgraded, from whatever was pre-installed with Ubuntu 9.10. I accidentally clicked Hide Menu toolbar, which apparently in this, there's no way to unhide it. The only thing showing now is the Sidebar, and I don't know how to get any of the toolbars back. [URL]

View 3 Replies View Related

Ubuntu :: Toolbar Size And Spacing In Lucid?

May 5, 2010

I upgraded to Lucid today and noticed that toolbar spacing/sizing is HUGE. In eclipse it is making my once single line toolbar wrap down to too. There is a ton of waisted space here.

View 5 Replies View Related

Ubuntu :: Disable Black Tooltips For Toolbar?

Jun 10, 2010

When I hoover over toolbar menu entries like "System" then currently tooltips (with black background) appear like. "Change system appearance and behaviour, How can I disable these tooltips (for the standard Ubuntu menues only, if possible) ?

View 3 Replies View Related

Ubuntu :: Change Toolbar Icon Settings On 10.04 LTS?

Jun 26, 2010

I have installed the new Ubuntu 10.04 LTS and do not see where I can change the toolbar icon settings such that I only display icons, not text labels beside the icons. Does anyone know how to fix this?

View 2 Replies View Related

Ubuntu :: 10.10 Nautilus Elementary Toolbar Editor Gone?

Oct 11, 2010

upgrade was flawless 'cept for this one glitch.

ppa w/in software sources is updated and responding properly,

View 3 Replies View Related

Ubuntu :: Volume Applet In Toolbar Has Vanished?

Nov 14, 2010

I just found out that my Volume Applet is missing so I cant fade the volume in or out anymore (only with the "FN + Left or Right)and I cant install it anymore.

View 2 Replies View Related

Ubuntu :: Aspire 5100 No Menu On Right Or Toolbar On Top?

Jan 21, 2011

I have already tried everything on this thread [URL] I have an Acer Aspire 5100, I haven't posted my results from

Code: lspci | grep graph yet. I will ASAP when I get to that laptop tonight.

I am currently studying Programming at a local Tech school, the current language I am learning is C#.

View 9 Replies View Related

Ubuntu :: Remove The Roll Over Text On The Toolbar?

Mar 8, 2011

anyone know how or if I can remove the roll over text on the toolbar. It's stopping my top toolbar from auto hiding when using windows selector.

View 1 Replies View Related

Ubuntu :: Custom Launchers On Nautilus Toolbar?

Apr 16, 2011

i have a question about customising the toolbar in the file explorer, which i think is called nautilus. i was able to add a few buttons by hacking about in /usr/share/nautilus/ui/nautilus-navigation-window-ui.xml ..but they were already defined actions. what i would really like to add is custom launchers. i have whipped up a python script that will foo and bar a glob of files in a directory, which i can pass as an argument to the script, and i would like this to be a toolbar button so i can just click an icon up there. so the launcher would need to know what directory is open in the tab which is in focus, or alternatively be able to launch from that directory as current working directory and then i can dig out the path in python. a keyboard shortcut for the launcher would be nice too

View 4 Replies View Related

Ubuntu :: Set Toolbar Back To Its Default Settings?

Apr 24, 2011

I accidentally screwed it up.

View 6 Replies View Related

Ubuntu :: No Gimp Toolbar On Dist Upgrade

May 5, 2011

my Ubunbtu has upgraded to 11.04. However when I open gimp the toolbar across the top of the image has vanished, even if if move the pointer to where it should be there's nothing? can some one tell me how to get it up.*by toolbar I mean the file edit etc bar.

View 2 Replies View Related







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