-
Notifications
You must be signed in to change notification settings - Fork 0
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
stuck with introcuctory message #2
Comments
Hmm... what OS / gedit version are you using? |
Just updated to fedora 28 and it comes with gedit 3.28.1 |
I'll see if I can reproduce it in a VM. |
I'm not on top of how ex-mortis works, but I had to create the plugin folder. How is the list of files stored between sessions? Could it be as simple as a missing folder? I hope it is reproducible, but am afraid it isn't. My installation has jumped from release to release several times. |
It's stored in gsettings (in /com/thingsthemselves/gedit/plugins/ex-mortis), you can view the settings using dconf-editor. |
It is there. restore-windows is a string array. As long as gedit runs it contains 'window0'. This seems independent on the number of files I have open. When gedit closes or I toogle restore-between-sessions it becomes empty. |
I haven't been able to reproduce this issue yet... Do you have any other gedit plugins installed/activated? |
I do. This is my first third-party plugin though. Here is a list: When locking into the log trying to understand this problem I think Dashboard was also acting up. I will try to disable it. |
That's it. Code Comment |
Reactivating Dashboard makes the error come back |
I see... I'll look into how the two plugins are conflicting. |
It appears the Dashboard plugin hasn't been updated to work with the 3.12 redesign. (I get this error when I open a new tab, and I don't see any dashboard-like functionality.) Rather than try to get Ex-Mortis working with the Dashboard plugin as it is, I think it would be better to add a note to the readme, letting others know of the conflict and to disable the Dashboard plugin. I can revisit this issue if the Dashboard plugin is updated to work with current versions of gedit. (If the Dashboard plugin works for you now, please let me know.) Thanks for filing this issue and investigating 😄 |
For what it's worth, I completely agree. The presence of the Dashboard plugin was leftovers from before... No tears shed disabling it... |
just for instance - the dashboard plugin doesnt have been updated since then. |
I'm experiencing this issue and I do not have Interestingly, it only happens when I launch gedit from the gnome-shell dash. My tabs are restored correctly when launching gedit from terminal. |
Narrowed it down to incompatibility with the |
@kueblc Does the zeitgeist plugin still work? (Or necessary? I thought GNOME Shell just tracks everything 😂) Aside from some repo-wide cleanup it doesn't appear to have been updated since 2015. I'll try to find some time to test it soon, but I can't make any promises. |
To be honest I'm not sure if it still works or if it's necessary. I figured I needed Thanks for your efforts, truly appreciated. |
@kueblc Thanks for your report - I've updated the readme 😄 I still plan on looking into zeitgeist (and now dashboard as well). If there are defensive things ex-mortis can do to avoid conflicts then it should do so. |
After following the installation instructions I'm stuck with the blue banner stating that "This window cannot be reopened if closed. Restart gedit to fully enable Ex-Mortis ..." It does not seem to matter how many times I restart gedit.
Is there an easy way to debug this?
The text was updated successfully, but these errors were encountered: