Ubuntu :: Tomboy Notes Stored Outside Home Directory?
Jul 3, 2010
I want to store all my Tomboy notes not on the default directory but I want to put them on a shared partition (I'm dual booting Vista and Ubuntu 10.04). The scenario is that I want to keep the same notes accessible from both Vista and Ubuntu 10.04). So I created a directory on the shared partition (FAT32 partition): /media/STORAGE/Tomboy_notes and store the notes there. On its website, it says "On any operating system, you can override the location of the note directory by setting the TOMBOY_PATH environment variable" but unfortunately I don't know how to do it (I'm blind on this thing).
Can anyone tell me what names the tomboy notes application gives to its notebooks and notes? Not the file format (xml) I found that on the web, but the filenames and directory where it stores things.
Is there anything special about a home directory before users' home directories are stored there, or is just as typical as any other "empty" folder?Let me just cut to the chase, but please no ear ringing about the folly of messing around as root, particularly with directories at root level. I know it's considered stupidity, but I deleted my home directory.
Is there an easy way to restore a working home directory? I tried copying /etc/skel under root, but I'm not sure what a home directory should look like once it has been restored. Besides . & .., there were .screenrc & .xsession in my home directory when I copied /etc/skel. Are these files suppose to be in "/home" or "/home/~" or both?
My laptop has 10.4 and desktop has 10.10.My HD is damaged due a power surge. However, I was lucky to access my ubuntu home directory. How can I move my Tomboy notes from my laptop to desktop.
How to sync notes to Dropbox, but after the upgrade to 11.04, I can't get Tomboy to sync.
I get the same error as here: [url]
Where the details panel is blank.
But I don't know what hidden file he's talking about. When I press ctrl+h in all the Tomboy folders, nothing comes out, but there are a few manifest.xml files.
I would like to keep my Tomboy notes synced between my home computer and the LiveUSB I'm using at the classroom. I used to sync them to Ubuntu one back when I used Ubuntu, but now that I'm using Fedora their server doesn't seem to respond.Is there a way that I can sync the notes, either using Ubuntu one or any other solution?
After a prolonged absence, version 4.10, I have started dabbling with Ubuntu again. It was a HDD crashing that sent me down this path. Needless to say, the ability to backup my user data to a second HDD is an important task to me. I'm currently using Back in Time to accomplish this and all is well. However, there is one thing missing. I can't locate my Tomboy Notes data within the file system. I expected to see a "hidden" folder in my /home, but do not. Where this information is stored so I can back it up as well?
Is there a way to make Tomboy Notes startup in the background when Ubuntu is lunched? I added the command "tomboy --search" to startup applications and whenever Ubuntu starts, Tomboy Notes opens the [Search All Notes] window.
In the previous Ubuntu version, I used to use the Tomboy Notes applet from (Add to Panel) and it used to startup without opening any windows. This method still work on Ubuntu 10.04, but I liked the new icon for Tomboy Notes that appears in the status bar.
I cannot find where tomboy notes are located im trying to change from one comp to another, i have already seen the thread that says they are in ~/.tomboy ".note" files but they are no where to be found and neither is that file?
It's always update my local file from web server,which is not my want it.I have beem overwrited by web server many times.It's made me so mad.Is there any way to just only update webserver from local and keep my local files original?
Is there a way to sync Tomboy notes to multiple locations? I would like to be able to sync them to my UbuntuOne account and at the same time to my local NFS server, but from the looks of it Tomboy only lets you choose one location for syncing. Maybe there's a workaround for this or something?
This was the most useful program I had under Ubuntu and I miss it greatly; evernote is bloated and complicated. Is there something like tomboy for the mac? Bonus points for iphone sync.
I attempted to sync Tomboy notes with Ubuntu One, the process claimed to be successful - and deleted all the notes on my computer, with no warning at all. Thankfully I had just backed things up yesterday...
I'm running Karmic, the Tomboy is version 1.0.0, and the Ubuntu One client is 1.0.2 (I think).
A little while ago I was having problems with Tomboy syncing with Ubuntu One at all. Then things worked, but I ran into problems with the program declaring that the notes online were newer than my local ones - which was certainly not the case, as I only use my Ubuntu One account with a single computer. Some of the notes were conflicting, though there were also problems with templates (probably something similar to this bug here: https://bugs.launchpad.net/ubuntuone...rs/+bug/502017).
So I deleted all the notes, manually, on the Ubuntu One site, thinking this would help. It certainly didn't help with my template problem, and now when I sync it declares "Synchronization is complete, 32 notes updated. Your notes are now up to date." - and lists all of my notes stating that they were deleted locally! And indeed they are.
If I go online and look at Ubuntu One, the notes tab simply says: "You have no notes (yet!)." I tried to see if this was recurring, and it is. Every time all my notes are deleted.
I've removed Tomboy notes from the startup applications by accident :-( I've tried to re add it again by typing in tomboy in the command area, but when the system starts up, the main window for tomboy notes opens up & when i close the main window tomboy shuts down.How can I get it the way it was before, just a icon in the notification area on system start up?take a look at the system start up command for Tomboy Notes and post it I know the command tomboy notes use in the applications menu * it's Tomboy* but I can't remember the code in the start up applications or system start up command to get it just a icon in the notification area without the main window opening up every time I start gnome,
At home I run 10.10 and set it up last night to sync to Ubuntu one. I figured this would be handy since I often work in the evenings on work projects while at home. My work laptop is 10.04, and I'd prefer to keep it that way with it being an LTS and all, as stable as 10.10 seems to be.Problem is within the Tomboy preference menu I don't see a way to sync my notes to Ubuntu One. I even got the latest PPA, but no dice.
I've been using Tomboy Notes on Mac and, when I recently came over to Ubuntu, was thrilled that I could use it still. However, it quit working. I cannot open it in the Applications Menu, I can't open it via terminal (this is what I get if I try:
brasel@sonny:~$ tomboy -new note (/usr/lib/tomboy/Tomboy.exe:7009): GLib-WARNING **: g_set_prgname() called multiple times /usr/share/themes/Human/gtk-2.0/gtkrc:85: Murrine configuration option "gradients" is no longer supported and will be ignored.
[code]....
I can't open it at all.I don't have a .tomboy file in my /home directory, or in my /home/brasel directory. I've uninstalled and reinstalled, I even cleaned out my computer via the computer janitor and it still wouldn't re-install and run.
I have an interdependent collection of scripts in my ~/bin directory as well as a developed ~/.vim directory and some other libraries and such in other subdirectories. I've been versioning all of this using git, and have realized that it would be potentially very easy and useful to do development and testing of new and existing scripts, vim plugins, etc. using a cloned repo, and then pull the working code into my actual home directory with a merge.
The easiest way to do this would seem to be to just change & export $HOME, eg
cd ~/testing; git clone ~ home export HOME=~/testing/home cd ~ screen -S testing-home # start vim, write/revise plugins, edit scripts, etc. # test revisions
However since I've never tried this before I'm concerned that some programs, environment variables, etc., may end up using my actual home directory instead of the exported one. Is this a viable strategy? Are there just a few outliers that I should be careful about?
I'm getting a "Server Error Something has gone wrong (500)" when i try to access the notes page for several days now. When will it be OK?
Bug report:[URL]
Just now:
Something has gone wrong (500) This is a robot
We've recorded this problem and it will get investigated with the logs. If this problem is urgent, please file a bug report and include this number: OOPS-ID-1534appserver79128
I have a dual-boot macbook with an OS X partition and an ubuntu partition. When I first installed ubuntu, I changed my home folder to my OS X home directory to synchronize all my files from both. My home directory is now /media/sda2/Users/username/. In a regular home folder, the icons for Documents, Music, Pictures, Movies, etc. are different (not just with emblems, but actually different icons). But when I changed my home folder, these subfolders' icons stayed the same as regular folder icons and I can't figure out a way to change that default setting. I know how to change the icons for each folder manually, but these changes don't appear everywhere (i.e. nautilus, places, etc). Furthermore, every time I change my icon theme, I would have to manually reassign icons for these folders. Is there a way to globally change the folder icons for these folders?
I need to specify a different path to home directories on a particular server than what LDAP contains for the users, besides using a symlink. E.g. "/Users/jdoe" vs "/home/jdoe" I don't want to change the actual LDAP attributes, just want a particular server to point them in the right direction (Ubuntu 10.04).
I'm assuming it's something I could probably set in pam configurations?
I have a strange problem when I do SSH to a FEDORA9 based Linux Server.
[Code]....
When I login using "adah" username in TELNET I am automatically directed to my home directory at location "/media/disk-1/home/adah". But when I use SSH to login using the same username I get the following message Code: Could not chdir to home directory /home/adahaj: Permission denied
I have a secondary disk which holds a /home directory structure from a previous install of Linux. I installed a new version on a new primary drive and mounted this secondary drive as the new /home. Problem is, even though the users are the same names and I can access the home directories for the users, I cannot login directly to their home directories, as I get the following error: -
Code:
login as: [me] [me]@[machine]'s password: Last login: Wed Jan 6 18:34:33 2010 from [machine] Could not chdir to home directory /home/[me]: Permission denied [[me]@[machine] /]$
Now, since the usernames are correct and the users are in the passwd file with the correct home directory paths, could it be user ID's that are different or something else? It's not as though I cannot access the home directories for the users, simply that I cannot log directly into them from a login prompt.
I have Ubuntu Karmic. I chose to install with an encrypted home directory. Recently I got a warning that I only had 2GB of drive space left. This is mostly because of my videos. So I went and bought a new hard drive and partitioned it and made 1 ext4 partition and copied my videos all to the new hard drive. I added a line in my fstab to mount the new hard drive to ~/videos, but when I reboot the computer, there is a screen saying something like "error mounting /home/me/videos, press S to skip or something else to reboot". If I press S to skip, then when my system comes up there is a video directory but it's empty because my other hard drive didn't get mounted. I can run sudo mount /dev/sdb video/ and it will mount fine and I can see all my videos, so why can't fstab mount it? Does this have something to do with my encrypted home directory?
I have machine that I used to VNC to on my network with Remote Desktop Viewer from my Fedora 12. When I first connected I checked the checkbox that I wanted to store the pw. Now the pw on the other machine has changed but Remote Desktop Viewer does not ask for a new password, it just gives me a black screen, like I am connected but I can't see anything. I'd like to know if anyone knows where this pw data is stored on the system so I can start fresh. I already tried uninstalling Remote Desktop Viewer and installing it again.
I'm using Mac OS X's Terminal.app shell to compile and run Fortran programs. One such program resides outside of my home directory (it is in the Applications folder, which resides on my hard drive but seems to be outside of my home folder). How can I navigate into this directory using Terminal.app to run the programs that reside there?
I recently found an awful lot of junk files in my home directory, mostly in directories that start with a dot e.g. /home/my home/.mozilla So I did cd du -chs .??* and found 3.5 GB. After pruning, I find < 250 MB of files that I have knowingly created.What is happening is that I installed some programs, say xyz , tried them out and decided they were unsatisfactory, deleted them. The un-installer for xyz deletes the actual program but meanwhile xyz has installed lots of config files or status files in /home/my home/.xyz and the un-installer does not delete these. So if you are running short of space or if backups take forever, it might be worthwhile to do the above command or maybe