[Bug 224305] Re: oem-config thinks kde is gnome

2020-05-04 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/224305

Title:
  oem-config thinks kde is gnome

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/224305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 224305] Re: oem-config thinks kde is gnome

2020-03-05 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If
this is still an issue on a maintained version of Ubuntu please let us
know.

** Changed in: ubiquity (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/224305

Title:
  oem-config thinks kde is gnome

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/224305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 224305] Re: oem-config thinks kde is gnome

2009-07-16 Thread Colin Watson
** Package changed: oem-config (Ubuntu) => ubiquity (Ubuntu)

** Tags added: oem-config

-- 
oem-config thinks kde is gnome
https://bugs.launchpad.net/bugs/224305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 224305] Re: oem-config thinks kde is gnome

2008-06-30 Thread Loye Young
On Mon, Jun 30, 2008 at 8:45 AM, Colin Watson <[EMAIL PROTECTED]>
wrote:

> Checking is harder than you might hope.
>
>
The problem (as reported anyway) isn't really the desktop; the problem is
simply that oem-config-prepare is looking for gksudo to gain root
privileges, when kdesudo is installed.

A more general and stable solution is the following:

   1. in oem-config-frontend, create an x-sudo entry using
   update-alternatives, ;
   2. in oem-config-gtk and oem-config-kde, link gksudo or kdesudo (as the
   case may be) to x-sudo; and
   3. change oem-config to point to x-sudo instead of trying to figure out
   which desktop is installed.

Come to think of it, an even better and general solution would for gksu and
kdesudo to maintain a link to x-sudo. I'll file a bug-report.

Loye


-- 
Loye Young
Isaac & Young Computer Company
Laredo, Texas
http://www.iycc.net


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/15691700/unnamed

-- 
oem-config thinks kde is gnome
https://bugs.launchpad.net/bugs/224305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 224305] Re: oem-config thinks kde is gnome

2008-06-30 Thread Colin Watson
Checking is harder than you might hope. I don't want to check just
kubuntu-desktop or whatever; somebody might want to create another KDE-
based derivative (what about kubuntu-kde4-desktop, if nothing else?), or
somebody might want most but not all of the dependencies of kubuntu-
desktop. The GTK libraries are installed on Kubuntu too so you have to
be careful even with heuristics.

I'll see if we can provide a better default here, but you may still have
to preseed oem-config-udeb/frontend in some circumstances.

** Changed in: oem-config (Ubuntu)
   Importance: Undecided => Wishlist
   Status: New => Triaged

-- 
oem-config thinks kde is gnome
https://bugs.launchpad.net/bugs/224305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 224305] Re: oem-config thinks kde is gnome

2008-05-09 Thread Dale Jefferson
Found the fix, you need to pass

oem-config-udeb/frontend=kde

I don't see why oem-config can't check the correct desktop

-- 
oem-config thinks kde is gnome
https://bugs.launchpad.net/bugs/224305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 224305] Re: oem-config thinks kde is gnome

2008-04-29 Thread Dale Jefferson
Steps to reproduce if you don't have a pxe boot environment

Use the Minimal install CD
http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-i386/current/images/netboot/mini.iso

type at the prompt after the boot:

cli oem-config/enable=true tasks=kubuntu-desktop

After the install you will find KDE/Kubuntu installed and the oem-config
gke_ui

-- 
oem-config thinks kde is gnome
https://bugs.launchpad.net/bugs/224305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 224305] Re: oem-config thinks kde is gnome

2008-04-29 Thread Dale Jefferson
Preseed is fairly standard I pass kubuntu-desktop as a option in
pxelinux.cfg/default

LABEL hardy64-kde
kernel ubuntu/hardy/amd64/linux
append vga=normal initrd=ubuntu/hardy/amd64/initrd.gz locale=en_GB 
console-setup/layoutcode=gb netcfg/wireless_wep= netcfg/choose_interface=eth0 
netcfg/get_hostname=ubuntu oem-config/enable=true tasks=kubuntu-desktop 
url=http://192.168.0.10/config/ubuntu_preseed_hardy.cfg --

** Attachment added: "Preseed file"
   http://launchpadlibrarian.net/14020052/ubuntu_preseed_hardy.cfg

-- 
oem-config thinks kde is gnome
https://bugs.launchpad.net/bugs/224305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 224305] Re: oem-config thinks kde is gnome

2008-04-29 Thread Evan Dandrea
Can you please attach your preseed file, minus the password lines.

Thanks!

-- 
oem-config thinks kde is gnome
https://bugs.launchpad.net/bugs/224305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 224305] Re: oem-config thinks kde is gnome

2008-04-29 Thread Dale Jefferson

** Attachment added: "uname -a"
   http://launchpadlibrarian.net/14019193/uname

-- 
oem-config thinks kde is gnome
https://bugs.launchpad.net/bugs/224305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs