← Back to team overview

myunity team mailing list archive

[Bug 1009590] Re: Ubuntu 12.10 not supported version

 

I hope the developers won't slap me, but out of curiosity I tried fetching the source with
apt-get source myunity
cd /myunity-3.1.3
and replaced the code in #5 above with:
  IF Uversion <> "11.04" AND Uversion <> "11.10" AND Uversion <> "12.04" THEN 
    IF Uversion = "12.10" THEN
      FMessage.SimpleMessage("Ubuntu " & Uversion & "\n" & ("Horrible kluge, faking as 12.04"), "MyLogo_small.png", "dialog-error.png", "Close")
      Uversion = "12.04"
    ELSE
      FMessage.SimpleMessage("Ubuntu " & Uversion & "\n" & ("Sorry, Ubuntu release not supported."), "MyLogo_small.png", "dialog-error.png", "Close")
      QUIT 
    ENDIF
  ENDIF 

I then followed the instructions in INSTALL.rst (use sudo for the long
apt-get install line) up to and including 'make'.

./myunity

As far as I can tell, things still work ok at present, e.g. I changed
the launcher width, its transparency, etc.

At such an early stage (Alpha1) I guess this isn't surprising, but I
would expect later changes will break this hack, i.e. this cobbled
MyUnity will no longer be compatible with changes in the desktop config
files.  Usual disclaimers, you get to keep both halves, I offer a full
refund of what you paid me, yada yada.

Kudos to the MyUnity authors, I've never used Gambas, but that
INSTALL.rst file told me all that's needed.

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

Title:
  Ubuntu 12.10 not supported version

Status in MyUnity:
  Confirmed
Status in “myunity” package in Ubuntu:
  Confirmed

Bug description:
  Testing MyUnity on Quantal alpha1 Italiano. MyUnity doesn't starts
  because the 12.10 version is not in the support list yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: myunity 3.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic i686
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: i386
  CasperVersion: 1.317
  Date: Wed Jun  6 16:27:38 2012
  LiveMediaBuild: Ubuntu  "Quantal" - Build i386 LIVE Binary 20120606-13:35
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: myunity
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/myunity/+bug/1009590/+subscriptions


References