Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 640477 Details for
Bug 872694
cinnamon missing dependency for gnome-panel which is requried for the cinnamon-menu-editor
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch #2 to enable/disable menu editor if gnome-panel dep is missing
cinnamon_fileutils_menuedit.patch (text/plain), 614 bytes, created by
jeviolle
on 2012-11-07 23:54:46 UTC
(
hide
)
Description:
Patch #2 to enable/disable menu editor if gnome-panel dep is missing
Filename:
MIME Type:
Creator:
jeviolle
Created:
2012-11-07 23:54:46 UTC
Size:
614 bytes
patch
obsolete
>--- /usr/share/cinnamon/js/misc/fileUtils.js.orig 2012-11-07 18:31:50.173058293 -0500 >+++ /usr/share/cinnamon/js/misc/fileUtils.js 2012-11-07 18:43:59.623176283 -0500 >@@ -45,6 +45,12 @@ > deleteGFile(dir); > } > >+ >+function testMenuEditDeps() { >+ let gnomePanelReq = Gio.file_new_for_path("/usr/bin/gnome-desktop-item-edit"); >+ return gnomePanelReq.query_exists(null); >+} >+ > function getUserDesktopDir() { > // Didn't find a function returning the user desktop dir, so parsing the user-dirs.dirs file to get it > let userdirsFile = Gio.file_new_for_path(GLib.get_home_dir()+"/.config/user-dirs.dirs");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 872694
:
640476
| 640477