Elive

ID Opened Last Edited Task Type Summary Status  desc Opened by Progress Due In Version
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

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)

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.

 663 2017-11-302018-05-06Feature Request Easy uninstall Closedgrottem
100%
4.0 Task Description

on the menu when you want to uninstall an app right click with a drop down and uninstall

 742 2020-02-012020-06-26Betatesting Make Eltrans work again Closedstoppy98
100%
4.02 Task Description

Eltrans was the easiest way to get big parts of the os translated for free. It needs to go live again, so what is the problem that prevents it from working? Is there any way we could write a new version of it so you do not need to waste your time? In that case, what are your requiremetns and what kind of interface should we give it so that it can just be put in place of the older one?

 205 2008-06-292009-07-07Bug Report ghost applications in menus of 1.7.7 Closedassasukasse
100%
2.0 Task Description

Some application which are not installed show anyway in elive menu: blender, cinelerra and a few others.
Clicking on them results in an error.

 234 2008-09-202009-07-07Feature Request a user and group GUI manager is absolutely needed Closedassasukasse
100%
2.0 Task Description

Elive lacks a GUI for managing users and groups.

 259 2008-10-122009-03-12Feature Request SAMBA system (Shared folders) Closedthanatermesis
100%
2.0 Task Description

Create a system of Shared folders using Samba

 277 2008-10-282009-07-07Feature Request XMMS m4a plugins could be added Closedassasukasse
100%
2.0 Task Description

It would be nice to add the files for playing m4a sound files:
i was able to play right after adding the two plugin files (.so) to the xmms plugin directory
i would suggest to avoid compilation and take the precompiled plugins

here is the source page http://fondriest.frederic.free.fr/realisations/

 293 2008-11-112017-08-25Feature Request Gdebi should notice user when installing manually packa ...Closedassasukasse
100%
3.0 Task Description

installing unofficial packages is a very bad practice, it can broke the system. We need to notice the user with a popup in gdebi about this issue.

 315 2008-12-032009-01-19Bug Report Brasero can't burn DVD Closedassasukasse
100%
2.0 Task Description

Brasero can’t burn any dvd:

Checking session consistency (brasero_burn_check_session_consistency burn.c:1785)
BraseroGrowisofs called brasero_job_get_action
BraseroGrowisofs getting varg
BraseroGrowisofs called brasero_job_get_action
BraseroGrowisofs called brasero_job_get_input_type
BraseroGrowisofs called brasero_job_get_flags
BraseroGrowisofs called brasero_job_get_speed
BraseroGrowisofs called brasero_job_get_device
BraseroGrowisofs called brasero_job_get_action
BraseroGrowisofs called brasero_job_get_session_output_size
BraseroGrowisofs called brasero_job_get_input_type
BraseroGrowisofs called brasero_job_get_fd_in
BraseroGrowisofs called brasero_job_get_current_track
BraseroGrowisofs called brasero_job_get_input_type
BraseroGrowisofs called brasero_job_get_tmp_dir
BraseroGrowisofs called brasero_job_get_action
BraseroGrowisofs called brasero_job_set_current_action
BraseroGrowisofs got varg:
	growisofs
	-use-the-force-luke=notray
	-use-the-force-luke=dao
	-dvd-compat
	-speed=4
	-use-the-force-luke=tty
	-Z
	/dev/hdb
	-dry-run
	-r
	-J
	-input-charset
	utf8
	-graft-points
	-path-list
	/tmp/brasero_tmp_4RENLU
	-exclude-list
	/tmp/brasero_tmp_LWENLU
	-print-size
BraseroGrowisofs launching command
BraseroGrowisofs called brasero_job_get_fd_out
BraseroGrowisofs stderr: Using 02___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/02 - Prospettiva Nevski.mp3 (02 - Prospettiva Nevski.mp3)
BraseroGrowisofs stdout: Executing 'genisoimage -r -J -input-charset utf8 -graft-points -path-list /tmp/brasero_tmp_4RENLU -exclude-list /tmp/brasero_tmp_LWENLU -print-size | builtin_dd of=/dev/hdb obs=32k seek=0'
BraseroGrowisofs called brasero_job_set_dangerous
BraseroGrowisofs stderr: Using 09___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/09 - Voglio Vederti Danzare.mp3 (09 - Voglio Vederti Danzare.mp3)
BraseroGrowisofs stdout: HUP
BraseroGrowisofs stderr: Using 18___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/18 - L'Ombrello E La Macchina Da Cucire.mp3 (18 - L'Ombrello E La Macchina Da Cucire.mp3)
BraseroGrowisofs stderr: Using 16___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/16 - Caffè De La Paix.mp3 (16 - Caffè De La Paix.mp3)
BraseroGrowisofs stderr: Using 17___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/17 - Atlantide.mp3 (17 - Atlantide.mp3)
BraseroGrowisofs stderr: Using 04___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/04 - Le Aquile.mp3 (04 - Le Aquile.mp3)
BraseroGrowisofs stderr: Using 07___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/07 - Centro Di Gravità Permanente.mp3 (07 - Centro Di Gravità Permanente.mp3)
BraseroGrowisofs stderr: Using 05___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/05 - Cuccurucucù.mp3 (05 - Cuccurucucù.mp3)
BraseroGrowisofs stderr: Using 08___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/08 - Summer On A Solitary Beach.mp3 (08 - Summer On A Solitary Beach.mp3)
BraseroGrowisofs stderr: Using 10___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/10 - Radio Varsavia.mp3 (10 - Radio Varsavia.mp3)
BraseroGrowisofs stderr: Using 13___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/13 - E Ti Vengo A Cercare.mp3 (13 - E Ti Vengo A Cercare.mp3)
BraseroGrowisofs stderr: Using 01___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/01 - L'Era Del Cinghiale Bianco.mp3 (01 - L'Era Del Cinghiale Bianco.mp3)
BraseroGrowisofs stderr: Using 06___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/06 - Bandiera Bianca.mp3 (06 - Bandiera Bianca.mp3)
BraseroGrowisofs stderr: Using TITOL000.TXT;1 for  Franco Battiato - The Best Platinum Collection/titoli.txt (titoli.txt)
BraseroGrowisofs stderr: Using 15___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/15 - Povera Patria.mp3 (15 - Povera Patria.mp3)
BraseroGrowisofs stderr: Using 14___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/14 - Nomadi.mp3 (14 - Nomadi.mp3)
BraseroGrowisofs stderr: Using 11___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/11 - La Stagione Dell'Amore.mp3 (11 - La Stagione Dell'Amore.mp3)
BraseroGrowisofs stderr: Using 03___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/03 - Up Patriots To Arms.mp3 (03 - Up Patriots To Arms.mp3)
BraseroGrowisofs stderr: Using 12___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/12 - No Time No Space.mp3 (12 - No Time No Space.mp3)
BraseroGrowisofs stderr: Using FRONT000.JPG;1 for  Franco Battiato - The Best Platinum Collection/front.jpg (front.jpg)
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/02 - Prospettiva Nevski.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/02 - Prospettiva Nevski.mp3' have the same Rock Ridge name '02 - Prospettiva Nevski.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/01 - L'Era Del Cinghiale Bianco.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/01 - L'Era Del Cinghiale Bianco.mp3' have the same Rock Ridge name '01 - L'Era Del Cinghiale Bianco.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/03 - Up Patriots To Arms.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/03 - Up Patriots To Arms.mp3' have the same Rock Ridge name '03 - Up Patriots To Arms.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/04 - Le Aquile.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/04 - Le Aquile.mp3' have the same Rock Ridge name '04 - Le Aquile.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/05 - Cuccurucucù.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/05 - Cuccurucucù.mp3' have the same Rock Ridge name '05 - Cuccurucucù.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/06 - Bandiera Bianca.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/06 - Bandiera Bianca.mp3' have the same Rock Ridge name '06 - Bandiera Bianca.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/07 - Centro Di Gravità Permanente.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/07 - Centro Di Gravità Permanente.mp3' have the same Rock Ridge name '07 - Centro Di Gravità Permanente.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/08 - Summer On A Solitary Beach.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/08 - Summer On A Solitary Beach.mp3' have the same Rock Ridge name '08 - Summer On A Solitary Beach.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/09 - Voglio Vederti Danzare.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/09 - Voglio Vederti Danzare.mp3' have the same Rock Ridge name '09 - Voglio Vederti Danzare.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/10 - Radio Varsavia.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/10 - Radio Varsavia.mp3' have the same Rock Ridge name '10 - Radio Varsavia.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/11 - La Stagione Dell'Amore.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/11 - La Stagione Dell'Amore.mp3' have the same Rock Ridge name '11 - La Stagione Dell'Amore.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/12 - No Time No Space.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/12 - No Time No Space.mp3' have the same Rock Ridge name '12 - No Time No Space.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/13 - E Ti Vengo A Cercare.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/13 - E Ti Vengo A Cercare.mp3' have the same Rock Ridge name '13 - E Ti Vengo A Cercare.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/14 - Nomadi.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/14 - Nomadi.mp3' have the same Rock Ridge name '14 - Nomadi.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/15 - Povera Patria.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/15 - Povera Patria.mp3' have the same Rock Ridge name '15 - Povera Patria.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/16 - Caffè De La Paix.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/16 - Caffè De La Paix.mp3' have the same Rock Ridge name '16 - Caffè De La Paix.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/17 - Atlantide.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/17 - Atlantide.mp3' have the same Rock Ridge name '17 - Atlantide.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/18 - L'Ombrello E La Macchina Da Cucire.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/18 - L'Ombrello E La Macchina Da Cucire.mp3' have the same Rock Ridge name '18 - L'Ombrello E La Macchina Da Cucire.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/front.jpg' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/front.jpg' have the same Rock Ridge name 'front.jpg'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/titoli.txt' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/titoli.txt' have the same Rock Ridge name 'titoli.txt'.
BraseroGrowisofs stderr: Unable to sort directory Franco Battiato - The Best Platinum Collection
BraseroGrowisofs stderr: HUP
BraseroGrowisofs process finished with status 5
BraseroGrowisofs called brasero_job_error
BraseroGrowisofs finished with an error
BraseroGrowisofs asked to stop because of an error
	error		= 0
	message	= "no message"
BraseroGrowisofs stopping
BraseroGrowisofs got killed
Session error : unknown (brasero_burn_record burn.c:2372)
 320 2008-12-152008-12-15Bug Report Resume from sleep sometime ends in a frozen entrance Closedassasukasse
100%
2.0 Task Description

I noticed that from time to time resuming the eeepc from sleep results in a frozen screen with entrance showing. Is not possible to type name or password, and the system is responsive only to “poweroff reboot by hardware button”.
This has happened a few times after long standby (over 20 minutes).
I’ve been unable to switch to tty for further investigations..

 321 2008-12-162008-12-17Feature Request eeepc4g seems not to support speedstep Closedassasukasse
100%
2.0 Task Description

According to the ppl in #eeepc the cpu of the eeepc4g doesn’t support speedstep and they advised me to disable p4-clockmod since can cause unstability.
I found also on wiki.eeeuser.com that the default clock of the eeepc is 630mhz and is not possible to change it in any way (but there is an experimental linux kernel module to bring up to 900mhz the clock, at a cost of unstability).
this needs investigation, if its true, then it should be advisable to remove the modules from the eeepc special install...
w/o p4-clockmod my system seems very responsive while on battery, and the duration of the battery seems unchanged: 2.50h.
I suggest to make some test with the eeepc, i am doing the same.

 323 2008-12-172010-01-20Bug Report eeepc4g mute key is not configured Closedassasukasse
100%
2.0 Task Description

very simply:
EEEPC mute hotkey is not configured

 327 2008-12-252009-01-11Bug Report elive versions > 1.9.20 and the latest nonfree virtualb ...Closedassasukasse
100%
2.0 Task Description

Hello
i confirm that 1.9.20-1.9.21 kernel panic during bootup when using the latest nonfree virtualbox (2.1.0).
This happens on an Athlon Xp 2200, on a centrino 1.4Ghz which have different versions of elive installed:
The athlon has 1.9.20 upgraded and the centrino has 1.9.18 dist-upped to current.

 329 2008-12-292009-01-19Bug Report 1.9.21 and matrox card show double click behaviour Closedassasukasse
100%
2.0 Task Description

new installation of 1.9.21, the machine has a matrox card, seems that it keeps double clicking.

 662 2017-11-302017-12-28Bug Report Timezone wrong Closedgrottem
100%
3.0 Task Description

With the 2.9.18 upgrade the timezone is off with 1 hour.

 13 2006-07-032007-02-21Feature Request No access to my other partitions for normal users Closedgagarine
100%
Task Description

No access to my other partitions (Windows partition) for normal users. (Root user has access) This is not really a bug, but in the 0.4 all users had access.

 19 2006-07-262006-11-07Bug Report Thunderbird charset pb Closedgaou67
100%
Task Description

Using Thunderbird on a Elive 0.5 on my laptop. The default language is French (Fr_fr), and default charset is utf8 for the system.
Some headers of emails don’t print correctly in the headers window of thunderbird, and changing the charset in the menu View→ Character Encoding doesn’t solve the pb... Maybe a pb of compilation of the pgm ?

I also had a pb with accents in xfe, I didn’t manage to solve (Those french and their accents !...)

Thanks for all with this wonderfull distro !
FX

 20 2006-09-092007-04-01Bug Report Re-check ntfs filesystem later run elive 0.5 beta 3 in  ...Closed
100%
Task Description

mount ntfs filesystem with rw attributes in live mode, it forced re-check filesystem for win in the next boot.

 29 2006-09-242007-05-28Bug Report Bluetooth dongle - no options, no GPRS Closedrooomish
100%
Task Description

As in the Kanotix it will be very usefull to use the menu for bluetooth, devices detection and setting up, also menu for GPRS connection

 177 2007-12-292009-07-07Bug Report NVIDIA Fuzion FX5500 256mb pci linux won't log in Closedrealnesslviv
100%
 183 2008-03-262008-09-11Bug Report No access to programs requiring root password Closedhesse
100%
 233 2008-09-182009-05-25Bug Report gdebi doesn't install anything Closedassasukasse
100%
2.0
 308 2008-11-282009-07-08Bug Report random crach with Elive1.9.18 ClosedIssa
100%
 319 2008-12-122017-08-25Bug Report eeepc brightness apci script should be linked to correc ...Closedassasukasse
100%
3.0
 322 2008-12-172009-05-13Bug Report Laptop cannot boot up normally when on battery (Acer As ...ClosedJuzz
100%
2.0
 431 2009-07-102010-03-02Bug Report Installer: Migration mode: empty root password Closedthanatermesis
100%
2.0
 602 2013-02-272013-03-28Bug Report Google Talk video-conference Closedthanatermesis
100%
3.0
 607 2013-05-312017-08-26Bug Report e17 Menus Freezes after Wizard (not solved) Closedthanatermesis
100%
3.0
 666 2018-01-032020-10-05Bug Report Numlock doesn't enable on boot Closedgrottem
100%
3.0
 689 2018-05-262018-06-07Bug Report Setting of Elive song after login is not posible to set ...Closedravensun
100%
 191 2008-05-252009-03-23Bug Report Realtek RTL8139/810x Family Fast Ethernet NIC Onboard E ...Closedthedeli
100%
1
 229 2008-09-072010-01-20Bug Report Problema al montar hd externo ClosedPacma
100%
2.01
 261 2008-10-152010-01-22Bug Report Error when installing Elive since any version after Gem ...ClosedZord
100%
2.01
 271 2008-10-192010-03-02Bug Report Entrance bugs Closedthanatermesis
100%
2.01
 9 2006-07-032006-07-19Bug Report /etc/ftab file is not good generated Closedgagarine
100%
 50 2006-12-132010-01-20Bug Report No drivers for wired network card Realtek RTL8111 (incl ...Closedentr0py
100%
2.0
 56 2007-01-032009-10-21Bug Report huge CPU consum. by terminal Closedconny
100%
2.0
 113 2007-05-152009-08-13Bug Report Failed to connect to socket /var/run/dbus/system_bus_so ...ClosedFreeEagle
100%
2.0
 140 2007-07-122010-01-20Bug Report Switch video to Fullscreen OK but switch back to normal ...ClosedX3n0n
100%
2.0
 145 2007-08-142010-01-20Bug Report sony crw 830e is recognized but doesn't burn CD's Closedawolters
100%
2.0
 192 2008-05-272010-01-20Bug Report can't login and application bugs Closedslade
100%
2.0
 208 2008-07-062010-01-20Bug Report Fatal server error: no screens found Closedfanatixx
100%
2.0
 210 2008-07-062009-07-08Bug Report Using Synaptic driver and usb normal modem shows strang ...Closedassasukasse
100%
2.0
 212 2008-07-092010-01-20Bug Report Thunar doesn't correctly umount usb pen and disks Closedassasukasse
100%
2.0
Showing tasks 1 - 50 of 755 Page 1 of 16

Available keyboard shortcuts

Tasklist

Task Details

Task Editing