Monday 15 December 2014

Fedora 21 customisation dvd making - Two things I can't do


Two things I can't do at Fedora 21 customisation dvd making.
(1) Inclussion of dvd_codecs directly to the customised dvd through kickstarts file
libdvdcss2
libdvdcss
libdvdcss-devel

I got a message -
Error creating Live CD : Failed to build transaction : libdvdcss2-1.2.13-7.fc20.i686 requires /usr/sbin/ldconfig

(2) (i) Overriding the favorite desktop application in Dash
(ii) Enable categories in Gnome Shell

These two could be done in Fedora 20 very easily by

# Override the favorite desktop application in Dash
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'rhythmbox.desktop', 'bijiben.desktop', 'anaconda.desktop','libreoffice-writer.desktop', 'libreoffice-calc.desktop','vlc.desktop','brasero.desktop','gnome-terminal.desktop']

#Enable categories in Gnome Shell
-app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other']
+app-folder-categories=['Utilities', 'Games', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'wine-wine', 'Crossover', 'Crossover Games', 'Science', 'Education', 'Universal Access', 'Other']

FOE

In Fedora 21 /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override is bydefault

[org.gnome.shell]
enabled-extensions=['background-logo@fedorahosted.org']

And while at customisation with

#Override the favorite desktop application in Dash
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
enabled-extensions=['background-logo@fedorahosted.org']

favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'rhythmbox.desktop', 'bijiben.desktop', 'anaconda.desktop','libreoffice-writer.desktop', 'libreoffice-calc.desktop','vlc.desktop','brasero.desktop','gnome-terminal.desktop']

#Enable categories in Gnome Shell
-app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other']
+app-folder-categories=['Utilities', 'Games', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'wine-wine', 'Crossover', 'Crossover Games', 'Science', 'Education', 'Universal Access', 'Other']

FOE

I got the message

No such key '-app-folder-categories' in schema 'org.gnome.shell' as specified in override file '/usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override'; ignoring override for this key.
No such key '+app-folder-categories' in schema 'org.gnome.shell' as specified in override file '/usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override'; ignoring override for this key.

No comments:

Post a Comment