Elive

ID Opened Last Edited Task Type Summary Status  asc Opened by Progress Due In Version
7542020-12-082020-12-20Bug Reportelive-multiscreens | "Screen settings" not starting pro...UnconfirmedChrisPHL
0%
Task Description

I’ve just installed Elive 3.0.6 on an old Mac Mini (Core2Duo).
Since I want to make use of it as a media center, I connected to my TV. Because of the TV’s overscan function I cannot see the edges of the screen. :-/ When trying to start “Screen settings” I get two dialogs before nothing further happens:
1st:
Information
Use the next tool to configure your screens. If you want that Elive use it when starting the system you need to save the configuration.

There’s just an OK button, I click it:

2nd:
Question
You don’t have saved any configuration, so Elive cannot use it to remember your screens setup. Do you want to try again? You need to select the option to ‘Save As’ and type a desired name in the default location.

I can click No|Yes but whatever I do that’s it. No Screen setup window pops up.

When I manually start “Screen settings” from command line using “elive-multiscreens” I get the following python stack trace after clicking OK on the first dialog:

File "/usr/bin/arandr", line 42, in <module>
  main()
File "/usr/lib/python2.7/dist-packages/screenlayout/gui.py", line 318, in main
  force_version=options.force_version
File "/usr/lib/python2.7/dist-packages/screenlayout/gui.py", line 159, in __init__
  self.filetemplate = self.widget.load_from_x()
File "/usr/lib/python2.7/dist-packages/screenlayout/widget.py", line 93, in load_from_x
  self._xrandr.load_from_x()
File "/usr/lib/python2.7/dist-packages/screenlayout/xrandr.py", line 150, in load_from_x
  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))
File "/usr/lib/python2.7/dist-packages/screenlayout/auxiliary.py", line 53, in __new__
  arg = tuple(arg)
File "/usr/lib/python2.7/dist-packages/screenlayout/xrandr.py", line 150, in <genexpr>
  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))

ValueError: invalid literal for int() with base 10: ‘1080i’

I’m able to circumvent the error by exchanging line 150 of with these lines:

              try:
                  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))
              except ValueError as e:
                  print("Error on parsing screen sizes.", e)

After that the “Screen Layout Editor” opens and shows my display configuration.
Unfortunately there’s no easy way to just circumvent the TV’s overscan.

Please let me know if you need any further information on that issue.

7592022-01-312023-07-30Bug ReportAfter auto-upgrading, 'elive-browser-on-ram' does not c...Unconfirmedtriantares
0%
Task Description

This is on 3.8.20 Buster based installation.

After a reboot, Elive updates and ….. offers to run browser from RAM. As the machine is low on RAM, I opt ‘cancel’ but the script runs anyway. There’s no way to cancel other than NOT selecting a browser to alter.

When starting from the commandline the script does quit immediately using the zenity ‘cancel’ button.

7622022-09-112022-09-11Bug Reportintel wifiUnconfirmedeshep
0%
Task Description

[issue]
Boot normal via either kernel, wireless card (intel 9260) not detected. Card appears in lspci but is not detected during boot.

[fix]
Boot with `intel_iommu` enabled.

7642023-08-082023-08-08Bug ReportFails to open folders - GUI, Retro in BoxesUnconfirmedsscorpio
0%
Task Description

From the dock (shortcuts), and click-screen menu, clicking to open folders/directory crashes the whole system back to the login screen. Logs in fine, then repeats when attempted. Besides terminal, I have not been able to successfully open it. It is fully updated, which had to be done in terminal as the software centre would not execute “Restart & Upgrade” after the download.
I am running Retro in Gnome-Boxes before going to metal. Everything else has seemed to be working as expected.

7562021-03-292021-03-29Feature RequestPower management configuratorNewthanatermesis
0%
4.0 Task Description

Elive needs a power management configurator for things like:

- behaviour for LID, autodetect also if the HD is mechanic in order to tell the user the dangers of keep runing the computer with the lid closed using those disks
- cpu speeds
- others?

7612022-02-092022-02-09Bug ReportAuto hibernate featureNewthanatermesis
0%
Task Description

In the stable version the computer automatically suspend / hibernate on low battery, I think we don’t have this feature in new versions of Elive since we don’t use e17 here, so implement this feature, using:

/etc/laptop-mode/conf.d/auto-hibernate.conf

TODO:
* use elive-pm tool
* feature elive-pm to create a temporal swap file if there’s no swap partition
* auto-detect we are not using the E17 (or other) feature
* what if we are in live mode?
* what if battery doesn’t works (dead battery, wrong number, or always to 0)

7602022-02-012022-02-01Bug ReportPalemoon should be installed from external repoResearchingthanatermesis
0%
4.0 Task Description

Just like google chrome, palemoon should be installed from an external repo mode, this will avoid having outdated versions lying out with the want to downgrade too

 7 2006-06-302006-09-09Bug Report Slider widget "greys out" on restart Closedprimate
100%
Task Description

Certian programs that are in the slider window “grey out” on a quick restart of Elive. I have seen Azureus and Firefox do this. This is all I know, try it out. Does anyone know a way to debug this? Thanks, later.

 14 2006-07-032007-04-01Feature Request Media is mounted with noexec option Closedgagarine
100%
Elive 0.5+ dev Task Description

When I put a usb key for exemple elive mount it on /media/XXX with the user option. Is not realy a bug but the user option implies noexec, nosuid, et nodev option. I think noexec is not a cool option because I have often program on my key and is not a security because you can start a script for exemple like this /bin/sh ./script.sh. my proposition keep the user option but remove noexec. more information here → http://linuxfr.org/forums/15/7853.html (french)

 15 2006-07-162006-07-19Bug Report Quick Key Combo: Ctrl+Alt+Ins = 2 terminals Closedprimate
100%
Task Description

Try it out, I get two terminals directly over top of each other. I think some people might not have an “Ins” or Insert key, does anyone have a different default key that they use to bring up a term (x2) window?

 17 2006-07-192006-09-09Bug Report CDripping problems. cdda2wav is not working, cdparanoia ...Closedunduality
100%
Task Description

In Elive (cvs20060516) there is problems with cdripping. cdda2wav is not working, cdparanoia is painfully slow. (To rip 1 CD in elive takes 80 minutes on my old debian install on the same computer it took less then 10 min) Ubuntu-users has reported similar problems.

 22 2006-09-102007-04-01Feature Request GTK Theme suggestion for Night look Closedlontra
100%
Task Description

The current default GTK theme for the Night look is too dark in my opinion. OO.org2 has a dark background with blueish font colour which is a bit distrasting and hard on the eyes.
I found the following Neos theme at...

http://www.gnome-look.org/content/show.php?content=24229

It still maintains that dark look while allowing gtk applications to still have the traditional white background with black font. It also has nice rounded window borders.

 23 2006-09-102007-04-01Bug Report IPod causes two instances of Thunar to start Closedlontra
100%
Task Description

When I plug in my IPod it causes two instances of Thunar to open. This is a rather trivial, but annoying bug, as I immediately have to close one instance of Thunar and click cancel when it asks me to if I wish to unmount the device.
I think it would be better if Thunar didn’t open when I insert my IPod. Instead GTKPod could handle IPods and other mp3 players by default instead of Thunar as most people won’t use Thunar for IPod management (as it can’t sync, read, etc.) only GTKPod.

 26 2006-09-152008-09-11Bug Report Xpad writes wrong coordinates to config when exiting e1 ...Closedmarko
100%
Task Description

When Xpad notes are open on screen 1 and E16 is exited from screen 2, negative coordinates are written to the xpad config file. On restart, notepads are not visible on either screen.

example X coord -255

 31 2006-09-272006-09-28Bug Report x-www-browser alternatives Closedbroadcast
100%
Task Description

Cuando instalas el opera no hay ninguna manera de recuperar el enlace de firefox para hacerlo el navegador por defecto. Hay la forma manual:

rm /etc/alternatives/x-www-browser ; ln -s /usr/bin/firefox /etc/alternatives/x-www-browser/x-www-browser

Esto tecnicamente tendria que hacerlo automaticamente al volver a eliminar el opera.

 34 2006-10-132006-11-06Bug Report Booting from Firewire DVD-Recorder not possible. ClosedTalyzP
100%
Task Description

The live cd does not boot from a firewire dvd-recorder; at least not the one which came with my Acer Travelmate 3012wtmi.

Both Debian and Ubuntu boot with no problem at all (Debian used to have the same problem before, though) and in Gentoo, it works when the “doscsi” kernel argument is passed. I have not successfully booted Elive with this drive, however.

I don not think this will be a problem very hard to fix; it just needs to be detected ;).

I will try the latest Elive as well (downloading now) and report, but I don not expect it to work, since this bug is not mentioned on the “Fixed Bugs” list.

/ / Talyz / /

 38 2006-10-192006-11-06Bug Report entangle/ e17genmenu missing from default e17 menus Closeddanboid
100%
Task Description

entangle and e17genmenu missing from default e17 menus. e noobs could well be put off by this, thinking they can’t edit the menus and the shortcut bar, at least not graphically. You have to know about entangle to use it to add itself to the e17 menus.

A shortcut to e17genmenu would be nice too.

 40 2006-10-192007-02-12Feature Request real-time, low latency kernel support Closeddanboid
100%
Task Description

I was very happy to see both qjackctl and zynaddsubfx as part of the default elive packages so I presumed it was also going to come with a real-time kernel as I heard that, as of 2.6.18, this has entered the mainline kernel code. Sadly this doesn’t seem to be the case.

This is the biggest missing feature in elive for me, and other wannabe Linux musicians too I’d think. If real-time support can’t be enabled it the primary elive kernel for whatever reason then it would be great if it came with a second, rt-enabled one too.

 43 2006-11-262006-12-02Bug Report Icedove and Thunderbird are installed Closedlontra
100%
Task Description

Icedove and Thunderbird are both installed by default on Elive 0.5.3. Thunderbird should be removed in favour of Icedove as this is the version that Debian is using. On a related note, maybe the Icedove icon should be replaced with one of the icons from https://wiki.ubuntu.com/IceDoveIcon or one from gnome-look.org because I’m not sure if you can ship that icon without Thunderbird.

 44 2006-11-262007-04-01Bug Report gtkpod fails to start Closedlontra
100%
Task Description

gtkpod fails to start with the following error.

lontra@elive[~]$ gtkpod
* glibc detected * malloc(): memory corruption (fast): 0x0845dd60 ***
Aborted

 45 2006-11-262007-04-01Bug Report 0.53 unstable and fglrx driver fail Closedjtouso
100%
Task Description

Elive 0.53 unstable using fglrx driver option....fails and the screen rest black and any key or combination works.
Just after choosing between ati driver options.
With 0.51 unstable works well.
My pc: AMD 1000, ATI-9550 and Compaq 17” monitor.
Help
Jose

 46 2006-11-292007-03-31Bug Report System Hangs when using the Internet Closedelr77
100%
Task Description

This is by far my favourite Linux distro Thanks.

The Bug
System hangs(with mouse pointer disappearing) on my IBM Thinkpad T22 (P3, 512mb ram) every time I use the internet. Problem occurs in both e16 and e17(more frequently here) versions of elive 0.4, 0.5 all and so far on Revolution livecd.

I don’t know if its elive, firefox or just a general problem with Debian and the Thinkpad.

 47 2006-11-302007-04-01Bug Report GTKPod should probably be in Audio submenu Closedlontra
100%
Task Description

GTKPod is under found under utils → file manager. I think it makes more sense to put GTKPod in Audio as it’s used for audio. This is just a suggestion.

 48 2006-12-092007-04-01Bug Report Wireless bcm43xx driver unusable Closedentr0py
100%
Task Description

The driver for bcm43xx(broadcom 4318) is buggy(unusable), the best way is using ndiswrapper and windows*sic* drivers, contact me if you need something!

 49 2006-12-122007-04-14Bug Report Change of keyboard layaut blocks keyboard ClosedYasen6275
100%
1 Task Description

Chosing keyboard layout diferent from english switches direktly to it. And loging becomes inposible. I think there should be some hot key for swutching between english and other kayboard layout.

 51 2006-12-272008-09-11Bug Report Rage 128 Pro driver selection ClosedElora
100%
 52 2007-01-012008-03-04Bug Report shares-admin-manager ClosedMtraker
100%
 53 2007-01-022007-04-08Bug Report module mount trouble Closedconny
100%
 55 2007-01-022007-04-01Feature Request ALSA/ESD share inputs to mixer Closedconny
100%
 57 2007-01-032007-04-01Bug Report computer slowdown during wifi configuration Closedrevdjenk
100%
 58 2007-01-072007-08-19Bug Report 2 Wire pcmcia tarjeta wifi Closedschakal_0
100%
 59 2007-01-102007-04-01Bug Report Source package not available Closedddy
100%
 60 2007-01-102007-04-01Bug Report MPlayer plugin for Firefox/Mozilla Closedconny
100%
 61 2007-01-152007-04-01Bug Report The option of placing GRUB on the root partition upon i ...Closedcyberdoud
100%
 63 2007-01-182007-04-14Bug Report keyboard entry and mouse clicks disabled in .6.1 Closedrevdjenk
100%
 64 2007-02-032007-08-19Feature Request !!! READ!!! FINALLY WORKING IBM T30 WITH EVERYTHING!!!  ...Closedconny
100%
 65 2007-02-102008-03-04Bug Report Soundcards autoswitch and chosing card from program set ...Closedconny
100%
 66 2007-02-102007-08-23Bug Report network manager strange behaving Closedconny
100%
 68 2007-02-152007-05-28Bug Report bin files download Closedconny
100%
 70 2007-02-172007-08-21Bug Report [polish] - some polish national signs shows up as boxes ClosedMaxximilian
100%
1
 71 2007-02-172008-09-11Bug Report [polish] - ntfs directories which has polish national s ...ClosedMaxximilian
100%
 72 2007-02-232007-04-08Bug Report key binding settings ClosedMtraker
100%
 73 2007-03-042007-04-01Bug Report icon selector piles up folders Closedassasukasse
100%
 74 2007-03-042008-12-14Bug Report num lock doesn't work Closedassasukasse
100%
 75 2007-03-042007-04-01Feature Request installed program doesn't give menu entries Closedassasukasse
100%
 76 2007-03-042007-04-01Feature Request please add a gimp unstable package Closedassasukasse
100%
 77 2007-03-072007-04-08Bug Report entrance doesn't always boot properly Closedelr77
100%
 78 2007-03-072008-03-04Bug Report Mplayer crashes when closing thunar Closedassasukasse
100%
 79 2007-03-102008-03-05Bug Report thunderbird SMTP Closedconny
100%
 80 2007-03-122007-04-01Bug Report Broadcom WIFI Freeze ClosedGPLGeek
100%
Showing tasks 1 - 50 of 755 Page 1 of 16

Available keyboard shortcuts

Tasklist

Task Details

Task Editing