Debian Multimedia :: Multiple Dropbox Accounts On One Computer?
Nov 3, 2010
Have nautilus -dropbox from this page : dropbox-deb-amd64-package/.Trying to run multiple dropbox accounts on one computer, see :multiple-dropbox-instances-in-same-time.html.When I run HOME=$HOME/.dropbox-alt /usr/bin/dropbox start -i I
get : ~$ HOME=$HOME/.dropbox-alt /usr/bin/dropbox start -i
Starting Dropbox...No protocol specified
/usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
[code]....
View 1 Replies
ADVERTISEMENT
Feb 23, 2016
i've installed dropbox from URL...i started the daemon and all seems run ok.Now i want to configure the selective syn but i can't see the dropbox icon in the menu bar.i need to select preference from dropbox icon. URL...where is the icon?
View 11 Replies
View Related
Feb 19, 2011
A very quick and straightforward install of Dropbox on Squeeze kde 4..4 without Nautilus dependencies. It worked perfectly for me.
View 1 Replies
View Related
Aug 11, 2015
I'm configuring a fresh install of Debian 8 and I'm having a problem creating new user accounts, using XFCE.I'm using the console for setting new user accounts, without any problems yet when I log in the user accounts to check if everything is ready to use I get a persistent message from the system warning the session is in kiosk mode.I've went through several step by step guides I've found over the net, went to the XFCE wiki trying to find an answer for this, with no success. I've even tried deleting user accounts and recreating it but the problem persists.
View 4 Replies
View Related
Apr 10, 2011
Since I installed Dropbox every time I insert a usb device nautilus opens a bunch of identical windows. I think my records i 12 so far. All with the error
DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending
I cannot eject the device via dolphin or erase anything via dolphin.
View 9 Replies
View Related
Jul 20, 2011
Recently I installed Dropbox on a server to do file synchronization and it added " (Case Conflict 1)" to a whole bunch of my files! I realize now that it was caused by case insensitivity but I'm still left with hundreds of files that are in this renamed state. Is there a script in Linux that would allow me to recursively go through the directories and strip out this string?
i.e.
a (Case Conflict 1).jpg --> a.jpg
/myfolder/abc (Case Conflict 1).doc --> /myfolder/abc.doc
/myfolder/subfolder/mydoc (Case Conflict 1).pdf --> /myfolder/subfolder/mydoc.pdf
View 2 Replies
View Related
Dec 31, 2015
Running Jessie 8.2 and Icedove 38.4.0. I just applied some updates and now Icedove only displays the number of unread messages in the folders.
Previously, it displayed the number of unread and the total number of messages in neat columns. Now it is a single number of unread in parens.
Is there any way I can get the display back to the previous format of unread# and total#?
View 0 Replies
View Related
Mar 1, 2016
I've installed last Debian Stable with Gnome 3 environment and after added my enterprise account into the Gnome Online Accounts it apear into Evolution (but only after i've manually installed evolution-ews package) the problem is that i can't change any adevanced settings like "local synchronisation" into Evolution.
It's like Gnome Online Accounts revert back the settings each time i change it.
View 0 Replies
View Related
May 3, 2011
i just installed ubuntu 11.04 on my brand new eMachine desktop but after install the dropbox desktop application, its icon in the notification bar (beside clock and network connection) will disappear after restart the computer. i tried to reinstall dropbox application but the icon will disappear again after reinstall.
View 4 Replies
View Related
Mar 1, 2010
I've switched off the borg at home 100% (yippee). Wife and kids are now logging on, firing up 2-3 apps (usually FF, songbird and nautilus) and then switching users to allow the other on. This has the unexpected side effect of locking the audio device so the other user cannot use it until they shutdown those apps that have /dev/dsp open in a locked fashion.Is this "normal" behaviour? or is there something I'm missing in the setup?
View 7 Replies
View Related
Jul 15, 2010
I've recently purchased a laptop so I've been focusing on getting my data synchronized between my laptop and PC. The problem is as follows, I have 8+ email accounts and I prefer to have them all in 1 single map tree instead of a separate tree for every one of them. This means IMAP is out of the question, so I've been thinking about a few things but I'm not too sure if there's anything out there for some of these things.
Option 1 - Unison Synchronization
Using Unison to synchronize the Thunderbird profiles, problem is Thunderbird can't be running on both machines
Option 2 - IMAP mail hub for all accounts
Somehow turn my server into a mail hub that gets email for all my accounts, and serve them through IMAP somehow, only problem that might be is that reply-to won't send a mail back with the same mail address people mailed to (Don't know that for sure).
Option 3 - POP3 mail hub
Same as option 2 but with a central POP3 hub that will keep all mails forever, should be doable.
Not viable option - Turn off mail deletion on server. This ain't viable because this will either cause some of the mail servers to clog up, especially if I were to only turn deletion on on 1 pc. So it seems the POP3 hub is best, and then just let that delete everything off of the remote servers, is this possible, I've tried setting up a mail daemon before but failed miserably (But will try again if it will make this possible).
View 5 Replies
View Related
Feb 3, 2010
Is it even remotely possible to create a bash script to login to gmail/yahoo/hotmail, thru different web browsers?
View 2 Replies
View Related
Nov 23, 2010
I am looking for a PHP based IMPA client with these requirements:
- User accounts (not same as imap email accounts)
- Each user can add multiple IMAP emails to his account and check/use them.
Is there any solution for my requirements. I checked Squirrelmail and roundcube but I am not sure they can do this.
Otherwise I will need to either develop a system from scratch or modify an existing one to do my job. I hesitate to develop myself as it will take months if not years to make it stable and bug free.
View 1 Replies
View Related
May 17, 2010
I use gnome password manager. It stores encrypted passwords in the ~/.gpass directory.I have 2 users, johnny, and audio. My default gpass setup is at /home/johnny/.gpass I've created a group called gpassusers and added johnny and audio. I chgrp'd /home/johnny/.gpass to gpassusers. I chmod'd /home/johnny/.gpass 770 (to give group access) I then created a symlink as follows
Code:
ln -s /home/johnny/.gpass /home/audio/.gpass
when I try to cd into /home/audio/.gpass I get
Code:
audio@picard:~$ cd .gpass
bash: cd: .gpass: Permission denied
for sanity's sake, here's the ls of johnny's home directory
Code:
drwxrwx--- 2 johnny gpassusers 4096 2010-05-17 19:34 .gpass
and here's the ls of audio's home directory
Code:
lrwxrwxrwx 1 audio audio 19 2010-05-17 19:34 .gpass -> /home/johnny/.gpass
and just to verify groups are set up properly
Code:
audio@picard:~$ groups audio
audio : audio adm dialout fax cdrom floppy tape dip video plugdev fuse admin gpassusers
audio@picard:~$ groups johnny
[code]....
View 5 Replies
View Related
Jun 5, 2010
I googled a lot but I didn't find anything about this. I have multiple accounts on the same ftp server (the server is not mine I don't access its configuration)
If I write ftp://hostname on the location bar it lets me login, but only allow me to be in only one account at a time. Putting ftp://hostname on the location again just opens the account I logged into and I'm unable to login to the other account to move files between them conveniently.
Is it possible to log into multiple accounts on the same server?
View 1 Replies
View Related
Jul 29, 2010
I setup samba file sharing to auto mount in fstab. Everything works great except when a computer has more than on user account.
The folders in mnt are owned by root and ownership changes to the first user account no matter what user logs in. So only the first user can edit files in the mounted share.
Anyone got a clue why this is happening? Seems the mount folders should be changing ownership to the user that is logged in.
View 2 Replies
View Related
Dec 29, 2010
at the moment we're running an isc dhcpd with about 300 clients to serve. Because of inconsequent maintaining i think we have about over 50 dead static client entries in our dhcpd.conf. So we want to change our construct.Our aim is to allow a mac on the dhcp server to get an ip address. If this mac hasn't registered an ip address from the dhcp server for a time more than 90 days, the host entry gets disabled or deleted automatically. I'm searching for such kind of dhcp server configuration for many days. Have you any idea if there is a possibility to implement such a configuration?
View 1 Replies
View Related
Feb 19, 2011
how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.
View 7 Replies
View Related
May 7, 2010
It simply does not sync.Running debian squeeze with Gnome.I have tried updating to the latest testing version. dropbox-lnx.x86-0.6.491.tar.gz
View 3 Replies
View Related
Jan 29, 2011
I'm a user of dropbox, I use it to save my pc. Today I've discovered that I do not have Dropbox installed.I tried to install it quickly, but I was unable. I receive astrange error, that seems like if I'm using a newer library.Are there some repo than I can add to try to install Dropbox by the aptitude or apt-get command?
View 2 Replies
View Related
Jan 30, 2011
I've tried with the help of some older topics about Dropbox to install Dropbox. But for some reason Dropbox can't be installed no longer?? Or am I searching on the wrong place?? See screenshot.
View 14 Replies
View Related
Jun 5, 2011
I've had a good run with Gnome for many years. But the reports about the drastic interface changes in Gnome 3 are very disturbing so I figured it was time to start exploring other DE options. Is there a downside to installing multiple DE/WM combos? Will doing so bork Gnome on my shiny new Squeeze install? I've just got everything tweaked and would not be happy to see it go south.
I understand all I need to do is apt-get install xxxx-desktop and let 'er rip. I don't like to play with my system much. Stable and boring is fine with me. Trying new things always makes me a little nervous so I thought I'd get some feedback from those of you who do this kind of thing all the time.
View 10 Replies
View Related
Nov 9, 2014
I added the following line to my sources.list
Code: Select alldeb [URL] ..... wheezy main non-free
and then after:
Code: Select allapt-get update
I run:
Code: Select allapt-get install nautilus-dropbox
but I got stuck (console freeze) and I had to reboot hoping to sort out somehow...
After reboot I try to apt-get again but I got the following message (my traslation)
Code: Select allE: dpkg was interrupted.
It's necessary to do "sudo dpkg --configure -a" for correcting the problem
So I went in the console again for that command and I get
Code: Select allConfigurazione di nautilus-dropbox (1.4.0-3)...
Dropbox is the easiest way to share and store your files online. [URL] ....
but nothing fruitful seems to happen; and now how to proceed?
View 11 Replies
View Related
May 31, 2015
I am new using linux and don't have too much experience in terminal, however I am curious and work hard. I have an imac G5 powerpc with 2g processor, 768 mb ram and 232.7g hard disk. I recentrly installed debian 8.0.0 (jessie) with xfce environement. I have three other computers (two with xununtu runing and one with windows) using dropbox to sync all my work in differents places, so I use dropbox to get all synchronized. I don't want to change all the pc's to other cloud service, I would like to install dropbox in this machine.
I installed libnet-dropbox-api-perl, pear-channels and pho-dropbox packages from the synptic package manager with the hope to use dropbox...but I dind't even find something colled dropbox in the pc.
My question is: is it possible to install and use dropbox in this powerpc machine ? if yes, is there a tuto (for dumps) to get it ?
View 6 Replies
View Related
Apr 11, 2010
I was wondering if there's some web-based email application (like Zimbra) or perhaps gmail can do it I'm not sure that can handle both receiving and sending of mail from multiple email accounts.I have about 4 different email accounts with various different domains and would like to have one platform which has an inbox for each account and from which I can send mail from any of the accounts
View 1 Replies
View Related
Sep 20, 2015
I have been able to log into a tty[1-6] as root or my user, and then startx -- :1, while logged in as myuser and running X on tty7, , but this somehow skips my default desktop manager (GDM3) and boot straight into LXDE (with no menus!). In /etc/X11/default-diplay-manager I have: /usr/sbin/gdm3 ? How do I get startx -- :1 to start a desktop manager?
Related 2nd question: When I did the above startx -- :1, it would start the X session in the same tty (e.g. tty2) where I was logged in when running the startx command. It used to be (in older Linux versions) that startx -- :1 would start an X session on tty8 (and the default would be :0 on tty7). Is this the (new) way things are supposed to work?
View 2 Replies
View Related
Oct 2, 2015
I use my netbook as a CLI typewriter basically. Is there any way to install a service or something that would monitor a certain folder and automatically sync documents to a remote server at say 5-10 minute intervals?
View 4 Replies
View Related
Jan 7, 2016
I'm brand new to Linux and perhaps foolishly jumped right into Debian (Jessie). I've managed to get Dropbox downloaded/installed/whatever the proper parlance is, but in order to access it I have to input Code: Select all~/.dropbox-dist/dropboxd. When I close the root terminal, Dropbox disappears.There's no icons in the menu. Likewise with GUFW. It might be superfluous since UFW seems to be active whenever I check it through the root terminal. Is there any way to configure Dropbox to start automatically and maintain its status even if the root terminal is closed? I've looked around these forums and the internet in general and not found any similar problems. Also, I installed Spotify but whenever I click the icon nothing happens.
View 8 Replies
View Related
Mar 6, 2016
The searchfunction in Gnome 3 does not find the files in my DropBox. When searching it does find the DropBox folder, but not the files contained in them.
Dropbox folder is placed in /home/myusr/
All other subcontent folders in the home directory does show up in gnome search,
Went through Google and DuckDuckGo but was unble to find out how to manually change the places that the searchfunction indexes.
View 0 Replies
View Related
Jan 17, 2015
I am wanting to get be able to upload and get stuff from dropbox on my powerpc install of wheezy. Debian does not have the app for powerpc machine in stable or testing. There is a thunar extension in sid but i do not want to risk breaking my system so I decided to grab the wheezy source and compile myself. I am sure I have all the dependencies however I am I am getting this error. See below
rican-linux@debian-ppc:~/Build/source/nautilus-dropbox-1.4.0$ debuild -us -uc
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: source package nautilus-dropbox
dpkg-buildpackage: source version 1.4.0-3
dpkg-buildpackage: source changed by Raphaël Hertzog <hertzog@debian.org>
[Code] .....
View 7 Replies
View Related