|
764 | 2023-08-08 | 2024-09-08 | Bug Report | Fails to open folders - GUI, Retro in Boxes | Closed | sscorpio | |
| |
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.
|
|
763 | 2023-02-11 | 2023-07-30 | Bug Report | Download problems | Closed | ivanpedro1960 | |
| |
Task Description
Problems after download. Once the download is done, it seems the ISO just holds 15 k of files, hence it is impossible to install anything. Donation. Yesterday I made s mall donation, however, today, if I want to try to make a correct download again, it asks for a donation once more. Please, explain.
|
|
762 | 2022-09-11 | 2024-09-08 | Bug Report | intel wifi | Closed | eshep | |
| |
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.
|
|
761 | 2022-02-09 | 2022-02-09 | Bug Report | Auto hibernate feature | New | thanatermesis | |
| |
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)
|
|
760 | 2022-02-01 | 2022-02-01 | Bug Report | Palemoon should be installed from external repo | Researching | thanatermesis | |
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
|
|
759 | 2022-01-31 | 2023-07-30 | Bug Report | After auto-upgrading, 'elive-browser-on-ram' does not c... | Unconfirmed | triantares | |
| |
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.
|
|
758 | 2021-08-15 | 2021-08-15 | Bug Report | Elive Screenshot notification blocks top-right | Closed | TheTechRoboCantLogin | |
| |
Task Description
My suggestion: If user has received a notification 3 times, They doN’t get one anymore
|
|
757 | 2021-08-15 | 2021-08-30 | Bug Report | Cant login using github | Closed | TheTechRoboCantLogin | |
| |
Task Description
Which is annoying
|
|
756 | 2021-03-29 | 2021-03-29 | Feature Request | Power management configurator | New | thanatermesis | |
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?
|
|
755 | 2021-01-28 | 2021-02-01 | Bug Report | | Closed | koli | |
| |
Task Description
|
|
754 | 2020-12-08 | 2020-12-20 | Bug Report | elive-multiscreens | "Screen settings" not starting pro... | Unconfirmed | ChrisPHL | |
| |
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.
|
|
753 | 2020-08-21 | 2023-04-11 | Bug Report | software center opens with a error warning. | Closed | 1Track | |
4.0 | |
Task Description
When I open software center I get a error warning say (something went wrong sorry). And also when theres updates the same software center says (Failed to install file: not supported). Not a programmer so hope someone can figure what is going on I noticed there is a newer version of gnome software center available but I don,t know how to install manually. Wish it could be in the software center repository somehow.
|
|
752 | 2020-07-20 | 2020-10-21 | Bug Report | Cannot apply updates to 3.8.12 beta | Closed | JRG | |
| |
Task Description
I tried to update my 3.8.12 64-bit beta installation with the 14 updates in “Software 3.30.6”. That fails.
[I do not appear to be able to upload an image file and hence cannot paste the screen snapshot I took.]
The message (in a semi-transparent overlay window) indicated:
Unable to download updates: E: http://repo.buster.elive.elivecd.org buster/main amd64 smb-admin amd64 3.8.14+git43bbo34df-6buster1 is not (yet) available )Something wicked happened resolving ‘repo.buster.elive.elivecd.org:http’ (-5 - No address associated with hostname))
“OK” I said to myself, “I should be able to download the 3.8.14 64-bit beta ISO and re-install.” That I do not seem to be able to do without coughing up more money for the download.
|
|
751 | 2020-06-12 | 2020-10-21 | Bug Report | 64 bit OS install problems | Closed | darkness | |
| |
Task Description
Hello, Team I have a Lenovo x201i laptop ( CPU Core i3 + 8GB RAM) Firstly , i use 32bit latest version OS - very nice but it can see only 3GB RAM and i decided install 64Bit system i download latest beta version , write it on USB-stick and tryed boot… before, i turn off security password to HDD acssess on BIOS Boot starting and i see a menu ( a few options booting 64 bit system) but if i tryed anything- after a few second leptop rebooting…
|
|
750 | 2020-06-06 | 2020-06-06 | Bug Report | E16 "user configurator" does not call "gksu" | Closed | triantares | |
| |
Task Description
PLEASE be describable and clear. We need to understand the issue and being able to reproduce it.
By reporting the problem you also help every user in the world that can be affected too! :)
Thank you
|
|
749 | 2020-05-23 | 2020-05-23 | Bug Report | mplayer failed to play login sound | Closed | lutin11 | |
| |
Task Description
running in command line result is: elive-startup-sound -c bash : ligne 1 : 11409 Instruction non permise mplayer -noconfig all -really-quiet -nojoystick -nolirc -ao alsa /usr/share/sounds/elive/elive-wm-login-3.0.mp3
cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 10 model name : AMD Athlon™ XP 2800+ stepping : 0 cpu MHz : 2075.085 cache size : 512 KB physical id : 0 siblings : 1 core id : 0 cpu cores : 1 apicid : 0 initial apicid : 0 fdiv_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow cpuid 3dnowprefetch vmmcall bugs : fxsave_leak sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass bogomips : 4150.17 clflush size : 32 cache_alignment: 32 address sizes : 34 bits physical, 32 bits virtual power management: ts
|
|
748 | 2020-03-23 | 2020-10-21 | Bug Report | Does not recognize wifi hardware | Closed | cardenizen | |
| |
Task Description
Lenovo ideapad 130S-14IGM Product number: 81KU000FUS Bios version: 9HCN26WW
Attempt to boot from usb created with UsbWriter-1.3 from elive_3.0.6_stable_usb.img fails with 1) does not recognize wifi hardware:
Manufacturer: Realtek Semiconductor Corp. Description: Realtek 8821CE Wireless LAN 802.11ac PCI-E NIC Driver version: 2024.0.9.101
2) Cursor does not respond to touchpad or enter key at select country screen
|
|
747 | 2020-03-12 | 2020-03-28 | Bug Report | No wifi support | Closed | nitrosnfr | |
| |
Task Description
Trying to install Elive 3.8.9 beta and get message of no wifi drivers found.This is a HP Envy x360 convertible laptop.This is the output of my wireless interface.
*-network
description: Wireless interface
product: RTL8822BE 802.11a/b/g/n/ac WiFi adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlo1
version: 00
serial: 40:5b:d8:29:ed:ad
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtw_pci driverversion=5.3.0-40-generic firmware=N/A ip=10.0.0.38 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:50 ioport:f000(size=256) memory:fe600000-fe60ffff
|
|
746 | 2020-03-10 | 2020-09-29 | Bug Report | First boot cannot suspend / hibernate / (shutdown?) cor ... | Closed | thanatermesis | |
4.0 | |
Task Description
By some reason the first boot doesn’t allows the user to suspend/hiberante, what is the cause?
* debug pm-suspend * try with e23 first boot * try with reboot after post-install of eliveinstaller
|
|
745 | 2020-03-04 | 2020-04-09 | Bug Report | Odd state of OS | Closed | TheTechRobo | |
| 1 |
Task Description
Whenever I am away from my PC for about five minutes without putting it to sleep, when I move the mouse it decides to have a blank screen with lines on it. The PC then stops responding and I have to force-reboot which wastes time and battery.
Thanks!! (Version 3.8.2 beta)
|
|
744 | 2020-02-23 | 2020-02-23 | Bug Report | find command error in /usr/bin/elive-health | Closed | Jack-Holborn | |
| |
Task Description
Hello,
I got this error message while using elive-health from command line :
find: paths must precede expression: `/home/jack/.local/share/Trash'
find: possible unquoted pattern after predicate `-type'?
I found out that a ‘find’ command at line 100 of this script was incorrectly formatted, it showed :
find -type f "$HOME/.local/share/Trash" -delete
where it should be :
find "$HOME/.local/share/Trash" -type f -delete
So it prevents removal of Trash content.
Patch available, just ask!
Regards,
|
|
743 | 2020-02-06 | 2020-02-21 | Bug Report | Gdebi-gtk unable to install .deb files | Closed | stoppy98 | |
3.x (beta's) | |
Task Description
It looks like Gdebi-gtk is unable to install .deb files since (at least) elive 3.8.1. THese are the reports from the forum: “gdebi gui does not work, exits without doing anything, invoking this installation with terminal goes off well without problems”
“It dies silently without giving any errors”
The lack of sudo rights was excluded by Thanatermesis since users should be able to handle packages without requiring any root privilege by default (though further testing do not support this theory), moreover it looks like an Thunar related Issue. A video is attached, showing me trying to “reinstall package” and “remove package” from the gtk. In both cases, as stated above, gdebi dies silently. Downloading the package from the main repository gives no issues (looks like). The same happens when installing a fresh program. After trying with gdebi gtk, i run gdebi within a terminal. Without sudo rights, it exists without error stating “you need administrator rights!”, while running it with sudo installs the package without issues. Need to find the roots of this evil behaviour to allow average users to install packages without requiring terminal knowledge.
|
|
742 | 2020-02-01 | 2020-06-26 | Betatesting | Make Eltrans work again | Closed | stoppy98 | |
4.0 | 2 |
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?
|
|
741 | 2020-01-30 | 2020-10-21 | Bug Report | Beta 64: When I close the lid on my laptop, it freezes ... | Closed | Taraxacum | |
| |
Task Description
I have just installed E16 64 bits on my Acer laptop, and when I close the lid, the whole system freezes and I have to do a forced shutdown to start it up again. It does not go into hibernation, it only freezes. I have trouble starting the pc up after hibernation as well.
Thank you for an otherwise great and very pretty OS.
|
|
740 | 2020-01-30 | 2020-10-21 | Bug Report | Unable to launch gnome-control-center | Closed | Taraxacum | |
| |
Task Description
~ ~»> gnome-control-center 1
Command ‘gnome-control-center’ not found, but can be installed with:
Loading new broadcom-sta-6.30.223.271 DKMS files… Building for 5.2.0-0.bpo.2-amd64 Building initial module for 5.2.0-0.bpo.2-amd64 Error! Bad return status for module build on kernel: 5.2.0-0.bpo.2-amd64 (x86_64) Consult /var/lib/dkms/broadcom-sta/6.30.223.271/build/make.log for more information. dpkg: error processing package broadcom-sta-dkms (–configure): installed broadcom-sta-dkms package post-installation script subprocess returned error exit status 10 Setting up gnome-control-center-data (1:3.30.3-2~deb10u1) … Processing triggers for desktop-file-utils (0.23-4) … Processing triggers for mime-support (3.62) … Processing triggers for hicolor-icon-theme (0.17-2) … Processing triggers for libglib2.0-0:i386 (2.58.3-2+deb10u2) … Processing triggers for libglib2.0-0:amd64 (2.58.3-2+deb10u2) … Processing triggers for libc-bin (2.28-10) … Processing triggers for man-db (2.8.5-2) … Setting up gnome-control-center (1:3.30.3-2~deb10u1) … Errors were encountered while processing: broadcom-sta-dkms E: Sub-process /usr/bin/dpkg returned an error code (1)
~»> gnome-control-center 127 ** ERROR:../shell/cc-shell-model.c:458:cc_shell_model_set_panel_visibility: assertion failed: (valid) [1] 27807 abort gnome-control-center
Please help. Thank you.
|
|
739 | 2020-01-22 | 2020-02-02 | Betatesting | No puedo descargar actualizaciones - versión beta 3.8.2 ... | Closed | jaume | |
3.x (beta's) | 1 | |
|
738 | 2020-01-06 | 2020-01-23 | Bug Report | Huge installation crash | Closed | Titi | |
| | |
|
737 | 2020-01-05 | 2020-01-23 | Bug Report | Never ending busy notification when ejecting USB stick | Closed | Titi | |
| | |
|
736 | 2020-01-03 | 2020-10-21 | Bug Report | Lost options during install on 3.8.3 | Closed | francois.cauneau | |
| | |
|
735 | 2019-10-10 | 2020-01-13 | Bug Report | The system should automaticaaly detect a wired connecti ... | Closed | info.agvzgmail.com | |
| | |
|
734 | 2019-07-15 | 2019-07-15 | Bug Report | Misspelled text in notification re SHACKING Alert | Closed | she_dyed | |
| | |
|
733 | 2019-05-23 | 2020-01-13 | Bug Report | Sound Card keeps dropping out on reboot | Closed | swarfendor437 | |
| | |
|
732 | 2019-05-09 | 2019-05-09 | Bug Report | Disks health reports doesn't shows correct reports | Closed | thanatermesis | |
| | |
|
731 | 2019-05-02 | 2019-05-04 | Bug Report | Failsafe mode needed to boot or black screen appears | Closed | thanatermesis | |
| | |
|
730 | 2019-05-02 | 2019-05-11 | Bug Report | Elive 3.0.4 Session ends without prevention. | Closed | maxinou | |
| 1 | |
|
729 | 2019-01-28 | 2019-05-02 | Bug Report | screen lock | Closed | cypriot | |
| | |
|
728 | 2019-01-28 | 2019-05-02 | Bug Report | brightness and volume not working | Closed | cypriot | |
| | |
|
727 | 2019-01-04 | 2019-01-10 | Bug Report | Can't install gsmartcontrol and required libraries | Closed | rafael.linux.user | |
| | |
|
726 | 2018-12-07 | 2020-10-21 | Bug Report | Grub | Closed | peg23 | |
| | |
|
725 | 2018-10-30 | 2020-10-21 | Bug Report | HotSpot wifi | Closed | conny | |
| | |
|
724 | 2018-10-24 | 2019-05-02 | Bug Report | FLASH PLAYER - Youtube with 3D ON = lagging | Closed | conny | |
| | |
|
723 | 2018-10-24 | 2020-02-01 | Feature Request | MTP support | Closed | conny | |
| | |
|
722 | 2018-09-10 | 2020-10-21 | Feature Request | Not graphical installtion | Closed | stoppy98 | |
| 2 | |
|
721 | 2018-09-10 | 2020-02-01 | Bug Report | Old, unsupported graphics | Closed | stoppy98 | |
3.x (beta's) | 1 | |
|
720 | 2018-08-28 | 2020-10-21 | Bug Report | Network adapters not recognized | Closed | bushy | |
| | |
|
719 | 2018-08-19 | 2020-02-01 | Bug Report | Language problem : improperly applied to the interface ... | Closed | jfbourdeau | |
| | |
|
718 | 2018-08-18 | 2018-11-23 | Bug Report | Opening the PacMan game messed up my 2 screens configur ... | Closed | jfbourdeau | |
| | |
|
717 | 2018-08-18 | 2018-08-18 | Feature Request | unable to install pcloud | Closed | regis | |
| | |
|
716 | 2018-08-16 | 2020-02-01 | Bug Report | Chrome, OPera, Firefox all have problems with Amazon Pr ... | Closed | jfbourdeau | |
| | |
|
715 | 2018-08-16 | 2018-11-23 | Bug Report | Dropbox end supporting our version of Debian nov 7 2018 | Closed | jfbourdeau | |
| | |