Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

desktop file fixes #12

Merged
merged 3 commits into from
Jul 17, 2014
Merged

desktop file fixes #12

merged 3 commits into from
Jul 17, 2014

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Mar 25, 2014

rename also Exec line, completes #2

rename also Exec line, completes mate-desktop#2
this time desktop file path which is used to setup/remove autostart
@glensc
Copy link
Contributor Author

glensc commented Apr 6, 2014

as for the startup, i needed to install caja-dropbox.desktop in autostart dir, then it was started up normally, the extra startup script you created, is not necessary, the main desktop file does the same. caja-dropbox start -i, the -i tells to install missing ~/.dropbox-dist if missing

@glensc glensc changed the title fix Exec in desktop desktop fike fixes Apr 6, 2014
@glensc glensc changed the title desktop fike fixes desktop file fixes Apr 6, 2014
@glensc
Copy link
Contributor Author

glensc commented Apr 6, 2014

and the startup file is installed by installer, or can be done from commandline:
(but need to merge this PR, curent master is broken)

vagrant@pld ~/.config/autostart$ caja-dropbox autostart 
dropbox autostart [y/n]

options:
  n  dropbox will not start automatically at login
  y  dropbox will start automatically at login (default)

Note: May only work on current Ubuntu distributions.

vagrant@pld ~/.config/autostart$ ls -l ~/.config/autostart/*dropbox*
ls: cannot access /home/vagrant/.config/autostart/*dropbox*: No such file or directory

vagrant@pld ~/.config/autostart$ caja-dropbox autostart y

vagrant@pld ~/.config/autostart$ ls -l ~/.config/autostart/*dropbox*
-rw-rw-r-- 1 vagrant vagrant 283 Apr  6 13:28 /home/vagrant/.config/autostart/caja-dropbox.desktop

vagrant@pld ~/.config/autostart$ caja-dropbox autostart n

vagrant@pld ~/.config/autostart$ ls -l ~/.config/autostart/*dropbox*
ls: cannot access /home/vagrant/.config/autostart/*dropbox*: No such file or directory

vagrant@pld ~/.config/autostart$ 

@glensc
Copy link
Contributor Author

glensc commented Apr 6, 2014

downloader in current master downloads, but stop doing anything at 100% with some error on output:

vagrant@pld ~$ caja-dropbox start -i
Starting Dropbox...
** (process:4806): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:4806): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:4806): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
/usr/bin/caja-dropbox:351: GtkWarning: IA__gtk_progress_set_percentage: assertion 'percentage >= 0 && percentage <= 1.0' failed
  self.progress.set_fraction(fraction)

your changes in 195f833 came from where? seems like rewrite and your commit message is not helpful at all explaining what you exactly fixed, care to split that commit to smaller commits and create new PR?

@glensc glensc mentioned this pull request Apr 19, 2014
stefano-k added a commit that referenced this pull request Jul 17, 2014
@stefano-k stefano-k merged commit e4fa916 into mate-desktop:master Jul 17, 2014
@glensc glensc deleted the desktop branch July 17, 2014 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants