Commit Graph

784 Commits

Author SHA1 Message Date
Peter Robinson 776275a4e2 SoaS: further live image startup fixes 2011-06-12 12:11:59 +01:00
Peter Robinson 8203f7b391 SoaS: further fixes for Sugar live image startup 2011-05-08 15:37:35 +01:00
Peter Robinson d41b9ca2c9 SoaS: futher live image fixes 2011-05-08 13:24:16 +01:00
Peter Robinson 9365e03f28 SoaS: change the default browser to one that works 2011-05-07 16:13:14 +01:00
Christoph Wickert ff93306010 Security: Final fixes for F15 2011-05-07 14:02:42 +02:00
Christoph Wickert bc9564a6d3 LXDE: java-1.6.0-openjdk-plugin -> icedtea-web 2011-05-07 13:40:02 +02:00
Christoph Wickert c3d4faa52f Xfce: Use auto-login instead of timed-login (#702749) 2011-05-07 00:20:10 +02:00
Christoph Wickert fe7fed09fa LXDE: Fix pcmanfm autostart call to show the wallpaper 2011-05-06 11:04:53 +02:00
Bruno Wolff III a69e5d7eb3 Set version for master branch to 0.16.0.
Don't want to forget this later.
2011-05-02 23:56:35 -05:00
Bruno Wolff III 89f75cfc5c Add security and kde-base ks files. 2011-05-02 23:54:45 -05:00
Bruno Wolff III 9d7a7ac145 Broffice spin is no longer needed. 2011-05-02 23:53:16 -05:00
Bruno Wolff III 7ce33d2aed Master branch is now following rawhide. 2011-05-02 23:11:40 -05:00
Bill Nottingham c4346cc171 Replace obsolete java-1.6.0-openjdk-plugin with current icedtea-web. 2011-04-18 11:00:02 -04:00
Christoph Wickert 024cf2aa7e Xfce: remove hal-storage-addon, it's no longer needed 2011-04-16 18:07:07 +02:00
Christoph Wickert 90b9d84981 Xfce: Clean-up and cosmetic fixes 2011-04-16 18:05:08 +02:00
Christoph Wickert 4e6a805d07 Xfce: java-1.6.0-openjdk-plugin -> icedtea-web 2011-04-16 17:36:26 +02:00
Christoph Wickert 9a3d0a4923 Xfce: Drop gtk-theme-engine-clearlooks 2011-04-16 17:35:22 +02:00
Peter Robinson d986597f72 SoaS: numerous fixes to the SoaS live image ks 2011-04-15 17:59:26 +01:00
Peter Robinson 59231b8360 SoaS: explicitly provide firstboot(windowmanager) 2011-04-14 23:11:22 +01:00
Peter Robinson 1938cc03c6 SoaS: Create a default gnome keyring - should fix RHBZ # 649013 2011-04-11 15:48:19 +01:00
Peter Robinson 34d89406d7 SoaS: enable new Activities in the home view 2011-04-11 15:46:57 +01:00
Bruno Wolff III 8eb4d52259 qa-testday: Resolve overriding of favorite-apps issue
favorite-apps was set in persistant config for qa-testday, but only for
the live enviroment in live-desktop. The latter happens later since it
happens at run time, not build time. So a new section was added to
do a runtime override as well so the the qa-testday favorites are used
both in the live environment and after a test install.
2011-04-10 16:27:52 -05:00
Bruno Wolff III df72cdca24 qa-testday: %post sections are not run in the order I expected.
Both qa-testday.ks and fedora-live-desktop.ks were trying to modify
/usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
by appending to the end of it. However, even though fedora-live-desktop.ks
was %included at the start of qa-testday.ks, the %post section from
fedora-live-desktop.ks was run second, so that its favorite-apps setting
was taking prference.

So I am going back to including a vender string in the name of the
override file. This seems to result in the config from qa-testday.ks
taking precedence. But I don't know if this is based on alphabetic
ordering by filename or just random happenstance. I have a question
pending on the kickstart list to see if I can get more information
on %post ordering.
2011-04-10 10:39:47 -05:00
Bruno Wolff III 9a9545c41f qa-testday: Add favorites to the same override file desktop uses.
It looks like the override for favorites working depending on the
override file from qa-testday being processed after that from
live-desktop. It worked in testing, but might not work later.
So instead use append and the same name. This will put the qa-testday
definition after the live-desktop one in the same file.
2011-04-10 08:39:47 -05:00
Bruno Wolff III 72f0d81e1a Merge branch 'qa' 2011-04-10 00:03:02 -05:00
Bruno Wolff III ae3d38155c qa-testday: Make a local liveinst.desktop
For some reason I don't know right now, the installed liveinst.desktop
gets renamed to anaconda.desktop in live-base. So until I know if that
should really be done differently, I'm adding a local one.
2011-04-09 21:00:05 -05:00
Bruno Wolff III 056803cac5 Add missing line to testday-wiki favorite. 2011-04-09 20:57:02 -05:00
Bruno Wolff III ea3c728d69 Adjust tweaking prerequisites to include zip and unzip. 2011-04-09 19:42:01 -05:00
Bruno Wolff III ccb24e2e7b qa-testday: Need to override welcome page a different way. 2011-04-09 19:01:49 -05:00
Bruno Wolff III ae20b8bcfb qa-testday: Remove unneeded encoding definition. 2011-04-09 18:55:29 -05:00
Bruno Wolff III 974c944b2f qa-testday: Add back install to hard drive favorite 2011-04-09 18:54:01 -05:00
Bruno Wolff III 21a1ab03f1 qa-testday: Make comment reflect favorite instead of link. 2011-04-09 18:49:13 -05:00
Bruno Wolff III d3a88a6af5 qa-testday: Link desktop entries don't work, use app entry instead. 2011-04-09 18:48:09 -05:00
Bruno Wolff III 54f86c48a7 qa-testday: Replace firefox favorite with test day wiki favorite. 2011-04-09 18:46:43 -05:00
Bruno Wolff III 998da55f54 qa-test-day: override urls don't stick, try to ignore them instead. 2011-04-09 17:02:03 -05:00
Bruno Wolff III 008df75ef7 qa-test-day: skel is in /etc not /usr. 2011-04-09 16:45:40 -05:00
Bruno Wolff III 07e9368347 qa-test-day: Remove reference to deleted favorite. 2011-04-09 16:10:18 -05:00
Bruno Wolff III 0b9063fdad qa-test-day: The new directory for favorites needs to be created. 2011-04-09 15:28:12 -05:00
Bruno Wolff III 1ce7a7bfad qa-test-day: Remove redundant firefox favorite 2011-04-09 15:26:40 -05:00
Bruno Wolff III f5653f7bb2 qa-test-day: Account for favorites search path 2011-04-09 15:24:35 -05:00
Bruno Wolff III 3b1b41ea36 qa-test-day: It looks like empty urls need to be quoted. 2011-04-09 15:17:00 -05:00
Christoph Wickert cbc726f13b Xfce: It's epdfview, not epdf 2011-04-09 21:52:22 +02:00
Christoph Wickert 54d16acb6e Xfce: Add gnumeric again, switch from evince to epdf and from gcalctool to galculator 2011-04-09 21:51:23 +02:00
Christoph Wickert e46a627ceb Xfce: Switch back to GDM 2011-04-09 21:49:04 +02:00
Christoph Wickert ba70d3bcfb Xfce: Don't configure settings for root as login is disabled anyway 2011-04-09 21:43:32 +02:00
Bruno Wolff III f3a46f0631 Fix up the key value favorites override file. 2011-04-09 13:43:21 -05:00
Bruno Wolff III fd0752d245 Suppress first run pages for firefox. 2011-04-09 13:35:03 -05:00
Bruno Wolff III f32212bb3e The startup page should be changed in the branding area. 2011-04-09 11:41:54 -05:00
Bruno Wolff III 6308e3e455 glib-compile-schemas doesn't have a default.
I incorrectly assumed glib-compile-schemas would default to the system
schemas, but it turns out I need to explicitly name the directory.
2011-04-09 09:52:02 -05:00
Bruno Wolff III 7020ce3cac Remove unzip option included by mistake. 2011-04-09 08:42:53 -05:00