summaryrefslogtreecommitdiffstats
path: root/fedora-live-desktop.ks
Commit message (Collapse)AuthorAgeFilesLines
* live-desktop.ks: restore homedir permissions same way the other spins do itAdam Williamson2013-05-271-2/+4
|
* Make anacondaless spins work againMatthias Clasen2013-05-241-0/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=967013
* Drop im-chooser from desktop spinMatthias Clasen2013-05-161-1/+2
| | | | The functionality is in the control-center now
* desktop: Exclude system-config-printerKalev Lember2013-05-101-0/+3
| | | | Duplicates functionality with gnome-control-center's printer panel.
* Don't run gnome-initial-setup on the livecdMatthias Clasen2013-05-021-0/+4
|
* desktop: Sync the list of favourite apps with upstream GNOME ShellKalev Lember2013-04-061-1/+1
| | | | | | The two lists used to be the same, but have gotten out of sync over time. We need Anaconda to show up on the live media, otherwise the GNOME Shell's defaults work fine.
* Fix GDM auto-login for all GNOME-based spinsRichard Hughes2013-02-131-1/+1
| | | | | | | | | | | | | | | | | | | Using >> means we have a custom.conf file that looks like this: [daemon] ... [daemon] AutomaticLoginEnable=True AutomaticLogin=liveuser Which is the first reason why it's failing. Change the cat append to replace as the other sections are optional. Additionally, the livesys legacy service is not completing before gdm is being started, which means the config file is being read before it has been altered. This can be fixed by adding a LSB-style "X-Start-Before: display-manager" in the header of livesys.
* We don't need to disable the screensaver anymoreMatthias Clasen2013-02-131-10/+0
|
* remove nonexistent ibus-gnome3Bill Nottingham2013-01-291-4/+0
|
* Add libreoffice to desktop image. (#885693)Bill Nottingham2012-12-111-0/+1
|
* Match gnome comps changes.Bill Nottingham2012-10-111-2/+0
|
* Change spins to use the new desktop env groups rather than big lists of ↵Bill Nottingham2012-09-071-3/+3
| | | | | | packages. Tested composes; package set roughly eqiuvalent.
* @base was renamed; adjust kickstarts.Bill Nottingham2012-09-011-1/+1
|
* Desktop: Show a 'try-or-install?' window at live media log inKalev Lember2012-05-041-82/+7
| | | | | | The live media install notification was reimplemented as an actual window and the code is now in the Anaconda tree. Use this instead of the copy-pasted notification code that was in the kickstart file.
* Desktop: Display a notification for starting the installerKalev Lember2012-05-011-0/+82
| | | | | A git repo with anaconda-notification and anaconda-notification.desktop is currently set up at https://github.com/kalev/anaconda-notification
* Adapt to firefox desktop file name change in F17Kalev Lember2012-03-301-1/+1
| | | | | | | | Starting with firefox-7.0.1-3.fc17, the desktop file was renamed from mozilla-firefox.desktop -> firefox.desktop. https://bugzilla.redhat.com/show_bug.cgi?id=736558 https://bugzilla.redhat.com/show_bug.cgi?id=808497
* Don't ship gnome-shell extensions on the desktop spinMatthias Clasen2011-09-081-21/+4
|
* Xfce: Use auto-login instead of timed-login (#702749)Christoph Wickert2011-05-071-1/+1
|
* Desktop: disable lock-screen menu optionMatthias Clasen2011-04-041-0/+6
| | | | Screen locking is disabled anyway.
* live desktop: The patition image size needs to be bumped.Bruno Wolff III2011-03-301-0/+2
| | | | | | The 1 GB version of live desktop was using the default image size for CD sized images of 3 GB. This was no longer enough space to do the build.
* desktop: fix installer extensionRay Strode2011-03-291-1/+1
| | | | We were using the wrong api so it didn't work.
* Desktop: Make AutomaticLogin understood by accounts serviceMatthias Clasen2011-03-291-1/+1
| | | | | | | gdm doesn't care for upper- or lowercase, but the accountsservice currently only accepts 'True'. The upshot is that the liveuser does not appear to have autologin enabled in the user accounts panel in GNOME, when it really should.
* desktop: actually disable the updates pluginWilliam Jon McCann2011-03-231-0/+6
| | | | | We don't need updates to be installed on the live image. The method used in the live base doesn't work.
* desktop: prevent unintended failures in the livesys initscriptMatthias Clasen2011-03-231-12/+20
| | | | | Some of the tweaks we do there may fail if the packages containing the touched files are not present. Better be careful.
* Desktop: Don't use spawnDesktop in the shell extensionMatthias Clasen2011-03-161-2/+3
| | | | Its future is mirky
* change desktop file in menu to anaconda tooRay Strode2011-03-151-2/+2
| | | | | This is like the previous commit but for the menu, not the dash.
* change favorite in dash to be anaconda.desktop not liveinst.desktopRay Strode2011-03-151-1/+1
| | | | | This is to compensate for commit fb696616b70e3145f1a02a7c081244cd20c8cfe9
* rename liveinst.desktop to anaconda.desktopRay Strode2011-03-151-0/+3
| | | | | The shell requires the name to be the same as the wmclass of the initial window.
* Add live installer menu item to user menuRay Strode2011-03-151-0/+20
| | | | | | | | | | | | In the mockups here: https://live.gnome.org/GnomeShell/Design/Whiteboards/SystemStopRestart there is a way to install updates right above the suspend item. For an uninstalled livecd, installation is sort of analagous to updates on an installed system. This commit adds the installer to the user menu.
* Move live install launcher from desktop to dashRay Strode2011-03-151-7/+7
| | | | | | Since we don't show the desktop anymore, it doesn't make sense to put the livecd installer there. For now, put it as a favorite on the dash.
* Change screensaver configurationRay Strode2011-03-151-2/+5
| | | | It uses gsettings now instead of gconf
* Switch from timed to automatic login in desktop spinRay Strode2011-03-151-3/+2
| | | | | | | | Now that GDM no longer has language selection, there's little reason to use timed login. This commit changes the default config to use automatic login instead.
* Don't set no-longer-existing nautilus GConf keysMatthias Clasen2011-03-011-4/+0
| | | | nautilus is no longer showing desktop icons anyway...
* Desktop: Fix maintainer's email addressChristoph Wickert2011-02-021-1/+1
|
* Drop explicit festival reference, always remove smartmontoolsColin Walters2010-03-241-3/+2
|
* PackagKit-command-not-found is now in compsColin Walters2010-03-241-3/+2
|
* Rework live-base and desktop minimizationColin Walters2010-03-241-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | First, strip the "minimization" parts out of fedora-live-base.ks, and move them into fedora-live-minimization.ks. All previous consumers of fedora-live-base.ks are updated. The old fedora-live-base.ks was conflating two entirely different things: * A live-based image which can be used to install * Stripping some random bits to fit onto a CD The previous fedora-livecd-desktop is now fedora-live-desktop.ks. The new file fedora-livecd-desktop.ks is actually further minimizations on top of fedora-live-desktop.ks. Split up these two concepts so that fedora-live-desktop is *THE* desktop. What we expect everyone to have as a base, and the exact same set of packages should be installed by Standalone Anaconda (DVD) as well. Then, we have minimization hacks in fedora-live-desktop-cd.ks. Over time, we should be shrinking the default install and making it more just-in-time, by e.g. having many more things use the PackageKit library to pull in components as needed.
* Delete old files, add new ones.Jeroen van Meeuwen (Fedora Unity)2008-05-011-57/+0
|
* Some sample kickstartsJeroen van Meeuwen (Fedora Unity)2008-04-131-0/+57