startkde script detects netbook and mobile twice

Bug #716160 reported by Nick Shaforostoff
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Kubuntu PPA
Expired
Undecided
Unassigned

Bug Description

in /usr/bin/startkde for KDE 4.6 the following lines are repeated twice:

# In Kubuntu start plasma-netbook if the screen is small or if "netbook" parameter were passed to startkde.
# Starting plasma-mobile if "mobile" parameter were passed to startkde
if [ -e /usr/share/kubuntu-netbook-default-settings/share/autostart/plasma-netbook.desktop ] ; then
  HEIGHT=`xdpyinfo | grep dimensions | awk '{print $2}' | sed s,.*x,,`
  CDROM=`udisks --dump | grep optical_cd`
  if `laptop-detect` && [ $HEIGHT -lt 700 ] && [ $HEIGHT -gt 0 ] && [ -z $CDROM ] || [ $1 = "netbook" ]; then
    if [ ! -e ~/.config/autostart/plasma-netbook.desktop ] || `grep -q Hidden=false ~/.config/autostart/plasma-netbook.desktop`; then
      echo Small screen resolution detected, using plasma-netbook;
      export KDEDIRS=/usr/share/kubuntu-netbook-default-settings/:/usr/share/kubuntu-default-settings/kde4-profile/default/
    fi
  fi
fi

# Starting plasma-mobile if "mobile" parameter were passed to startkde.
if [ -e /usr/share/kubuntu-mobile-default-settings/share/autostart/plasma-mobile.desktop ]; then
  if [ "$1" = "mobile" ] ; then
    # FIXME: Find a way to decrease the startup time when adding kubuntu-default-settings as fallback.
    export KDEDIRS=/usr/share/kubuntu-mobile-default-settings/:/usr/share/kubuntu-default-settings/kde4-profile/default/
  fi
fi

this is suboptimal

Tags: eol
Revision history for this message
Simon Quigley (tsimonq2) wrote :

Thank you for taking the time to report this bug and helping to make Kubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Kubuntu since that time you reported the bug and your problem may have been fixed with some of the updates. It would help us a lot if you could test it on a currently supported Kubuntu version. If you test it and it is still an issue, kindly upload the updated logs by running only once:
apport-collect 716160

and any other logs that are relevant for this particular issue.

Changed in kubuntu-ppa:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Kubuntu PPA because there has been no activity for 60 days.]

Changed in kubuntu-ppa:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.