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

tomboy: init at 1.15.7 #22589

Merged
merged 1 commit into from
Feb 9, 2017
Merged

tomboy: init at 1.15.7 #22589

merged 1 commit into from
Feb 9, 2017

Conversation

stesie
Copy link
Member

@stesie stesie commented Feb 9, 2017

Motivation for this change

I was missing Tomboy from nix repo, hence adding it, as it is a useful note-taking application that allows for note formatting and synchronization.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

I declared it platforms = platforms.linux instead of maybe all; as it is based on mono it theoretically should work fine on e.g. macOS, but I don't have the hardware at hand, so cannot test...

@mention-bot
Copy link

@stesie, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zraexy, @zimbatm and @peti to be potential reviewers.

@zimbatm zimbatm merged commit f800a4b into NixOS:master Feb 9, 2017
@fpletz
Copy link
Member

fpletz commented Feb 9, 2017

This fails for me in a nix-shell:

$ tomboy 

Unhandled Exception:
GLib.GException: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: GetIOR failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.GConf was not provided by any .service files)
  at GConf.Client.GetConnections (System.String dir) [0x00000] in <filename unknown>:0 
  at GConf.Client.AddNotify (System.String dir, GConf.NotifyEventHandler notify) [0x00000] in <filename unknown>:0 
  at Tomboy.GConfPreferencesClient.AddNotify (System.String dir, Tomboy.NotifyEventHandler notify) [0x00000] in <filename unknown>:0 
  at Tomboy.Preferences.get_Client () [0x00000] in <filename unknown>:0 
  at Tomboy.Preferences.Get (System.String key) [0x00000] in <filename unknown>:0 
  at Tomboy.TomboyTray.MakeTrayNotesMenu () [0x00000] in <filename unknown>:0 
  at Tomboy.TomboyTray..ctor (Tomboy.NoteManager manager) [0x00000] in <filename unknown>:0 
  at Tomboy.TomboyTray..ctor (Tomboy.NoteManager manager, ITomboyTray tray) [0x00000] in <filename unknown>:0 
  at Tomboy.TomboyTrayIcon..ctor (Tomboy.NoteManager manager) [0x00000] in <filename unknown>:0 
  at Tomboy.Tomboy.StartTrayIcon () [0x00000] in <filename unknown>:0 
  at Tomboy.Tomboy.Main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: GLib.GException: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: GetIOR failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.GConf was not provided by any .service files)
  at GConf.Client.GetConnections (System.String dir) [0x00000] in <filename unknown>:0 
  at GConf.Client.AddNotify (System.String dir, GConf.NotifyEventHandler notify) [0x00000] in <filename unknown>:0 
  at Tomboy.GConfPreferencesClient.AddNotify (System.String dir, Tomboy.NotifyEventHandler notify) [0x00000] in <filename unknown>:0 
  at Tomboy.Preferences.get_Client () [0x00000] in <filename unknown>:0 
  at Tomboy.Preferences.Get (System.String key) [0x00000] in <filename unknown>:0 
  at Tomboy.TomboyTray.MakeTrayNotesMenu () [0x00000] in <filename unknown>:0 
  at Tomboy.TomboyTray..ctor (Tomboy.NoteManager manager) [0x00000] in <filename unknown>:0 
  at Tomboy.TomboyTray..ctor (Tomboy.NoteManager manager, ITomboyTray tray) [0x00000] in <filename unknown>:0 
  at Tomboy.TomboyTrayIcon..ctor (Tomboy.NoteManager manager) [0x00000] in <filename unknown>:0 
  at Tomboy.Tomboy.StartTrayIcon () [0x00000] in <filename unknown>:0 
  at Tomboy.Tomboy.Main (System.String[] args) [0x00000] in <filename unknown>:0 

@zimbatm
Copy link
Member

zimbatm commented Feb 9, 2017

@fpletz what window manager do you use? It's possible that tomboy has a strict dependency to Gnome which I am using.

@fpletz
Copy link
Member

fpletz commented Feb 9, 2017

Hmm, right. I'm using i3. The problem is that my session's dbus instance can't find the service file of gconf to start it. This would probably be fixed after adding gnome3.gconf to environment.systemPackages so the service files get linked. After starting gconfd-2 manually, it works.

@zimbatm
Copy link
Member

zimbatm commented Feb 9, 2017

yeah that's annoying. I'm not sure whose responsibility that should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants